Downloads:
8,023
Downloads of v 2.3.0-beta:
111
Last Update:
18 Apr 2021
Package Maintainer(s):
Software Author(s):
- fourtf
Tags:
chatterino2 twitch chat irc chatterino chatclient- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Chatterino
This is a prerelease version of Chatterino.
- 1
- 2
- 3
2.3.0-beta | Updated: 18 Apr 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,023
Downloads of v 2.3.0-beta:
111
Maintainer(s):
Software Author(s):
- fourtf
Chatterino 2.3.0-beta
This is a prerelease version of Chatterino.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chatterino, run the following command from the command line or from PowerShell:
To upgrade Chatterino, run the following command from the command line or from PowerShell:
To uninstall Chatterino, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download chatterino --internalize --version=2.3.0-beta --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade chatterino -y --source="'INTERNAL REPO URL'" --version="'2.3.0-beta'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chatterino -y --source="'INTERNAL REPO URL'" --version="'2.3.0-beta'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chatterino
win_chocolatey:
name: chatterino
version: '2.3.0-beta'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chatterino' do
action :install
source 'INTERNAL REPO URL'
version '2.3.0-beta'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chatterino
{
Name = "chatterino"
Version = "2.3.0-beta"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chatterino':
ensure => '2.3.0-beta',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 18 Apr 2021.
Chatterino is a chat client for Twitch chat. It aims to be an improved/extended version of the Twitch web chat.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the creator of Chatterino himself. The binary can be found on Chatterino's official website.
MIT License
Copyright (c) 2017
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Remove-Item -Path "C:\Program files\Chatterino" -Force -Recurse
Remove-Item -Path "$env:USERPROFILE\Desktop\Chatterino.lnk" -Force
Get-Process chatterino | Foreach-Object { $_.CloseMainWindow() | Out-Null } | stop-process –force
md5: ABBADAE6E2016714075F2B83D06E8C9F | sha1: 9008349E5568687F3128D1B93FC613C3C1993189 | sha256: 6E7EEC8C1CCBB633127E6F272C6873453D9F0892FD554A5B967A02551E7919CC | sha512: 1C95631F5BDB0837D5F1F8D61EB297585B8066F7FF0F4A796594740343E15BA325390157212997AF19AB47C7C6CE2FD80592CAD54EE2D069CB0A4BFC0AE1CE92
Log in or click on link to see number of positives.
- chatterino.2.3.0-beta.nupkg (8edc1c623f0f) - ## / 61
- chatterino-installer.exe (6e7eec8c1ccb) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Chatterino 2.4.2 | 453 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.1 | 6 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.0 | 591 | Thursday, December 1, 2022 | Approved | |
Chatterino 2.4.0-beta | 30 | Thursday, November 24, 2022 | Approved | |
Chatterino 2.3.6-alpha-20221019 | 48 | Wednesday, October 19, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220821 | 77 | Sunday, August 21, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220522 | 107 | Sunday, May 22, 2022 | Approved | |
Chatterino 2.3.5 | 519 | Sunday, April 17, 2022 | Approved | |
Chatterino 2.3.5-beta1 | 52 | Sunday, April 3, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220323 | 50 | Wednesday, March 23, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220113 | 108 | Thursday, January 13, 2022 | Exempted | |
Chatterino 2.3.5-alpha-20211201 | 85 | Wednesday, December 1, 2021 | Approved | |
Chatterino 2.3.5-alpha-20211009 | 106 | Saturday, October 9, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210922 | 64 | Wednesday, September 22, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210908 | 60 | Wednesday, September 8, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210825 | 65 | Wednesday, August 25, 2021 | Approved | |
Chatterino 2.3.4 | 634 | Friday, August 6, 2021 | Approved | |
Chatterino 2.3.4-beta | 63 | Thursday, August 5, 2021 | Approved | |
Chatterino 2.3.4-alpha-20210728 | 95 | Wednesday, July 28, 2021 | Approved | |
Chatterino 2.3.3 | 120 | Tuesday, August 3, 2021 | Approved | |
Chatterino 2.3.3-beta | 103 | Wednesday, July 14, 2021 | Approved | |
Chatterino 2.3.2 | 355 | Wednesday, May 19, 2021 | Approved | |
Chatterino 2.3.2-beta | 77 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1 | 124 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1-beta | 106 | Tuesday, May 4, 2021 | Approved | |
Chatterino 2.3.0 | 236 | Friday, April 23, 2021 | Approved | |
Chatterino 2.3.0-beta | 111 | Sunday, April 18, 2021 | Approved | |
Chatterino 2.2.4-pre-20210414 | 122 | Wednesday, April 14, 2021 | Approved | |
Chatterino 2.2.4-pre-20210407 | 105 | Wednesday, April 7, 2021 | Approved | |
Chatterino 2.2.4-pre-20210325 | 138 | Thursday, March 25, 2021 | Approved | |
Chatterino 2.2.4-pre-20210310 | 138 | Wednesday, March 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210217 | 143 | Wednesday, February 17, 2021 | Approved | |
Chatterino 2.2.4-pre-20210210 | 106 | Wednesday, February 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210203 | 105 | Wednesday, February 3, 2021 | Approved | |
Chatterino 2.2.4-pre-20210127 | 117 | Wednesday, January 27, 2021 | Approved | |
Chatterino 2.2.4-pre-20210120 | 101 | Wednesday, January 20, 2021 | Approved | |
Chatterino 2.2.4-pre-20210113 | 127 | Wednesday, January 13, 2021 | Approved | |
Chatterino 2.2.4-pre-20210106 | 98 | Wednesday, January 6, 2021 | Approved | |
Chatterino 2.2.4-pre-20201223 | 125 | Wednesday, December 23, 2020 | Approved | |
Chatterino 2.2.4-pre-20201216 | 105 | Wednesday, December 16, 2020 | Approved | |
Chatterino 2.2.4-pre-20201209 | 90 | Wednesday, December 9, 2020 | Approved | |
Chatterino 2.2.4-pre-20201202 | 96 | Wednesday, December 2, 2020 | Approved | |
Chatterino 2.2.4-pre-20201125 | 86 | Wednesday, November 25, 2020 | Approved | |
Chatterino 2.2.4-pre-20201118 | 93 | Wednesday, November 18, 2020 | Approved | |
Chatterino 2.2.3-beta | 146 | Tuesday, October 20, 2020 | Exempted | |
Chatterino 2.2.2 | 500 | Wednesday, September 30, 2020 | Approved | |
Chatterino 2.2.1 | 88 | Monday, October 12, 2020 | Approved | |
Chatterino 2.2.0 | 94 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.7 | 88 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.6 | 80 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.5 | 90 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.4 | 93 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.3 | 79 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.2 | 96 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.0 | 99 | Monday, October 12, 2020 | Approved |
2.3.0
- Major: Add
/settitle
and/setgame
commands. - Major: Added support for bit emotes - the ones you unlock after cheering to streamer.
- Minor: Humanized all numbers visible to end-users.
- Major: Commands
/ignore
and/unignore
have been renamed to/block
and/unblock
in order to keep consistency with Twitch's terms. - Major: Added clip creation support. You can create clips with
/clip
command,Alt+X
keybind orCreate a clip
option in split header's context menu. This requires a new authentication scope so re-authentication will be required to use it. - Minor: Handle messages that users can share after unlocking a new bits badge.
- Minor: PageUp and PageDown now scroll in the emote popup.
- Minor: Added the
/clearmessages
command to clear the split. - Minor: Added a context menu to avatar in usercard. It opens on right-clicking the avatar in usercard.
- Minor: Removed refresh label from usercard.
- Minor: Update emojis version to 13 (2020).
- Minor: Remove EmojiOne 2 and 3 due to license restrictions.
- Minor: Hide "Case-sensitive" column for user highlights.
- Minor: Added
/streamlink
command. Usage:/streamlink <channel>
. You can also use the command without arguments in any twitch channel to open it in streamlink. - Minor: Added
/marker
command - similar to webchat, it creates a stream marker. - Minor: Added regular expression support to filters.
- Minor: Added human-readable formatting to remaining timeout duration.
- Minor: Added a setting to disable messages sent to /mentions split from making the tab highlight with the red marker.
- Minor: Added
/chatters
command showing chatter count. - Minor: Added automatic streamer mode detection to Linux.
- Minor: Added option to supress live notifications when streamer mode is active.
- Minor: Updated the listing of top-level domains.
- Minor: Added a button to the split context menu to open the moderation view for a channel when the account selected has moderator permissions.
- Minor: Added option to match mentioned user to their chat colour.
- Minor: Added username truecase autocompletion.
- Minor: Placeholder text fixes.
- Minor: Made BetterTTV emote tooltips use authors' display name.
- Minor: Added Ctrl + 1/2/3/... and Ctrl+9 shortcuts to Emote Popup (activated with Ctrl+E). They work exactly the same as shortcuts in main window.
- Minor: Added reconnect link to the "You are banned" message.
- Minor: Improved search popup window titles.
- Minor: Tab and split titles now use display/localized channel names.
- Minor: Add a setting to limit the amount of historical messages loaded from the Recent Messages API.
- Minor: Made "#channel" in
/mentions
tab a clickable link which takes you to the channel that you were mentioned in. - Minor: Flag all popup dialogs as actual dialogs so they get the relevant window manager hints.
- Minor: Added a link to twitchemotes.com to context menu when right-clicking Twitch emotes.
- Minor: Added a keyboard shortcut (Ctrl+F5) for "Reconnect"
- Minor: Made
Try to find usernames without @ prefix
option still resolve usernames when special characters (commas, dots, (semi)colons, exclamation mark, question mark) are appended to them. - Minor: Flag all popup dialogs as actual dialogs so they get the relevant window manager hints.
- Minor: Added placeholder text for message text input box.
- Minor: Don't show update button for nightly builds on macOS and Linux, this was already the case for Windows.
- Minor: Made usercard update user's display name.
- Bugfix: Fixed search field not being focused on popup open.
- Bugfix: Fix buffer overflow in emoji parsing.
- Bugfix: Fix no tooltip being displayed when hovering over a cheer emote.
- Bugfix: Fix BTTV/FFZ channel emote errors when no emotes are found.
- Bugfix: Fix crashing on clip creation in "special" channels.
- Bugfix: Fixed hidden tooltips when always on top is active.
- Bugfix: Fix RECONNECT messages from Twitch not being respected properly.
- Bugfix: Fix anonymous users being pinged by "username" justinfan64537.
- Bugfix: Fix an IRC crash bug that occurred when the "Limit message height" setting was enabled and a message was being split up into multiple lines.
- Bugfix: Fix a crash bug that occurred when moving splits across windows and closing the "parent tab".
- Bugfix: Fix a freeze caused by ignored and replaced phrases followed by Twitch Emotes.
- Bugfix: Fix crash occurring when pressing Escape in the Color Picker Dialog.
- Bugfix: Fix a crash caused by FrankerFaceZ responding with invalid emote links.
- Bugfix: Fix a bug that caused
Ignore page
to fall into an infinity loop with an empty pattern and regex enabled. - Bugfix: Fix
:
emote completion menu ignoring emote capitalization. - Bugfix: Fixed previous link info not updating after
Link information
setting is enabled - Dev: Migrated
TwitchAccount::(un)ignoreUser
to Helix and madeTwitchAccount::loadIgnores
use Helix call. - Dev: Removed unused
humanize
library. - Dev: Migrated
Kraken::getChannel
to Helix. - Dev: Updated minimum required macOS version to 10.15.
- Dev: Migrated
TwitchAccount::(un)followUser
from Kraken to Helix and moved it toHelix::(un)followUser
. - Dev: Migrated
Kraken::getUser
to Helix. - Dev: Updated minimum required Qt framework version to 5.12.
-
- vcredist140 (≥ 14.20)
Ground Rules:
- This discussion is only about Chatterino and the Chatterino package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Chatterino, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.