Skip to content

Releases: Chatterino/chatterino2

Nightly Release

08 Nov 17:01
7e7c411
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release
  • [2025-07-27] Minor: Add a setting under Moderation -> Logs to use server timestamp from the message instead of the local clock time for logging. (#6346)
  • [2025-07-27] Dev: Update vcpkg baseline. (#6359)
  • [2025-07-26] Dev: Made "add split" button (part of the split header) a natively rendered button. (#6349)
  • [2025-07-26] Bugfix: Emotes that failed to load their images now show as text. (#6355)
  • [2025-07-26] Bugfix: Fixed a crash that occurs when searching for emotes in channel-less contexts. (#6357)
More Changes
  • [2025-07-20] Dev: Added optional improved text wrapping through private Qt APIs. (#6265)
  • [2025-07-20] Dev: Only carefully join EventSub controller thread. (#6136)
  • [2025-07-19] Minor: Made commands searchable using the Settings dialog search bar. (#5891)
  • [2025-07-19] Minor: Add a setting under Moderation -> Logs to customize the timestamp used for chat logs. (#6338)
  • [2025-07-18] Dev: Refactored Button and friends. (#6102, #6255, #6266, #6302, #6268, #6334)
  • [2025-07-18] Dev: Don't detach threads. (#6333)
  • [2025-07-18] Dev: Added some commands for forcing a relayout (and related things) in channel views. (#6342)
  • [2025-07-13] Bugfix: Fixed a crash that could occur on exit if a ping played less than 30 seconds prior. (#6332)
  • [2025-07-12] Dev: Silenced some warnings when compiling with clang-cl. (#6331)
  • [2025-07-12] Bugfix: Fixed invalid commands from being forwarded to Helix, making it possible for information to leak (e.g. if you typed /bann username ban reason it would be seen by others in chat as username ban reason). (#6272, #6330)
  • [2025-07-12] Minor: Add an import and export button to image uploader settings. (#6284)
  • [2025-07-12] Bugfix: Fixed notebook buttons (settings, account switcher, streamer mode) not performing a relayout when their visibility changed, causing a gap until resize. Linux / macOS only. (#6328)
  • [2025-07-12] Dev: Some more setting widget refactors. (#6317)
  • [2025-07-12] Minor: Added user notes to the user info dialog (when clicking a username). (#6122, #6318)
  • [2025-07-06] Bugfix: Correctly color usernames in subscription, announcement, bits badge tier update, raid, and other similar notification messages, taking all color sources into consideration. (#6323)
  • [2025-07-06] Bugfix: Correctly color gifter & recipient usernames in subscription gift messages, taking all color sources into consideration. (#6322)
  • [2025-07-06] Dev: Factored out AUMID to Version. (#6321)
  • [2025-07-05] Bugfix: Fixed eventsub message delete notifications not being affected by "Show deletions of single messages". (#6233)
  • [2025-07-05] Minor: Added WebSocket API for plugins. (#6076, #6186, #6314, #6315)
  • [2025-07-03] Dev: Refactored OnceFlag. (#6237, #6316)
  • [2025-06-29] Dev: Remove ChannelPageView::addIntInput. (#6306)
  • [2025-06-29] Dev: Remove ChannelPageView::addCheckbox. (#6305)
  • [2025-06-28] Bugfix: Commands are no longer tab-completable in the middle of messages. (#6273)
  • [2025-06-28] Minor: Added interactive REPL for plugins. (#6120)
  • [2025-06-28] Dev: Removed unused ignoredPhraseReplace setting. (#6304)
  • [2025-06-28] Dev: Emoji style / set is now stored lowercase (and matched case-insensitively). Changing emoji style from this point on and then running an old version might mean you will use the Twitter emoji style by default. (#6300)
  • [2025-06-22] Dev: Refactored SettingWidget::dropdown for string enums to the source file. (#6293)
  • [2025-06-22] Dev: Don't try to save emote popup bounds if we're quitting. (#6292)
  • [2025-06-21] Bugfix: Fixed an issue where text boxes in the settings dialog could be stuck with an old value. (#6286)
  • [2025-06-17] Dev: Use QMetaObject::invokeMethod to run code on a specific thread. (#6203, #6278)
  • [2025-06-15] Bugfix: Don't add reply buttons to messages that are invalid reply targets. (#6119)
  • [2025-06-15] Minor: Add a setting to change the emote and badge thumbnail size. (#6126)
  • [2025-06-14] Dev: Made Settings & Account button on Linux/macOS SVGs. (#6267)
  • [2025-06-08] Dev: Implemented customizable display names for enums. (#6238)
  • [2025-06-07] Bugfix: Fixed inconsistent spaces in messages when using fractional scaling. (#6231, #6254)
  • [2025-06-07] Bugfix: Automatic streamer mode detection now works from Flatpak. (#6250)
  • [2025-05-25] Dev: Bumped clang-format requirement to 19. (#6236)
  • [2025-05-24] Dev: Fixed incorrect lua generation of static methods for typescript plugins. (#6190, #6223)
  • [2025-05-23] Minor: Added cached emotes fallback when fetching from a provider fails. (#6125, #6229)
  • [2025-05-18] Dev: Refactored Notebook-related enums into their own file. (#6220)
  • [2025-05-18] Dev: Refactored the TimeoutStackStyle enum into its own file. (#6216)
  • [2025-05-18] Dev: Merged top/bottom and left/right notebook layouts. (#6215)
  • [2025-05-17] Bugfix: Fixed a few crashes that could occur when Chatterino was shutting down, some related to network tasks still firing despite us shutting down. (#6187)
  • [2025-05-17] Bugfix: Fixed a crash that could occur when an image started loading mid app shutdown. (#6213)
  • [2025-05-11] Bugfix: Fixed a crash that could occur an eventsub connection's keepalive timer would run after the connection was dead, causing the keepalive timer to use-itself-after-free. (#6204)
  • [2025-05-10] Minor: Made nicknames searchable in the Settings dialog search bar. (#5886)
  • [2025-05-10] Dev: Refactored event API initialization away from Application and into TwitchIrcServer. (#6198)
  • [2025-05-10] Bugfix: Fixed an on-shutdown-crash that could occur when we didn't wait long enough for 7TV/BetterTTV live update connections to close. (#6197)
  • [2025-05-10] Bugfix: Fixed some minor typos. (#6196)
  • [2025-05-10] Minor: The JSON selector in the upload response can now query arrays using their indices like foo.0. (#6193)
  • [2025-05-06] Minor: Added hotkey Action for opening account selector. (#6192)
  • [2025-05-05] Dev: Refactored away some getApp usages in WindowManager. (#6194)
  • [2025-05-04] Dev: Added a run-and-kill.sh script to help debug crash-on-exit bugs. (#6188)
  • [2025-05-03] Minor: Allow disabling of double-click tab renaming through setting. (#6163, #6184)
  • [2025-05-03] Dev: Mini refactor of TwitchAccount. (#6182)
  • [2025-05-03] Bugfix: Fixed blocked users showing up in "Users joined:" and "Users parted:" messages. (#6181)
  • [2025-05-02] Dev: Updated GoogleTest to v1.17.0. (#6180)
  • [2025-04-26] Dev: Bumped deprecation cutoff to Qt 6.4.3. (#6169)
  • [2025-04-24] Dev: Simplified string literals to be a re-export of Qt functions. (#6175)
  • [2025-04-20] Bugfix: Fixed the emote popup erroneously logging messages to the Other directory. (#6165)
  • [2025-04-20] Minor: Updated emojis to Unicode 16.0. (#6155)
  • [2025-04-19] Bugfix: Fixed a crash that could occur when eventsub was enabled and Chatterino was attached to a conhost on Windows that was later gone. (#6161)
  • [2025-04-19] Dev: Removed authenticated PubSub implementation. (#6158)
  • [2025-04-19] Dev: Save settings in aboutToQuit. (#6159)
  • [2025-04-16] Dev: Fixed <build-tool> clean not working correctly with generated sources. (#6154)
  • [2025-04-13] Minor: Made filters searchable in the Settings dialog search bar. (#5890)
  • [2025-04-13] Bugfix: Fixed an issue where Splits could get lost by dragging it onto your Recycle Bin. (#6147)
  • [2025-04-13] Minor: Allow for themes to set transparent values for window background on Linux. (#6137)
  • [2025-04-13] Bugfix: Fixed shared chat badges displaying pixelated when Chatterino is scaled too much. (#6146)
  • [2025-04-12] Dev: Mini refactor of Split. (#6148)
  • [2025-04-12] Bugfix: Fixed message contents being cleared when using the close button for replies. (#6145)
  • [2025-04-12] Minor: Popup overlay now only draws an outline when being interacted with. (#6140)
  • [2025-04-11] Bugfix: Fixed some Twitch commands not getting tab-completed correctly. (#6143)
  • [2025-04-06] Bugfix: Fixed a small typo in the settings page. (#6134)
  • [2025-04-06] Bugfix: Fixed scrolling now working on inputs in the settings. (#6128)
  • [2025-04-06] Minor: Add an option for the reduced opacity of message history. (#6121)
  • [2025-04-06] Bugfix: Handle CMD + BACKSPACE behavior explicitly in main chat dialog input for macOS. (#6111)
  • [2025-04-06] Bugfix: Fixed missing BetterTTV live updates of emotes. (#6132)
  • [2025-04-05] Minor: Make paused chat indicator more visible, and fix its zoom behavior. (#6123)
  • [2025-04-05] Bugfix: Make reply-cancel button less coarse-grained. (#6106)
  • [2025-04-04] Dev: Pass --force-openssl when installing from CMake in Qt 6.8+. (#6129)
  • [2025-03-29] Bugfix: Don't create native messaging manifest file if browser directory doesn't exist. (#6116)
  • [2025-03-29] Dev: Conan will no longer generate a CMakeUserPresets.json file. (#6117)

v2.5.3

23 Mar 15:36
v2.5.3
3f3a31d
Compare
Choose a tag to compare

This is the full release of v2.5.3.
The changelog can be found at https://chatterino.com/changelog#2.5.3

Commit list
  • Fix: Take Lua HTTP callbacks as sol::main_protected_function by @Mm2PL in #5800
  • chore: bump winget-releaser action by @pajlada in #5793
  • build(conan): πŸ‘· update version and dependencies by @Nerixyz in #5776
  • Update release docs by @pajlada in #5809
  • consolidate firefox incognitobrowser logic (and deprecate opera/launcher) by @teknsl in #5805
  • Remove iexplore, because it is EOL by @Wissididom in #5810
  • fix: update winget repo url by @pajlada in #5813
  • fix: winget url fix by @pajlada in #5814
  • chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @dependabot in #5772
  • fix: missing word wrap in update popup by @8thony in #5811
  • fix: don't block with update prompt on macos/linux by @pajlada in #5818
  • feat: stack /clear messages by @Nerixyz in #5806
  • fix: set initial size of widgets by @Nerixyz in #5794
  • fix: use non-capturing group for highlight boundaries by @Nerixyz in #5784
  • fix: only use window scale in children by @Nerixyz in #5833
  • fix: support boost 1.87 by @pajlada in #5832
  • chore(ci): build & test macos with Boost 1.87 by @pajlada in #5835
  • fix: use serverReceivedTime over parseTime for stacking by @Nerixyz in #5824
  • fix: only remove logging channels if we added them by @Nerixyz in #5828
  • Update chatterino.d.ts to match plugin-meta.lua by @Mm2PL in #5792
  • chore(deps): bump lib/settings from 9e9c2f6 to 6c95e5d by @dependabot in #5779
  • chore(tests): print more errors when snapshot tests fail by @pajlada in #5839
  • chore(tests): don't use variants 😠 by @pajlada in #5840
  • chore(deps): bump lib/expected-lite from 5b5caad to 6ea9ca0 by @dependabot in #5829
  • chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 by @dependabot in #5822
  • chore(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.16 by @dependabot in #5821
  • Fixed a potential way to escape the Lua Plugin sandbox by @Mm2PL in #5846
  • refactor: merge adjecent words into one TextElement by @Nerixyz in #5847
  • chore(deps): bump codecov/codecov-action from 5.1.2 to 5.2.0 by @dependabot in #5849
  • chore(deps): bump dawidd6/action-download-artifact from 6 to 8 by @dependabot in #5848
  • chore(deps): bump lib/settings from 6c95e5d to 6f0328b by @dependabot in #5851
  • chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 by @dependabot in #5852
  • feat: prefer visible/selected channels when joining by @Nerixyz in #5850
  • fix: visually hide deleted messages immediately by @Nerixyz in #5844
  • fix: more force relayout on timeout/clear/delete by @pajlada in #5854
  • fix: properly stack/merge PubSub & IRC timeouts again by @pajlada in #5855
  • fix: Allow announcements to show up in /mentions by @M4tthewDE in #5857
  • chore(deps): bump lib/settings from 6f0328b to d1a2e48 by @dependabot in #5859
  • fix: make suspicious treatment updates searchable by @iProdigy in #5865
  • docs: update linux & test docs by @pajlada in #5864
  • fix: use upstream qtkeychain (for real this time) by @Nerixyz in #5871
  • fix(hotkeys): remove (self-)buddy from argumentsDescription by @Nerixyz in #5869
  • chore(deps): bump lib/WinToast from a78ce46 to f693b8e by @dependabot in #5823
  • chore(deps): bump lib/expected-lite from 6ea9ca0 to 54ca18b by @dependabot in #5866
  • feat(filters): filter by author user ID by @apa420 in #5862
  • fix: don't show reply button on inline whispers or announcements by @M4tthewDE in #5863
  • chore(deps): bump lib/WinToast from f693b8e to 637229e by @dependabot in #5876
  • chore(ci): bump twitch pubsub server version to v1.0.8 by @pajlada in #5877
  • chore(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1 by @dependabot in #5860
  • feat: improve create clip error messaging by @pajlada in #5879
  • Disable QT keywords to avoid clashes with other libraries. by @camporter in #5882
  • deps: update libcommuni by @Nerixyz in #5883
  • feat: add initial experimental Twitch Eventsub support by @pajlada in #5837
  • nit: fix some eventsub mini things by @pajlada in #5895
  • fix: force quit miniaudio thread after 1s by @pajlada in #5896
  • chore(pubsub): remove unused whisper code πŸ‘·πŸ»β€β™€οΈ by @pajlada in #5898
  • refactor(eventsub): generate entire files by @Nerixyz in #5897
  • refactor(eventsub): Allow for skipping generation of json implementations by @pajlada in #5904
  • doc(ci): explain ubuntu docker image stuff by @pajlada in #5905
  • refactor(eventsub): remove empty line start of implementation by @pajlada in #5910
  • refactor(eventsub): enforce static error categories by @Nerixyz in #5903
  • fix: address clang-tidy warnings by @Nerixyz in #5915
  • refactor(eventsub): use snake_case transform by default by @pajlada in #5916
  • chore(eventsub): run pytest in ci by @pajlada in #5920
  • refactor(eventsub): use variants for sum types by @Nerixyz in #5930
  • chore: disable Qt5 builds in CI by @pajlada in #5933
  • chore(ci): bump macos runners from 13 to 14 by @pajlada in #5934
  • feat: add Linux support for Live Notifications toasts w/ libnotify by @camporter in #5881
  • fix(eventsub): don't require pip if venv works by @Nerixyz in #5935
  • fix(cmake): generate resources in build directory by @Nerixyz in #5940
  • Delete unused .docker directory by @Wissididom in #5906
  • deps: bump googletest to v1.16.0 by @Nerixyz in #5942
  • feat(eventsub): Add support for channel.moderate Warn by @pajlada in #5932
  • refactor(notifications): remove platform specifier by @apa420 in #5914
  • feat(eventsub): properly unsubscribe once no more handles are interested by @pajlada in #5943
  • fix: show rewards early, replace later by @Nerixyz in #5948
  • fix: reuse one channel for emote search by @Nerixyz in #5946
  • chore(ci): bump freebsd image from 14.0 to 14.2 by @pajlada in #5949
  • fix: receive redemptions despite pubsub shutdown by @iProdigy in #5947
  • fix github action status badge by @T0biii in #5950
  • chore(deps): bump lib/WinToast from 637229e to 79756c6 by @dependabot in #5951
  • feat(eventsub): add basic parse tests and benchmark by @Nerixyz in #5952
  • refactor(eventsub): more refer...
Read more

v2.5.3-beta.1

18 Mar 09:52
v2.5.3-beta.1
a104a97
Compare
Choose a tag to compare
v2.5.3-beta.1 Pre-release
Pre-release

This is the first beta release of v2.5.3.
The full changelog can be found at https://chatterino.com/changelog#2.5.3

Commit list
  • Fix: Take Lua HTTP callbacks as sol::main_protected_function by @Mm2PL in #5800
  • chore: bump winget-releaser action by @pajlada in #5793
  • build(conan): πŸ‘· update version and dependencies by @Nerixyz in #5776
  • Update release docs by @pajlada in #5809
  • consolidate firefox incognitobrowser logic (and deprecate opera/launcher) by @teknsl in #5805
  • Remove iexplore, because it is EOL by @Wissididom in #5810
  • fix: update winget repo url by @pajlada in #5813
  • fix: winget url fix by @pajlada in #5814
  • chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @dependabot in #5772
  • fix: missing word wrap in update popup by @8thony in #5811
  • fix: don't block with update prompt on macos/linux by @pajlada in #5818
  • feat: stack /clear messages by @Nerixyz in #5806
  • fix: set initial size of widgets by @Nerixyz in #5794
  • fix: use non-capturing group for highlight boundaries by @Nerixyz in #5784
  • fix: only use window scale in children by @Nerixyz in #5833
  • fix: support boost 1.87 by @pajlada in #5832
  • chore(ci): build & test macos with Boost 1.87 by @pajlada in #5835
  • fix: use serverReceivedTime over parseTime for stacking by @Nerixyz in #5824
  • fix: only remove logging channels if we added them by @Nerixyz in #5828
  • Update chatterino.d.ts to match plugin-meta.lua by @Mm2PL in #5792
  • chore(deps): bump lib/settings from 9e9c2f6 to 6c95e5d by @dependabot in #5779
  • chore(tests): print more errors when snapshot tests fail by @pajlada in #5839
  • chore(tests): don't use variants 😠 by @pajlada in #5840
  • chore(deps): bump lib/expected-lite from 5b5caad to 6ea9ca0 by @dependabot in #5829
  • chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 by @dependabot in #5822
  • chore(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.16 by @dependabot in #5821
  • Fixed a potential way to escape the Lua Plugin sandbox by @Mm2PL in #5846
  • refactor: merge adjecent words into one TextElement by @Nerixyz in #5847
  • chore(deps): bump codecov/codecov-action from 5.1.2 to 5.2.0 by @dependabot in #5849
  • chore(deps): bump dawidd6/action-download-artifact from 6 to 8 by @dependabot in #5848
  • chore(deps): bump lib/settings from 6c95e5d to 6f0328b by @dependabot in #5851
  • chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.0 by @dependabot in #5852
  • feat: prefer visible/selected channels when joining by @Nerixyz in #5850
  • fix: visually hide deleted messages immediately by @Nerixyz in #5844
  • fix: more force relayout on timeout/clear/delete by @pajlada in #5854
  • fix: properly stack/merge PubSub & IRC timeouts again by @pajlada in #5855
  • fix: Allow announcements to show up in /mentions by @M4tthewDE in #5857
  • chore(deps): bump lib/settings from 6f0328b to d1a2e48 by @dependabot in #5859
  • fix: make suspicious treatment updates searchable by @iProdigy in #5865
  • docs: update linux & test docs by @pajlada in #5864
  • fix: use upstream qtkeychain (for real this time) by @Nerixyz in #5871
  • fix(hotkeys): remove (self-)buddy from argumentsDescription by @Nerixyz in #5869
  • chore(deps): bump lib/WinToast from a78ce46 to f693b8e by @dependabot in #5823
  • chore(deps): bump lib/expected-lite from 6ea9ca0 to 54ca18b by @dependabot in #5866
  • feat(filters): filter by author user ID by @apa420 in #5862
  • fix: don't show reply button on inline whispers or announcements by @M4tthewDE in #5863
  • chore(deps): bump lib/WinToast from f693b8e to 637229e by @dependabot in #5876
  • chore(ci): bump twitch pubsub server version to v1.0.8 by @pajlada in #5877
  • chore(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1 by @dependabot in #5860
  • feat: improve create clip error messaging by @pajlada in #5879
  • Disable QT keywords to avoid clashes with other libraries. by @camporter in #5882
  • deps: update libcommuni by @Nerixyz in #5883
  • feat: add initial experimental Twitch Eventsub support by @pajlada in #5837
  • nit: fix some eventsub mini things by @pajlada in #5895
  • fix: force quit miniaudio thread after 1s by @pajlada in #5896
  • chore(pubsub): remove unused whisper code πŸ‘·πŸ»β€β™€οΈ by @pajlada in #5898
  • refactor(eventsub): generate entire files by @Nerixyz in #5897
  • refactor(eventsub): Allow for skipping generation of json implementations by @pajlada in #5904
  • doc(ci): explain ubuntu docker image stuff by @pajlada in #5905
  • refactor(eventsub): remove empty line start of implementation by @pajlada in #5910
  • refactor(eventsub): enforce static error categories by @Nerixyz in #5903
  • fix: address clang-tidy warnings by @Nerixyz in #5915
  • refactor(eventsub): use snake_case transform by default by @pajlada in #5916
  • chore(eventsub): run pytest in ci by @pajlada in #5920
  • refactor(eventsub): use variants for sum types by @Nerixyz in #5930
  • chore: disable Qt5 builds in CI by @pajlada in #5933
  • chore(ci): bump macos runners from 13 to 14 by @pajlada in #5934
  • feat: add Linux support for Live Notifications toasts w/ libnotify by @camporter in #5881
  • fix(eventsub): don't require pip if venv works by @Nerixyz in #5935
  • fix(cmake): generate resources in build directory by @Nerixyz in #5940
  • Delete unused .docker directory by @Wissididom in #5906
  • deps: bump googletest to v1.16.0 by @Nerixyz in #5942
  • feat(eventsub): Add support for channel.moderate Warn by @pajlada in #5932
  • refactor(notifications): remove platform specifier by @apa420 in #5914
  • feat(eventsub): properly unsubscribe once no more handles are interested by @pajlada in #5943
  • fix: show rewards early, replace later by @Nerixyz in #5948
  • fix: reuse one channel for emote search by @Nerixyz in #5946
  • chore(ci): bump freebsd image from 14.0 to 14.2 by @pajlada in #5949
  • fix: receive redemptions despite pubsub shutdown by @iProdigy in #5947
  • fix github action status badge by @T0biii in #5950
  • chore(deps): bump lib/WinToast from 637229e to 79756c6 by @dependabot in #5951
  • feat(eventsub): add basic parse tests and benchmark by @Nerixyz in #5952
  • refactor(eventsub): m...
Read more

v2.5.2

05 Jan 11:44
v2.5.2
f53d92c
Compare
Choose a tag to compare

This is the full release of v2.5.2.
The changelog can be found at https://chatterino.com/changelog#2.5.2

Commit list
  • ci: add workflow for WinGet by @Nerixyz in #5365
  • docs: fix typo by @fossdd in #5368
  • chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by @dependabot in #5370
  • build: add doxygen target by @pajlada in #5377
  • tests: better test initializing allowing for better printing by @pajlada in #5379
  • fix: prefer reporting error over status for 200 OK by @Nerixyz in #5378
  • chore(deps): bump lib/settings from 70fbc72 to 03e8af1 by @dependabot in #5382
  • Release plugins alpha by @Mm2PL in #5288
  • Add custom image functionality for inline mod buttons. by @Mm2PL in #5369
  • fix: Missing includes when building with USE_PRECOMPILED_HEADERS=OFF by @brian6932 in #5389
  • refactor: cleanup and document Scrollbar by @Nerixyz in #5334
  • Use Qt's High-DPI scaling on Windows by @Nerixyz in #4868
  • fix: update color of usernames & boldness of usernames on the fly by @pajlada in #5300
  • fix: don't use DPI aware functions on Qt 5 (Windows 7/8) by @Nerixyz in #5391
  • revert: use max(minimum, min(bottom, value)) over clamp(..) by @Nerixyz in #5393
  • Added flags.action filter variable by @Mm2PL in #5397
  • fix: don't attempt to scale windows opted out of scaling by @Nerixyz in #5400
  • chore(deps): bump ZedThree/clang-tidy-review from 0.18.0 to 0.19.0 by @dependabot in #5394
  • fix: get rid of duplicate scale events by @Nerixyz in #5404
  • fix: usercard jumping when loading data by @Nerixyz in #5406
  • chore(deps): bump jurplel/install-qt-action from 3.3.0 to 4.0.0 by @dependabot in #5408
  • fix(luals-meta): generate globals in c2 and echo @lua commands by @Nerixyz in #5385
  • chore: remove unused timegates by @Nerixyz in #5361
  • fix: use irc-unknown when irc server couldn't be loaded by @pajlada in #5419
  • Add feature to duplicate tabs by @KleberPF in #5277
  • Update Windows Qt6 version from 6.5.0 to 6.7.1 by @pajlada in #5420
  • chore: update vcpkg baseline (Qt 6.7.0) by @kornes in #5422
  • chore(deps): bump lib/settings from 03e8af1 to 80b8cb6 by @dependabot in #5427
  • Fix: tabs move animation for duplicated tabs by @kornes in #5426
  • feat(emote-popup): save size of popup by @Nerixyz in #5415
  • Fixed restricted users' usernames not being clickable by @pajlada in #5405
  • chore: refactor TwitchIrcServer by @pajlada in #5421
  • refactor: load images in workers and push immediately by @Nerixyz in #5431
  • fix: global emotes not loading by @pajlada in #5435
  • feat: notify mods when users are warned by @iProdigy in #5441
  • force install newer version of the windows CRT in the windows test runner by @pajlada in #5448
  • Improved error messaging for Update Channel API by @JakeRYW in #5429
  • chore(deps): bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #5454
  • fix: Add brave & google-chrome-stable to incognito browser list by @Niller2005 in #5452
  • fix: handle older VC redist versions by @Nerixyz in #5447
  • Clean up QtCreator's package manager setup by @hemirt in #5305
  • fix: ignore late pings by @Nerixyz in #5457
  • feat: allow timeout-related commands to be used in multiple channels by @pajlada in #5402
  • Show line indicator instead of rectangle while dragging in tables by @Nerixyz in #5256
  • fix: git permission errors in Ubuntu builds by @pajlada in #5458
  • chore: unsingletonize UserDataController by @pajlada in #5459
  • make TwitchPubSubClient.DisconnectedAfter1s test less flaky by @pajlada in #5461
  • chore: unsingletonize Resources/Resources2 by @pajlada in #5460
  • chore: unsingletonize SoundController by @pajlada in #5462
  • Add niller2005 to contributors list by @Niller2005 in #5464
  • fix: check state when completing commands by @Nerixyz in #5401
  • chore: post some ssl info on startup by @pajlada in #5475
  • Introduce HTTP API for plugins by @Mm2PL in #5383
  • feat: add /warn command by @iProdigy in #5474
  • feat: notate power-up automatic reward redemptions by @iProdigy in #5471
  • refactor: cleanup browser extension by @Nerixyz in #5465
  • chore(deps): bump lib/expected-lite from 3634b0a to 182165b by @dependabot in #5469
  • chore(deps): bump lib/settings from 80b8cb6 to f3e9161 by @dependabot in #5468
  • Adding JakeRYW to contributor list by @JakeRYW in #5481
  • chore: change pajlada's profile picture to v2 by @pajlada in #5482
  • fix(windows): wait for Qt before getting bounds by @Nerixyz in #5478
  • chore: remove old Qt 5.12 code, update docs and FreeBSD runner by @Nerixyz in #5396
  • dev: remove macos artifact from nightly release by @pajlada in #5483
  • Add Network to plugin info schema by @2547techno in #5492
  • fix plugin http types & docs by @2547techno in #5494
  • Enable antialiasing for reply button by @dnsge in #5491
  • chore: Update settings library to v0.2.0 by @pajlada in #5496
  • fix: use selected window for /clearmessages by @Nerixyz in #5489
  • refactor: add Channel::addSystemMessage function by @pajlada in #5500
  • show running qt version if it differs from compiled version by @Nerixyz in #5501
  • Support more firefox variants for incognito link opening by @teknsl in #5503
  • Fixed splits staying paused after unfocusing Chatterino in certain configurations by @Mm2PL in #5504
  • Add extra context to messages that are added to channels, allowing the logging controller to take more responsibility in what messages to log by @pajlada in #5499
  • feat: strip prefixes and suffixes in links by @Nerixyz in #5486
  • Added option to log streams by their ID, allowing for easier "per-stream" log analyzing by @pajlada in #5507
  • Display message being replied to above input box by @dnsge in #4350
  • chore: make FlagsEnum constexpr by @Nerixyz in #5510
  • chore: mini refactorings and dead code removal by @Nerixyz in #5512
  • fix: disallow more characters in links by @Nerixyz in #5509
  • feat: add option to suppress live notifications on startup by @Nerixyz in #5388
  • fix: restore input layout (almost) by @Nerixyz in #5519
  • ci: collect code coverage by @Nerixyz in #5516
  • chore: remove Singleton & replace getIApp with getApp by @pajlada in https://github.com/Chatterin...
Read more

v2.5.2-beta.1

14 Dec 11:00
v2.5.2-beta.1
13d871f
Compare
Choose a tag to compare
v2.5.2-beta.1 Pre-release
Pre-release

This is the first beta release of v2.5.2.
The full changelog can be found at https://chatterino.com/changelog#2.5.2

Commit list
  • ci: add workflow for WinGet by @Nerixyz in #5365
  • docs: fix typo by @fossdd in #5368
  • chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by @dependabot in #5370
  • build: add doxygen target by @pajlada in #5377
  • tests: better test initializing allowing for better printing by @pajlada in #5379
  • fix: prefer reporting error over status for 200 OK by @Nerixyz in #5378
  • chore(deps): bump lib/settings from 70fbc72 to 03e8af1 by @dependabot in #5382
  • Release plugins alpha by @Mm2PL in #5288
  • Add custom image functionality for inline mod buttons. by @Mm2PL in #5369
  • fix: Missing includes when building with USE_PRECOMPILED_HEADERS=OFF by @brian6932 in #5389
  • refactor: cleanup and document Scrollbar by @Nerixyz in #5334
  • Use Qt's High-DPI scaling on Windows by @Nerixyz in #4868
  • fix: update color of usernames & boldness of usernames on the fly by @pajlada in #5300
  • fix: don't use DPI aware functions on Qt 5 (Windows 7/8) by @Nerixyz in #5391
  • revert: use max(minimum, min(bottom, value)) over clamp(..) by @Nerixyz in #5393
  • Added flags.action filter variable by @Mm2PL in #5397
  • fix: don't attempt to scale windows opted out of scaling by @Nerixyz in #5400
  • chore(deps): bump ZedThree/clang-tidy-review from 0.18.0 to 0.19.0 by @dependabot in #5394
  • fix: get rid of duplicate scale events by @Nerixyz in #5404
  • fix: usercard jumping when loading data by @Nerixyz in #5406
  • chore(deps): bump jurplel/install-qt-action from 3.3.0 to 4.0.0 by @dependabot in #5408
  • fix(luals-meta): generate globals in c2 and echo @lua commands by @Nerixyz in #5385
  • chore: remove unused timegates by @Nerixyz in #5361
  • fix: use irc-unknown when irc server couldn't be loaded by @pajlada in #5419
  • Add feature to duplicate tabs by @KleberPF in #5277
  • Update Windows Qt6 version from 6.5.0 to 6.7.1 by @pajlada in #5420
  • chore: update vcpkg baseline (Qt 6.7.0) by @kornes in #5422
  • chore(deps): bump lib/settings from 03e8af1 to 80b8cb6 by @dependabot in #5427
  • Fix: tabs move animation for duplicated tabs by @kornes in #5426
  • feat(emote-popup): save size of popup by @Nerixyz in #5415
  • Fixed restricted users' usernames not being clickable by @pajlada in #5405
  • chore: refactor TwitchIrcServer by @pajlada in #5421
  • refactor: load images in workers and push immediately by @Nerixyz in #5431
  • fix: global emotes not loading by @pajlada in #5435
  • feat: notify mods when users are warned by @iProdigy in #5441
  • force install newer version of the windows CRT in the windows test runner by @pajlada in #5448
  • Improved error messaging for Update Channel API by @JakeRYW in #5429
  • chore(deps): bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #5454
  • fix: Add brave & google-chrome-stable to incognito browser list by @Niller2005 in #5452
  • fix: handle older VC redist versions by @Nerixyz in #5447
  • Clean up QtCreator's package manager setup by @hemirt in #5305
  • fix: ignore late pings by @Nerixyz in #5457
  • feat: allow timeout-related commands to be used in multiple channels by @pajlada in #5402
  • Show line indicator instead of rectangle while dragging in tables by @Nerixyz in #5256
  • fix: git permission errors in Ubuntu builds by @pajlada in #5458
  • chore: unsingletonize UserDataController by @pajlada in #5459
  • make TwitchPubSubClient.DisconnectedAfter1s test less flaky by @pajlada in #5461
  • chore: unsingletonize Resources/Resources2 by @pajlada in #5460
  • chore: unsingletonize SoundController by @pajlada in #5462
  • Add niller2005 to contributors list by @Niller2005 in #5464
  • fix: check state when completing commands by @Nerixyz in #5401
  • chore: post some ssl info on startup by @pajlada in #5475
  • Introduce HTTP API for plugins by @Mm2PL in #5383
  • feat: add /warn command by @iProdigy in #5474
  • feat: notate power-up automatic reward redemptions by @iProdigy in #5471
  • refactor: cleanup browser extension by @Nerixyz in #5465
  • chore(deps): bump lib/expected-lite from 3634b0a to 182165b by @dependabot in #5469
  • chore(deps): bump lib/settings from 80b8cb6 to f3e9161 by @dependabot in #5468
  • Adding JakeRYW to contributor list by @JakeRYW in #5481
  • chore: change pajlada's profile picture to v2 by @pajlada in #5482
  • fix(windows): wait for Qt before getting bounds by @Nerixyz in #5478
  • chore: remove old Qt 5.12 code, update docs and FreeBSD runner by @Nerixyz in #5396
  • dev: remove macos artifact from nightly release by @pajlada in #5483
  • Add Network to plugin info schema by @2547techno in #5492
  • fix plugin http types & docs by @2547techno in #5494
  • Enable antialiasing for reply button by @dnsge in #5491
  • chore: Update settings library to v0.2.0 by @pajlada in #5496
  • fix: use selected window for /clearmessages by @Nerixyz in #5489
  • refactor: add Channel::addSystemMessage function by @pajlada in #5500
  • show running qt version if it differs from compiled version by @Nerixyz in #5501
  • Support more firefox variants for incognito link opening by @teknsl in #5503
  • Fixed splits staying paused after unfocusing Chatterino in certain configurations by @Mm2PL in #5504
  • Add extra context to messages that are added to channels, allowing the logging controller to take more responsibility in what messages to log by @pajlada in #5499
  • feat: strip prefixes and suffixes in links by @Nerixyz in #5486
  • Added option to log streams by their ID, allowing for easier "per-stream" log analyzing by @pajlada in #5507
  • Display message being replied to above input box by @dnsge in #4350
  • chore: make FlagsEnum constexpr by @Nerixyz in #5510
  • chore: mini refactorings and dead code removal by @Nerixyz in #5512
  • fix: disallow more characters in links by @Nerixyz in #5509
  • feat: add option to suppress live notifications on startup by @Nerixyz in #5388
  • fix: restore input layout (almost) by @Nerixyz in #5519
  • ci: collect code coverage by @Nerixyz in #5516
  • chore: remove Singleton & replace getIApp with getApp by @pajlada in https://github....
Read more

v2.5.1

28 Apr 11:28
v2.5.1
eafcb94
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Fixed links without a protocol not being clickable. (#5345)

Full Changelog: v2.5.0...v2.5.1

v2.5.0

21 Apr 09:42
v2.5.0
3aead09
Compare
Choose a tag to compare

What's Changed

  • Major: Twitch follower emotes can now be correctly tabbed in other channels when you are subscribed to the channel the emote is from. (#4922)
  • Major: Added /automod split to track automod caught messages across all open channels the user moderates. (#4986, #5026)
  • Major: Moderators can now see restricted chat messages and suspicious treatment updates. (#5056, #5060)
  • Minor: Migrated to the new Get Channel Followers Helix endpoint, fixing follower count not showing up in usercards. (#4809)
  • Minor: Moderation commands such as /ban, /timeout, /unban, and /untimeout can now be used via User IDs by using the id:123 syntax (e.g. /timeout id:22484632 1m stop winning). (#4945, #4956, #4957)
  • Minor: The /usercard command now accepts user ids. (/usercard id:22484632) (#4934)
  • Minor: Added menu actions to reply directly to a message or the original thread root. (#4923)
  • Minor: The /reply command now replies to the latest message from the user. Due to this change, the message you intended to reply to is now shown in the reply context, instead of the first message in a thread. (#4919)
More Changes
  • Minor: The chatter list button is now hidden if you don't have moderator privileges. (#5245, #5336)
  • Minor: Live streams that are marked as reruns now mark a tab as yellow instead of red. (#5176, #5237)
  • Minor: Allowed theming of tab live and rerun indicators. (#5188)
  • Minor: The Restart on crash setting works again on Windows. (#5012)
  • Minor: Added an option to use new experimental smarter emote completion. (#4987)
  • Minor: Added support for FrankerFaceZ channel badges. These can be configured at https://www.frankerfacez.com/channel/mine - currently only supports bot badges for your chat bots. (#5119)
  • Minor: Added support to send /announce[color] commands. Colored announcements only appear with the chosen color in Twitch chat. (#5250)
  • Minor: The whisper highlight color can now be configured through the settings. (#5053)
  • Minor: Added an option to always include the broadcaster in user completions. This is enabled by default. (#5193, #5244)
  • Minor: Added a warning message if you have multiple commands with the same trigger. (#4322)
  • Minor: Chatters from message history are now added to autocompletion. (#5116)
  • Minor: Added support for the {input.text} placeholder in the Split -> Run a command hotkey. (#5130)
  • Minor: Added --activate <channel> (or -a) command line option to focus or add a certain Twitch channel on startup. (#5111)
  • Minor: Added the --incognito/--no-incognito options to the /openurl command, allowing you to override the "Open links in incognito/private mode" setting. (#5149, #5197)
  • Minor: Added the ability to change the top-most status of a window regardless of the Always on top setting (right click the notebook). (#5135)
  • Minor: Added the ability to show AutoMod caught messages in mentions. (#5215)
  • Minor: Added the ability to configure the color of highlighted AutoMod caught messages. (#5215)
  • Minor: Updated to Emoji v15.1. Google emojis are now used as the fallback instead of Twitter emojis. (#5182)
  • Minor: Added icons for newer versions of macOS. (#5148)
  • Minor: Added more menu items in macOS menu bar. (#5266)
  • Minor: Improved color selection and display. (#5057)
  • Minor: Added a System theme setting that updates according to the system's color scheme (requires Qt 6.5). (#5118)
  • Minor: Normalized the input padding between light & dark themes. (#5095)
  • Minor: The account switcher is now styled to match your theme. (#4817)
  • Minor: Added a fallback theme field to custom themes that will be used in case the custom theme does not contain a color Chatterino needs. If no fallback theme is specified, we'll pull the color from the included Dark or Light theme. (#5198)
  • Minor: Added a new completion API for experimental plugins feature. (#5000, #5047)
  • Minor: Added a new Channel API for experimental plugins feature. (#5141, #5184, #5187)
  • Minor: Introduce c2.later() function to Lua API. (#5154)
  • Minor: Added --safe-mode command line option that can be used for troubleshooting when Chatterino is misbehaving or is misconfigured. It disables hiding the settings button & prevents plugins from loading. (#4985)
  • Minor: Added wrappers for Lua io library for experimental plugins feature. (#5231)
  • Minor: Added permissions to experimental plugins feature. (#5231)
  • Minor: Added missing periods at various moderator messages and commands. (#5061)
  • Minor: Improved Streamlink documentation in the settings dialog. (#5076)
  • Minor: The installer now checks for the VC Runtime version and shows more info when it's outdated. (#4847)
  • Minor: All sound capabilities can now be disabled by setting your "Sound backend" setting to "Null" and restarting Chatterino. (#4978)
  • Minor: Added an invisible resize handle to the bottom of frameless user info popups and reply thread popups. (#4795)
  • Minor: Updated the flatpakref link included with nightly builds to point to up-to-date flathub-beta builds. (#5008)
  • Minor: Image links now reflect the scale of their image instead of an internal label. (#5201)
  • Minor: IPC files are now stored in the Chatterino directory instead of system directories on Windows. (#5226)
  • Minor: 7TV emotes now have a 4x image rather than a 3x image. (#5209)
  • Minor: Add reward.cost reward.id, reward.title filter variables. (#5275)
  • Minor: Change Lua CompletionRequested handler to use an event table. (#5280)
  • Minor: Changed the layout of the about page. (#5287)
  • Minor: Add duration to multi-month anon sub gift messages. (#5293)
  • Minor: Added context menu action to toggle visibility of offline tabs. (#5318)
  • Minor: Report sub duration for more multi-month gift cases. (#5319)
  • Minor: Improved error reporting for the automatic streamer mode detection on Linux and macOS. (#5321)
  • Bugfix: Fixed a crash that could occur on Wayland when using the image uploader. (#5314)
  • Bugfix: Fixed split tooltip getting stuck in some cases. (#5309)
  • Bugfix: Fixed the version string not showing up as expected in Finder on macOS. (#5311)
  • Bugfix: Fixed links having http:// added to the beginning in certain cases. (#5323)
  • Bugfix: Fixed topmost windows from losing their status after opening dialogs on Windows. (#5330)
  • Bugfix: Fixed a gap appearing when using filters on /watching. (#5329)
  • Bugfix: Fixed an issue where certain emojis did not send to Twitch chat correctly. (#4840)
  • Bugfix: Fixed the /shoutout command not working with usernames starting with @'s (e.g. /shoutout @forsen). (#4800)
  • Bugfix: Fixed capitalized channel names in log inclusion list not being logged. (#4848)
  • Bugfix: Trimmed custom streamlink paths on all platforms making sure you don't accidentally add spaces at the beginning or end of its path. (#4834)
  • Bugfix: Fixed a performance issue when displaying replies to certain messages. (#4807)
  • Bugfix: Fixed an issue where certain parts of the split input wouldn't focus the split when clicked. (#4958)
  • Bugfix: Fixed an issue in the /live split that caused some channels to not get grayed-out when they went offline. (#5172)\
  • Bugfix: User text input within watch streak notices now correctly shows up. (#5029)
  • Bugfix: Fixed selection of tabs after closing a tab when using "Live Tabs Only". (#4770)
  • Bugfix: Fixed input in the reply thread popup losing focus when dragging said window. (#4815)
  • Bugfix: Fixed the Quick Switcher (CTRL+K) sometimes showing up on the wrong window. (#4819)
  • Bugfix: Fixed the font switcher not remembering what font you had previously selected. (#5224)
  • Bugfix: Fixed too much text being copied when copying chat messages. (#4812, #4830, #4839)
  • Bugfix: Fixed issue on Windows preventing the title bar from being dragged in the top left corner. (#4873)
  • Bugfix: Fixed an issue where Streamer Mode did not detect that OBS was running on MacOS. (#5260)
  • Bugfix: Remove ":" from the message the user is replying to if it's a /me message. (#5263)
  • Bugfix: Fixed the "Cancel" button in the settings dialog only working after opening the settings dialog twice. (#5229)
  • Bugfix: Fixed an issue where the setting Only search for emote autocompletion at the start of emote names wouldn't disable if it was enabled when the client started. (#4855)
  • Bugfix: Fixed an empty page being added when showing the out of bounds dialog. (#4849)
  • Bugfix: Fixed an issue preventing searching a redemption by it's title when the redemption contained user text input. (#5117)
  • Bugfix: Fixed an issue where reply context didn't render correctly if an emoji was touching text. (#4875, #4977, #5174)
  • Bugfix: Fixed the input completion popup sometimes disappearing when clicking on it on Windows and macOS. (#4876)
  • Bugfix: Fixed Twitch badges not loading correctly in the badge highlighting setting page. (#5223)
  • Bugfix: Fixed double-click text selection moving its position with each new message. (#4898)
  • Bugfix: Fixed an issue where notifications on Windows would contain no or an old avatar. (#4899)
  • Bugfix: Fixed headers of tables in the settings switching to bold text when selected. (#4913)
  • Bugfix: Fixed tooltips appearing too large and/or away from the cursor. (#4920)
  • Bugfix: Fixed thread popup window missing messages for nested threads. (#4923)
  • Bugfix: Fixed an occasional crash for channel point redemptions with text input. (#4949)
  • Bugfix: Fixed triple-click on message also selecting moderation buttons. (#4961)
  • Bugfix: Fixed badge highlight changes not immediately being reflected. (#5110)
  • Bugfix: Fixed emotes being reloaded when pressing "Cancel" in the settings dialog, causing a slowdown. (#5240)
  • Bugfix: Fixed double-click selection not correctly selecting words that were split onto multiple lines. (#5243)
  • Bugfix: Fixed some emotes not ...
Read more

v2.5.0 beta 1

07 Apr 10:54
v2.5.0-beta.1
25a69fd
Compare
Choose a tag to compare
v2.5.0 beta 1 Pre-release
Pre-release

What's Changed

  • Major: Twitch follower emotes can now be correctly tabbed in other channels when you are subscribed to the channel the emote is from. (#4922)
  • Major: Added /automod split to track automod caught messages across all open channels the user moderates. (#4986, #5026)
  • Major: Moderators can now see restricted chat messages and suspicious treatment updates. (#5056, #5060)
  • Minor: Migrated to the new Get Channel Followers Helix endpoint, fixing follower count not showing up in usercards. (#4809)
  • Minor: Moderation commands such as /ban, /timeout, /unban, and /untimeout can now be used via User IDs by using the id:123 syntax (e.g. /timeout id:22484632 1m stop winning). (#4945, #4956, #4957)
  • Minor: The /usercard command now accepts user ids. (/usercard id:22484632) (#4934)
  • Minor: Added menu actions to reply directly to a message or the original thread root. (#4923)
  • Minor: The /reply command now replies to the latest message from the user. Due to this change, the message you intended to reply to is now shown in the reply context, instead of the first message in a thread. (#4919)
More Changes
  • Minor: The chatter list button is now hidden if you don't have moderator privileges. (#5245)
  • Minor: Live streams that are marked as reruns now mark a tab as yellow instead of red. (#5176, #5237)
  • Minor: Allowed theming of tab live and rerun indicators. (#5188)
  • Minor: The Restart on crash setting works again on Windows. (#5012)
  • Minor: Added an option to use new experimental smarter emote completion. (#4987)
  • Minor: Added support for FrankerFaceZ channel badges. These can be configured at https://www.frankerfacez.com/channel/mine - currently only supports bot badges for your chat bots. (#5119)
  • Minor: Added support to send /announce[color] commands. Colored announcements only appear with the chosen color in Twitch chat. (#5250)
  • Minor: The whisper highlight color can now be configured through the settings. (#5053)
  • Minor: Added an option to always include the broadcaster in user completions. This is enabled by default. (#5193, #5244)
  • Minor: Added a warning message if you have multiple commands with the same trigger. (#4322)
  • Minor: Chatters from message history are now added to autocompletion. (#5116)
  • Minor: Added support for the {input.text} placeholder in the Split -> Run a command hotkey. (#5130)
  • Minor: Added --activate <channel> (or -a) command line option to focus or add a certain Twitch channel on startup. (#5111)
  • Minor: Added the --incognito/--no-incognito options to the /openurl command, allowing you to override the "Open links in incognito/private mode" setting. (#5149, #5197)
  • Minor: Added the ability to change the top-most status of a window regardless of the Always on top setting (right click the notebook). (#5135)
  • Minor: Added the ability to show AutoMod caught messages in mentions. (#5215)
  • Minor: Added the ability to configure the color of highlighted AutoMod caught messages. (#5215)
  • Minor: Updated to Emoji v15.1. Google emojis are now used as the fallback instead of Twitter emojis. (#5182)
  • Minor: Added icons for newer versions of macOS. (#5148)
  • Minor: Added more menu items in macOS menu bar. (#5266)
  • Minor: Improved color selection and display. (#5057)
  • Minor: Added a System theme setting that updates according to the system's color scheme (requires Qt 6.5). (#5118)
  • Minor: Normalized the input padding between light & dark themes. (#5095)
  • Minor: The account switcher is now styled to match your theme. (#4817)
  • Minor: Added a fallback theme field to custom themes that will be used in case the custom theme does not contain a color Chatterino needs. If no fallback theme is specified, we'll pull the color from the included Dark or Light theme. (#5198)
  • Minor: Added a new completion API for experimental plugins feature. (#5000, #5047)
  • Minor: Added a new Channel API for experimental plugins feature. (#5141, #5184, #5187)
  • Minor: Introduce c2.later() function to Lua API. (#5154)
  • Minor: Added --safe-mode command line option that can be used for troubleshooting when Chatterino is misbehaving or is misconfigured. It disables hiding the settings button & prevents plugins from loading. (#4985)
  • Minor: Added wrappers for Lua io library for experimental plugins feature. (#5231)
  • Minor: Added permissions to experimental plugins feature. (#5231)
  • Minor: Added missing periods at various moderator messages and commands. (#5061)
  • Minor: Improved Streamlink documentation in the settings dialog. (#5076)
  • Minor: The installer now checks for the VC Runtime version and shows more info when it's outdated. (#4847)
  • Minor: All sound capabilities can now be disabled by setting your "Sound backend" setting to "Null" and restarting Chatterino. (#4978)
  • Minor: Added an invisible resize handle to the bottom of frameless user info popups and reply thread popups. (#4795)
  • Minor: Updated the flatpakref link included with nightly builds to point to up-to-date flathub-beta builds. (#5008)
  • Minor: Image links now reflect the scale of their image instead of an internal label. (#5201)
  • Minor: IPC files are now stored in the Chatterino directory instead of system directories on Windows. (#5226)
  • Minor: 7TV emotes now have a 4x image rather than a 3x image. (#5209)
  • Minor: Add reward.cost reward.id, reward.title filter variables. (#5275)
  • Minor: Change Lua CompletionRequested handler to use an event table. (#5280)
  • Minor: Changed the layout of the about page. (#5287)
  • Minor: Add duration to multi-month anon sub gift messages. (#5293)
  • Bugfix: Fixed an issue where certain emojis did not send to Twitch chat correctly. (#4840)
  • Bugfix: Fixed the /shoutout command not working with usernames starting with @'s (e.g. /shoutout @forsen). (#4800)
  • Bugfix: Fixed capitalized channel names in log inclusion list not being logged. (#4848)
  • Bugfix: Trimmed custom streamlink paths on all platforms making sure you don't accidentally add spaces at the beginning or end of its path. (#4834)
  • Bugfix: Fixed a performance issue when displaying replies to certain messages. (#4807)
  • Bugfix: Fixed an issue where certain parts of the split input wouldn't focus the split when clicked. (#4958)
  • Bugfix: Fixed an issue in the /live split that caused some channels to not get grayed-out when they went offline. (#5172)\
  • Bugfix: User text input within watch streak notices now correctly shows up. (#5029)
  • Bugfix: Fixed selection of tabs after closing a tab when using "Live Tabs Only". (#4770)
  • Bugfix: Fixed input in the reply thread popup losing focus when dragging said window. (#4815)
  • Bugfix: Fixed the Quick Switcher (CTRL+K) sometimes showing up on the wrong window. (#4819)
  • Bugfix: Fixed the font switcher not remembering what font you had previously selected. (#5224)
  • Bugfix: Fixed too much text being copied when copying chat messages. (#4812, #4830, #4839)
  • Bugfix: Fixed issue on Windows preventing the title bar from being dragged in the top left corner. (#4873)
  • Bugfix: Fixed an issue where Streamer Mode did not detect that OBS was running on MacOS. (#5260)
  • Bugfix: Remove ":" from the message the user is replying to if it's a /me message. (#5263)
  • Bugfix: Fixed the "Cancel" button in the settings dialog only working after opening the settings dialog twice. (#5229)
  • Bugfix: Fixed an issue where the setting Only search for emote autocompletion at the start of emote names wouldn't disable if it was enabled when the client started. (#4855)
  • Bugfix: Fixed an empty page being added when showing the out of bounds dialog. (#4849)
  • Bugfix: Fixed an issue preventing searching a redemption by it's title when the redemption contained user text input. (#5117)
  • Bugfix: Fixed an issue where reply context didn't render correctly if an emoji was touching text. (#4875, #4977, #5174)
  • Bugfix: Fixed the input completion popup sometimes disappearing when clicking on it on Windows and macOS. (#4876)
  • Bugfix: Fixed Twitch badges not loading correctly in the badge highlighting setting page. (#5223)
  • Bugfix: Fixed double-click text selection moving its position with each new message. (#4898)
  • Bugfix: Fixed an issue where notifications on Windows would contain no or an old avatar. (#4899)
  • Bugfix: Fixed headers of tables in the settings switching to bold text when selected. (#4913)
  • Bugfix: Fixed tooltips appearing too large and/or away from the cursor. (#4920)
  • Bugfix: Fixed thread popup window missing messages for nested threads. (#4923)
  • Bugfix: Fixed an occasional crash for channel point redemptions with text input. (#4949)
  • Bugfix: Fixed triple-click on message also selecting moderation buttons. (#4961)
  • Bugfix: Fixed badge highlight changes not immediately being reflected. (#5110)
  • Bugfix: Fixed emotes being reloaded when pressing "Cancel" in the settings dialog, causing a slowdown. (#5240)
  • Bugfix: Fixed double-click selection not correctly selecting words that were split onto multiple lines. (#5243)
  • Bugfix: Fixed some emotes not appearing when using Ignores. (#4965, #5126)
  • Bugfix: Fixed a freeze from a bad regex in Ignores. (#4965, #5126)
  • Bugfix: Fixed lookahead/-behind not working in Ignores. (#4965, #5126)
  • Bugfix: Fixed Image Uploader accidentally deleting images with some hosts when link resolver was enabled. (#4971)
  • Bugfix: Fixed a rare crash with the Image Uploader when closing a split right after starting an upload. (#4971)
  • Bugfix: Fixed an issue on macOS where the Image Uploader would keep prompting the user even after they clicked "Yes, don't ask again". (#5011)
  • Bugfix: The usercard button is now hidden in the User Info Popup when in special channels. (#4972)
  • Bugfix: Fixed support for Windows 11 Snap layouts. (#4994, #5175)
  • Bugfix: Fixed some windows appeari...
Read more

v2.4.6

30 Sep 11:00
Compare
Choose a tag to compare

This is a Windows-only security release

This change brings a few less tested consequences, such as emote order being a bit different and some UI changes. These are being worked on for the next release.

  • Bugfix: Update Qt version from v5.15 to v6.5, fixing a security issue with webp loading. (#4844)
  • Minor: Migrate to the new Get Channel Followers Helix endpoint, fixing follower count not showing up in usercards. (#4809)

v2.4.5

26 Aug 10:37
05a72d3
Compare
Choose a tag to compare

What's Changed

  • Major: AutoMod term management messages (e.g. testaccount added "noob" as a blocked term on AutoMod.) are now hidden in Streamer Mode if you have the "Hide moderation actions" setting enabled. (#4758)
  • Minor: Added /shoutout <username> command to shoutout a specified user. Note: This is only the /command, we are still unable to display when a shoutout happens. (#4638)
  • Minor: Added a setting to only show tabs with live channels (default toggle hotkey: Ctrl+Shift+L). (#4358)
  • Minor: Added an option to subscribe to and unsubscribe from reply threads. (#4680, #4739)
  • Minor: Added the ability to pin Reply threads to stay open while using the setting "Automatically close reply thread popup when it loses focus". (#4680)
  • Minor: Highlights loaded from message history will now correctly appear in the /mentions tab. (#4475)
More Changes
  • Minor: Added hotkey Action for pinning usercards and reply threads. (#4692)
  • Minor: Added missing hotkey Action for Open Player in Browser. (#4756)
  • Minor: Added an icon showing when streamer mode is enabled (#4410, #4690)
  • Minor: Message input is now focused when clicking on emotes. (#4719)
  • Minor: Changed viewer list to chatter list to more match Twitch's terminology. (#4732)
  • Minor: Added currency & duration to Hype Chat messages. (#4715)
  • Minor: Added is:hype-chat search option. (#4766)
  • Minor: Added flags.hype_chat filter variable. (#4766)
  • Minor: Nicknames are now taken into consideration when searching for messages. (#4663, #4742)
  • Minor: Added a message for when Chatterino joins a channel (#4616)
  • Minor: 7TV badges now automatically update upon changing them. (#4512)
  • Minor: Removed restriction on Go To Message on system messages from search. (#4614)
  • Minor: Channel point redemptions without custom text are now shown in the usercard. (#4557)
  • Minor: Added settings for customizing the behavior of Right Clicking a usernames. (#4622, #4751)
  • Minor: The input completion and quick switcher are now styled to match your theme. (#4671)
  • Minor: All channels opened in browser tabs are synced when using the extension for quicker switching between tabs. (#4741)
  • Minor: Added support for opening incognito links in firefox-esr and chromium. (#4745)
  • Minor: Added support for opening incognito links under Linux/BSD using XDG. (#4745)
  • Minor: Added accelerators to the right click menu for messages (#4705)
  • Minor: Improved editing hotkeys. (#4628)
  • Minor: Added /c2-theme-autoreload command to automatically reload a custom theme. This is useful for when you're developing your own theme. (#4718)
  • Bugfix: Fixed an issue where Subscriptions & Announcements that contained ignored phrases would still appear if the Block option was enabled. (#4748)
  • Bugfix: Increased amount of blocked users loaded from 100 to 1,000. (#4721)
  • Bugfix: Fixed pings firing for the "Your username" highlight when not signed in. (#4698)
  • Bugfix: Fixed a crash that could happen when closing splits before their display name was updated. This was especially noticeable after the live controller changes. (#4731)
  • Bugfix: Fixed highlights sometimes not working after changing sound device, or switching users in your operating system. (#4729)
  • Bugfix: Fixed a spacing issue with mentions inside RTL text. (#4677)
  • Bugfix: Fixed a crash when opening and closing a reply thread and switching the user. (#4675)
  • Bugfix: Fixed a crash that could occur when closing the usercard too quickly after blocking or unblocking a user. (#4711)
  • Bugfix: Fixed visual glitches with smooth scrolling. (#4501)
  • Bugfix: Fixed key bindings not showing in context menus on Mac. (#4722)
  • Bugfix: Fixed timeouts from message history not behaving consistently. (#4760)
  • Bugfix: Fixed partially broken filters on Qt 6 builds. (#4702)
  • Bugfix: Fixed tooltips & popups sometimes showing up on the wrong monitor. (#4740)
  • Bugfix: Fixed some network errors having 0 as their HTTP status. (#4704)
  • Bugfix: Fixed tab completion rarely completing the wrong word. (#4735)
  • Bugfix: Fixed generation of crashdumps by the browser-extension process when the browser was closed. (#4667)
Commit List
  • Document our pubsub usage & eventual eventsub usage by @pajlada in #4630
  • Refactor/Cleanup NetworkRequest and Related Code by @Nerixyz in #4633
  • Add Command to Set Logging/Filter Rules at Runtime by @Nerixyz in #4637
  • Add 'joined channel' system message. by @Mm2PL in #4616
  • Add the ability to select custom themes in the settings dialog by @pajlada in #4570
  • Move mocks to their own interface by @pajlada in #4645
  • add "/shoutout" command by @olafyang in #4638
  • add 'olafyang' to contributors.txt by @olafyang in #4646
  • Add input completion test suite by @dnsge in #4644
  • Configure CMake for clang-tidy separately by @Nerixyz in #4648
  • Bump jurplel/install-qt-action from 3.2.0 to 3.2.1 by @dependabot in #4635
  • Bump ZedThree/clang-tidy-review from 0.13.0 to 0.13.1 by @dependabot in #4651
  • Include Tests and Benchmarks in clang-tidy CI by @Nerixyz in #4653
  • Make tests more platform agnostic by @Nerixyz in #4650
  • Add an indicator in the title bar if Streamer Mode is active by @Mm2PL in #4410
  • Expand upon test channels by @pajlada in #4655
  • Add tools to help debug image GC by @Mm2PL in #4578
  • Improve editing of hotkeys by @Mm2PL in #4628
  • Clean up GenericListModel by @pajlada in #4661
  • Consider nicknames when searching for messages by @chrrs in #4663
  • Add 'chrrs' to contributors.txt by @chrrs in #4664
  • Remove duplicate Fluent icons license by @Wissididom in #4665
  • Remove QObjectRef in favor of QPointer by @4rneee in #4666
  • Prevent Generation of Crashdumps When the Browser Is Closed by @Nerixyz in #4667
  • add 4rneee to contributors.txt by @4rneee in #4668
  • Fix undefined behaviour when loading non-existant credentials by @Nerixyz in #4674
  • Don't add QLayouts to QWidgets that already have one by @Nerixyz in #4672
  • Fix crash resulting from a mutex deadlock when switching users by @Nerixyz in #4675
  • Respect Theme in Input Completion & Quick Switcher by @Nerixyz in #4671
  • Fix spacing issue with mentions inside RTL text by @mohad12211 in #4677
  • Add setting to only show tabs with live channels by @dnsge in #4358
  • Use sccache on Windows by @Nerixyz in #4678
  • Bump lib/crashpad from ec99257 to 432ff49 by @dependabot in #4688
  • Make sanitizers truly optional by @pajlada in #4689
  • Add option to subscribe to and pin reply threads by @Nerixyz in #4680
  • Define Git and date constants in executables only by @Nerixyz in #4681
  • Fix smooth scrolling when ChannelView is full by @Pizzabelly in #4501
  • Fix streamer mode button being always visible on Windows by @pajlada in #4690
  • Fix changelog entries for two old PRs by @pajlada in #4691
  • Fix anonymous users being pinged by justinfan64537 by @Nerixyz in #4698
  • Refactor tests and benchmarks by @Nerixyz in #4700
  • Fix partially broken filters on Qt 6 by @Nerixyz in #4702
  • Run tests on Qt 5.12.12 & Qt 6.2.4 in CI by @pajlada in #4703
  • Allow for customizing the behavior of Right Clicking of usernames. by @Mm2PL in #4622
  • Fix crash that could occur if closing the usercard quickly after blocking by @pajlada in #4711
  • Improve network error messages by @Nerixyz in #4704
  • Add string literal suffixes to create QStrings, QByteArrays, and QLatin1String(View)s at compile time by @Nerixyz in #4706
  • Add "pin" action to usercards and reply threads by @Mm2PL in #4692
  • Ensure live status requests are always batched by @pajlada in #4713
  • Remove dead macro code by @Nerixy...
Read more