Downloads:
12,312
Downloads of v 2.2.4-pre-20201118:
146
Last Update:
18 Nov 2020
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.2.4-pre-20201118 | Updated: 18 Nov 2020
- 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:
12,312
Downloads of v 2.2.4-pre-20201118:
146
Software Author(s):
- fourtf
Chatterino 2.2.4-pre-20201118
This is a prerelease version of Chatterino.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by fourtf. The inclusion of fourtf trademark(s), if any, upon this webpage is solely to identify fourtf goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Unknown
Scan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
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.2.4-pre-20201118 --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.2.4-pre-20201118'" --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.2.4-pre-20201118'" --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.2.4-pre-20201118'
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.2.4-pre-20201118'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chatterino
{
Name = "chatterino"
Version = "2.2.4-pre-20201118"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chatterino':
ensure => '2.2.4-pre-20201118',
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 Nov 2020.
Chatterino is a chat client for Twitch chat. It aims to be an improved/extended version of the Twitch web chat.
md5: 29A143C8AE532238A24B379913F1203D | sha1: 0C3807998067C401BB12CF95270B8EE5DDC61A15 | sha256: 527ECDE4D9CCAA8371F3849B747A3EDB689F734D2FA267ACF8CA25AE53BCBC31 | sha512: 063C9F85F5CD3A07DA321F38064CF502DDFFB028A6970FF1533B40081CF4C3401D443490611CDE8FF09EA7BE2021725E617A86ED2A7F752B8397247171A1A0B3
Get-Process chatterino | Foreach-Object { $_.CloseMainWindow() | Out-Null } | stop-process –force
Remove-Item -Path "C:\Program files\Chatterino" -Force -Recurse
Remove-Item -Path "$env:USERPROFILE\Desktop\Chatterino.lnk" -Force
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.
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.
Log in or click on link to see number of positives.
- d3dcompiler_43.dll (4b074a397639) - ## / 73
- libEGL.dll (0b00fe57fa7a) - ## / 69
- libGLESV2.dll (ce1a0114dc1f) - ## / 72
- Qt5Gui.dll (dbf661897259) - ## / 68
- Qt5Multimedia.dll (b121de5cb441) - ## / 69
- Qt5Network.dll (7cacbee0edb7) - ## / 70
- Qt5Svg.dll (9f6f7de08a1e) - ## / 70
- Qt5Widgets.dll (2ca3a0b4faee) - ## / 69
- qtaudio_wasapi.dll (b5b578b3b230) - ## / 72
- qtaudio_windows.dll (d15c9d203cd2) - ## / 72
- qgenericbearer.dll (051bc175b40c) - ## / 69
- qsvgicon.dll (9fc049cae7bc) - ## / 70
- qgif.dll (1d0ffaf0715f) - ## / 66
- qicns.dll (110b5c91a0d9) - ## / 69
- qico.dll (aa9afebba785) - ## / 64
- qjpeg.dll (2c0ca9d3056f) - ## / 69
- qsvg.dll (c2a395f1d2bc) - ## / 70
- qtga.dll (e84f9c48bf3d) - ## / 67
- qtiff.dll (8b8ae28dd1c2) - ## / 69
- qwbmp.dll (05a45da4b581) - ## / 69
- qwebp.dll (ecffff018777) - ## / 69
- dsengine.dll (1e68fd4dafe8) - ## / 69
- qtmedia_audioengine.dll (163431ca30c2) - ## / 70
- wmfengine.dll (70cf64093b0d) - ## / 72
- qwindows.dll (19f89d32de88) - ## / 70
- qtmultimedia_m3u.dll (ddbf8e087866) - ## / 72
- qwindowsvistastyle.dll (351e7abfdb39) - ## / 70
- chatterino.2.2.4-pre-20201118.nupkg (f8ad673af31c) - ## / 57
- chatterino-weekly.zip (527ecde4d9cc) - ## / 65
- chatterino.exe (71bc79584551) - ## / 66
- libcrypto-1_1-x64.dll (e8689411d5de) - ## / 69
- libssl-1_1-x64.dll (dae8a8d0b9cb) - ## / 70
- Qt5Core.dll (cdde527ac62c) - ## / 70
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.5.1 | 693 | Tuesday, July 9, 2024 | Approved | |
Chatterino 2.4.2 | 1301 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.1 | 42 | Monday, April 10, 2023 | Approved | |
Chatterino 2.4.0 | 639 | Thursday, December 1, 2022 | Approved | |
Chatterino 2.4.0-beta | 80 | Thursday, November 24, 2022 | Approved | |
Chatterino 2.3.6-alpha-20221019 | 87 | Wednesday, October 19, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220821 | 125 | Sunday, August 21, 2022 | Approved | |
Chatterino 2.3.6-alpha-20220522 | 200 | Sunday, May 22, 2022 | Approved | |
Chatterino 2.3.5 | 566 | Sunday, April 17, 2022 | Approved | |
Chatterino 2.3.5-beta1 | 93 | Sunday, April 3, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220323 | 101 | Wednesday, March 23, 2022 | Approved | |
Chatterino 2.3.5-alpha-20220113 | 171 | Thursday, January 13, 2022 | Exempted | |
Chatterino 2.3.5-alpha-20211201 | 130 | Wednesday, December 1, 2021 | Approved | |
Chatterino 2.3.5-alpha-20211009 | 154 | Saturday, October 9, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210922 | 104 | Wednesday, September 22, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210908 | 103 | Wednesday, September 8, 2021 | Approved | |
Chatterino 2.3.5-alpha-20210825 | 110 | Wednesday, August 25, 2021 | Approved | |
Chatterino 2.3.4 | 693 | Friday, August 6, 2021 | Approved | |
Chatterino 2.3.4-beta | 115 | Thursday, August 5, 2021 | Approved | |
Chatterino 2.3.4-alpha-20210728 | 135 | Wednesday, July 28, 2021 | Approved | |
Chatterino 2.3.3 | 179 | Tuesday, August 3, 2021 | Approved | |
Chatterino 2.3.3-beta | 141 | Wednesday, July 14, 2021 | Approved | |
Chatterino 2.3.2 | 409 | Wednesday, May 19, 2021 | Approved | |
Chatterino 2.3.2-beta | 121 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1 | 169 | Monday, May 17, 2021 | Approved | |
Chatterino 2.3.1-beta | 173 | Tuesday, May 4, 2021 | Approved | |
Chatterino 2.3.0 | 296 | Friday, April 23, 2021 | Approved | |
Chatterino 2.3.0-beta | 153 | Sunday, April 18, 2021 | Approved | |
Chatterino 2.2.4-pre-20210414 | 205 | Wednesday, April 14, 2021 | Approved | |
Chatterino 2.2.4-pre-20210407 | 164 | Wednesday, April 7, 2021 | Approved | |
Chatterino 2.2.4-pre-20210325 | 179 | Thursday, March 25, 2021 | Approved | |
Chatterino 2.2.4-pre-20210310 | 184 | Wednesday, March 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210217 | 190 | Wednesday, February 17, 2021 | Approved | |
Chatterino 2.2.4-pre-20210210 | 161 | Wednesday, February 10, 2021 | Approved | |
Chatterino 2.2.4-pre-20210203 | 164 | Wednesday, February 3, 2021 | Approved | |
Chatterino 2.2.4-pre-20210127 | 168 | Wednesday, January 27, 2021 | Approved | |
Chatterino 2.2.4-pre-20210120 | 150 | Wednesday, January 20, 2021 | Approved | |
Chatterino 2.2.4-pre-20210113 | 171 | Wednesday, January 13, 2021 | Approved | |
Chatterino 2.2.4-pre-20210106 | 139 | Wednesday, January 6, 2021 | Approved | |
Chatterino 2.2.4-pre-20201223 | 172 | Wednesday, December 23, 2020 | Approved | |
Chatterino 2.2.4-pre-20201216 | 146 | Wednesday, December 16, 2020 | Approved | |
Chatterino 2.2.4-pre-20201209 | 142 | Wednesday, December 9, 2020 | Approved | |
Chatterino 2.2.4-pre-20201202 | 141 | Wednesday, December 2, 2020 | Approved | |
Chatterino 2.2.4-pre-20201125 | 153 | Wednesday, November 25, 2020 | Approved | |
Chatterino 2.2.4-pre-20201118 | 146 | Wednesday, November 18, 2020 | Approved | |
Chatterino 2.2.3-beta | 199 | Tuesday, October 20, 2020 | Exempted | |
Chatterino 2.2.2 | 549 | Wednesday, September 30, 2020 | Approved | |
Chatterino 2.2.1 | 135 | Monday, October 12, 2020 | Approved | |
Chatterino 2.2.0 | 142 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.7 | 127 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.6 | 128 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.5 | 133 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.4 | 139 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.3 | 125 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.2 | 160 | Monday, October 12, 2020 | Approved | |
Chatterino 2.1.0 | 145 | Monday, October 12, 2020 | Approved |
Weekly
2.2.4-20201118
- 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: 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
Beta
2.2.3
- Added "Channel Filters". Refer to https://wiki.chatterino.com/Filters for documentation.
- Added Streamer Mode configuration (under
Settings -> General
), where you can select which features of Chatterino should behave differently when you are in Streamer Mode. (#2001) - Added emote completion using a colon (
:
) to the whispers channel. - Added a viewer list button to twitch channel header.
- Added followage and subage information to usercard.
- Added an option to only open channels specified in command line with
-c
parameter. You can also use--help
to display short help message. - Added customizable timeout buttons to the user info popup.
- Added image for streamer mode in the user popup icon.
- Added vip and unvip buttons.
- Added settings for displaying a line where the last read message was.
- Settings now enabled by default:
- Colorized nicknames
- Show channels live
- Bold usernames
- Removed loading of "v1" window layouts. If you haven't updated Chatterino in more than 2 years, there's a chance you will lose your window layout.
- Removed update checking on unsupported platforms.
- Improved UX of the "Login expired!" message.
- Improved viewer list window visibility.
- Fixed the current channels emotes not appearing at the top of the emote picker popup.
- Fixed the user popup needing to be refreshed to see new messagesUser popup will now automatically display messages as they are received.
- Fixed the grammar in two rate-limited system messages.
- Fixed PageUp and PageDown not scrolling in the selected split.
- Fixed a bug preventing users from setting the highlight color of the second entry in the "User" highlights tab.
- Fixed a bug where the "check user follow state" event could trigger a network request; requesting the user to follow or unfollow a user.
- Fixed the
Automatically close user popup
setting not being respected when using the/usercard
command. - Fixed symlinks not being handled correctly properly when saving commands and settings.
- Fixed crash caused by Starting Chatterino in a minimized state after an update.
- Fixed edge-cases on emote parsing.
- Fixed timestamps being incorrect on some messages loaded from the recent-messages service on startup.
- Fixed timestamps missing on channel point redemption messages.
- Fixed tooltip didn't show in
EmotePopup
depending on theLink preview
setting enabled or no. - Fixed Stream thumbnail not updating after using the "Change channel" feature.
Stable
2.2.2 (Hotfix)
- Fixed a crash related to channel point rewards.
2.2.1 (Hotfix)
- Small behaviour changes and fixes.
2.2.0
- Added emote auto-completion using a colon (
:
). - Added support for messages redeemed with channel points on Twitch.
- Added recent messages in the user popup.
- Added an option to display tabs on the left side of the window as opposed to the top.
- Added support for an image uploading service. After configuration you can drag or paste images into chatterino to upload them.
- Added rich content embed when hovering over a link. This can be enabled in the settings.
- Added streamer mode - hiding user content while OBS is running.
- Added extension support for Brave, Vivaldi and Microsoft Edge.
- Added support for opening links in incognito mode for Microsoft Edge.
- Removed Online Logs option in the usercard.
2.1.7
- Fixed a bug that caused tooltips to gain focus on Windows.
- Replaced the link parser with a custom one.
2.1.6
- Fixed a bug that caused Chatterino to hang when parsing long links.
- Fixed bit amounts not stacking properly.
2.1.5
- Added setting to restart Chatterino after a crash.
- Added support for pausing the chat while using a hotkey
- Added a custom duration when pausing on hover.
- Added experimental IRC support.
- Fixed the "access violation" issue in the windows installer.
- Fixed timeouts and notices not showing correctly.
- Fixed scrollbar highlights not getting refreshed when opening a popup/new split.
2.1.4
- Added option to search in settings and logs.
- Added setting to open links in incognito by default.
- Added discord-style searching "from:username" and "has:link"
- Fixed highlights sometimes not playing sounds.
- Fixed crashes related to caching.
- Fixed minimized and maximized windows not saving correctly.
- Fixed bits not showing correctly.
- Fixed Ctrl+C not copying text in the search popup.
2.1.3
- Added settings for beta updates.
- Added option for fresh install when installing on Windows (deleting settings/cache).
- Added a button to copy username/id in user popup.
- Added button to open AppData in the settings.
- Fixed Windows uninstaller not deleting cache files.
- Fixed system messages not showing.
- Fixed window size growing on restart.
2.1.2 (Hotfix)
- Fixed maximized and minimized windows not saving correctly.
2.1.1
- Added settings:
- Show each indiviual timeout, instead of combining them for each user.
- Mention users with a comma at the end.
- Import commands from Chatterino 1.
- Reworded some settings.
- Browser extension:
- Fixed issue where it didn't run properly.
- Fixed fullscreen mode.
- Update has been deployed in Chrome and Firefox webstores.
- Fixed crash when removing accounts.
- Fixed window border being gray instead of white (dark mode).
2.1.0
- Added support for viewing users logs from cbenni.com and overrustlelogs.net.
- Added support for recent messages when connecting to a channel.
- Added settings:
- Pause gif emotes when the window is unfocused.
- Unshorten links.
- Show emote previews on hover.
- Show link info on hover.
- Exclude users from highlights.
- More sophisticated ignores.
- Updated installer/update system.
- Added tabs in the emote popup.
- Added an option to display all domains in all-lowercase.
- Added update button to the titlebar instead of showing message boxes.
- Added style setting for last message indicator
- Improved link matching.
- Fixed double window frames.
- Fixed a bug where starting Chatterino before the browser would break the extension.
2.0.4-beta (Hotfix)
- Fixed crash on Windows 7 and 8
2.0.3-beta (Hotfix)
- Fixed scaling of 150% or more.
- Fixed issue where the window size is wrong on startup.
2.0.2-beta
- Added autocompletion for commands.
- Added an information message when trying to send messages as an anonymous user.
- Fixed sometimes not being able to send messages.
- Fixed inline sent whispers marking all tabs.
- Fixed crash when selecting font.
- Fixed crash when selecting a channel to join.
- Fixed saving non-latin highlights, and copying weird smiley names.
2.0.1-beta
- Added support for the Chatterino browser extension.
- Added split header text color when the split is selected.
- Fixed account and command list crashing when removing elements.
- Fixed showing whispers sent by the user inline.
- Fixed dragging the user info popup.
- Fixed /clear not greying messages out.
- Fixed tooltips being too big.
2.0.0-beta
- Initial beta release on Windows.
-
- 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.