Downloads:
8,021
Downloads of v 2.3.3:
120
Last Update:
03 Aug 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 not the latest version of Chatterino available.
- 1
- 2
- 3
2.3.3 | Updated: 03 Aug 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,021
Downloads of v 2.3.3:
120
Maintainer(s):
Software Author(s):
- fourtf
Chatterino 2.3.3
This is not the latest version of Chatterino available.
- 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.3 --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.3'" [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.3'"
$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.3'
source: INTERNAL REPO URL
state: present
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.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chatterino
{
Name = "chatterino"
Version = "2.3.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chatterino':
ensure => '2.3.3',
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 03 Aug 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: 2118DFDE97765A9519CB40B9BC85FF85 | sha1: 5325EE14384B3809FF1C3E16E4AC961BD6287F79 | sha256: 246CFCE7071A3D8525211D252CB50EB161B8FD7B250DAB431085B5CB8E329A30 | sha512: 740CB7897FEFE8BDAE105961E864D2900FF6CE903665B8A09AF2DAEDC51804AB948C84E4B6F78F8E34EB683F3C14081F9165098A18F6CBBDD094C249AA2F100E
Log in or click on link to see number of positives.
- chatterino-installer.exe (246cfce7071a) - ## / 65
- chatterino.2.3.3.nupkg (6bc25bbe7cc6) - ## / 62
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 | 451 | 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.3
- Major: Added username autocompletion popup menu when typing usernames with an @ prefix.
- Major: Added ability to toggle visibility of Channel Tabs - This can be done by right-clicking the tab area or pressing the keyboard shortcut (default: Ctrl+U).
- Minor: Added "Open in: new tab, browser player, streamlink" in twitch link context menu.
- Minor: Sender username in automod messages shown to moderators shows correct color and display name.
- Minor: Updated to Emoji v13.1
- Minor: Username in channel points rewards redemption messages is now clickable.
- Minor: Channel name in
<channel>
has gone offline. Exiting host mode. messages is now clickable. - Minor: Added
/openurl
command. Usage:/openurl <URL>
. Opens the provided URL in the browser. - Minor: The
/live
split now shows channels going offline. - Minor: Searching for users in the viewer list now searches anywhere in the user's name.
- Minor: Added a link to accounts page in settings to "You need to be logged in to send messages" message.
- Minor: Deletions of messages now show like timeouts.
- Minor: Add setting for username style.
- Minor: Restore automod functionality for moderators.
- Minor: Switch to Twitch v2 emote API for animated emote support.
- Minor: Improved matching of game names when using
/setgame
command. - Minor: Limit the number of recent chatters to improve memory usage and reduce freezes.
- Minor: Added
/popout
command. Usage:/popout [channel]
. It opens browser chat for the provided channel. Can also be used without arguments to open current channels browser chat. - Minor: Added moderation buttons to search popup when searching in a split with moderation mode enabled.
- Minor: Made "#channel" in
/mentions
tab show in usercards and in the search popup. - Minor: Added settings to disable custom FrankerFaceZ VIP/mod badges.
- Bugfix: Messages that couldn't be searched or filtered are now handled correctly.
- Bugfix: Made follower emotes suggested (in emote popup menu, tab completion, emote input menu) only in their origin channel, not globally.
- Bugfix: Usercards on IRC will now only show user's messages.
- Bugfix: Fixed founder badge not being respected by
author.subbed
filter. - Bugfix: Middle mouse click no longer scrolls in not fully populated usercards and splits.
- Bugfix: Now deleting cache files that weren't modified in the past 14 days.
- Bugfix: Fix bad behavior of the HTML color picker edit when user input is being entered.
- Bugfix: Fixed large timeout durations in moderation buttons overlapping with usernames or other buttons.
- Bugfix: Fixed subscription emotes showing up incorrectly in the emote menu.
- Bugfix: Fix reconnecting when IRC write connection is lost.
- Bugfix: Fixed bit and new subscriber emotes not (re)loading in some rare cases.
- Bugfix: Moderation buttons now show the correct time unit when using units other than seconds.
- Bugfix: Fixed pasting text with URLs included.
- Bugfix: Fixed bit emotes not loading in some rare cases.
- Bugfix: Fix reconnecting when IRC write connection is lost.
- Bugfix: Fixed FFZ emote links for global emotes.
-
- 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.