Skip to content

Releases: Mm2PL/dankerino

Nightly Release

10 Nov 01:06
280f9e4
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release
  • [2024-11-24] Minor: Added a setting to hide the scrollbar highlights. (Chatterino#5732)
  • [2024-11-24] Minor: The window layout is now backed up like the other settings. (Chatterino#5647)
  • [2024-11-24] Dev: Moved to condition variables when shutting down worker threads. (Chatterino#5721, Chatterino#5733)
  • [2024-11-24] Minor: Added a setting to hide the scrollbar thumb (the handle you can drag). Hiding the scrollbar thumb will disable mouse click & drag interactions in the scrollbar. (Chatterino#5731)
  • [2024-11-23] Bugfix: Fixed network requests timing out despite them not being in flight for that long, for Qt 6.3+ where we have the technology. (Chatterino#5729)
More Changes
  • [2024-11-23] Bugfix: Fixed a potential rare crash that could occur on Windows if a toast was about to fire just as we were shutting down. (Chatterino#5728)
  • [2024-11-23] Dev: Explicitly print output from --version to stdout. (Chatterino#5727)
  • [2024-11-17] Dev: Default build with Qt6 on all platforms. (Chatterino#5716)
  • [2024-11-12] Dev: Qt 6.8 and later now default to the GDI fontengine. (Chatterino#5710)
  • [2024-11-12] Minor: Emote names are no longer duplicated when using smarter emote completion. (Chatterino#5705)
  • [2024-11-10] Bugfix: Fixed pause indicator not appearing in certain cases. (Chatterino#5707)
  • [2024-11-05] Dev: Specified qtkeychain dependency version. (Chatterino#5695, Chatterino#5697)
  • [2024-11-05] Minor: Added a setting to control whether or not to show "Blocked Term" automod messages. (Chatterino#5690)
  • [2024-11-05] Minor: Mentions of FrankerFaceZ and BetterTTV in settings are standardized as such. (Chatterino#5698)
  • [2024-11-04] Dev: Clarified our Lua dependency's version. (Chatterino#5693)
  • [2024-11-03] Bugfix: Fixed rendering of multi-line selection that starts at a trailing space. (Chatterino#5691)
  • [2024-11-03] Minor: When blocking a channel, Chatterino will now warn you about that action. (Chatterino#5615)
  • [2024-11-03] Minor: Made usernames in bits and sub messages clickable. (Chatterino#5686)
  • [2024-11-03] Bugfix: Fixed a crash that could occur when handling the quick switcher popup really quickly. (Chatterino#5687)
  • [2024-11-02] Dev: 7TV's entitlement.reset is now explicitly ignored. (Chatterino#5685)
  • [2024-11-02] Minor: Tabs unhighlight when their content is read in other tabs. (Chatterino#5649)
  • [2024-11-02] Dev: Unified parsing of historic and live IRC messages. (Chatterino#5678)
  • [2024-11-02] Bugfix: Fixed incorrect messages getting replaced visually. (Chatterino#5683)
  • [2024-11-02] Dev: All Lua globals now show in the c2 global in the LuaLS metadata. (Chatterino#5385, Chatterino#5682)
  • [2024-11-02] Dev: Move plugins to Sol2. (Chatterino#5622, Chatterino#5682)
  • [2024-10-27] Dev: Fixed some compiler warnings. (Chatterino#5672)
  • [2024-10-27] Bugfix: Fixed 7TV emotes messing with Qt's HTML. (Chatterino#5677)
  • [2024-10-24] Bugfix: Fixed 7TV badges being inadvertently animated. (Chatterino#5674)
  • [2024-10-22] Dev: Added more tests for message building. (Chatterino#5598, Chatterino#5654, Chatterino#5656, Chatterino#5671)
  • [2024-10-22] Minor: Add support for Shared Chat messages. Shared chat messages can be filtered with the flags.shared filter variable, or with search using is:shared. Some messages like subscriptions are filtered on purpose to avoid confusion for the broadcaster. If you have both channels participating in Shared Chat open, only one of the message triggering your highlight will trigger. (Chatterino#5606, Chatterino#5625, Chatterino#5661)
  • [2024-10-21] Dev: Decoupled reply parsing from MessageBuilder. (Chatterino#5660, Chatterino#5668)
  • [2024-10-20] Major: Improve high-DPI support on Windows. (Chatterino#4868, Chatterino#5391, Chatterino#5664, Chatterino#5666)
  • [2024-10-20] Dev: Refactored IRC message building. (Chatterino#5663)
  • [2024-10-19] Minor: Make raid entry message usernames clickable. (Chatterino#5651)
  • [2024-10-19] Major: Added transparent overlay window (default keybind: CTRL + ALT + N). (Chatterino#4746, Chatterino#5643, Chatterino#5659)
  • [2024-10-18] Dev: Refactored static MessageBuilder helpers to standalone functions. (Chatterino#5652)
  • [2024-10-14] Minor: Proxy URL information is now included in the /debug-env command. (Chatterino#5648)
  • [2024-10-13] Bugfix: Fixed event emotes not showing up in autocomplete and popups. (Chatterino#5239, Chatterino#5580, Chatterino#5582, Chatterino#5632)
  • [2024-10-12] Minor: Remember last popup size for next popup. (Chatterino#5635)
  • [2024-10-12] Minor: Indicate when subscriptions and resubscriptions are for multiple months. (Chatterino#5642)
  • [2024-10-09] Bugfix: Fixed splits staying paused after unfocusing Chatterino in certain configurations. (Chatterino#5504, Chatterino#5637)
  • [2024-10-06] Bugfix: Fixed emotes starting with ":" not tab-completing. (Chatterino#5603)
  • [2024-10-06] Minor: Added --login <username> CLI argument to specify which account to start logged in as. (Chatterino#5626)
  • [2024-10-05] Dev: Emojis now use flags instead of a set of strings for capabilities. (Chatterino#5616)
  • [2024-10-05] Bugfix: Fixed incorrect message being disabled in some cases upon approving or denying an automod caught message. (Chatterino#5611)
  • [2024-10-05] Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (Chatterino#5426, Chatterino#5612)
  • [2024-10-04] Dev: The timer for StreamerMode is now destroyed on the correct thread. (Chatterino#5571, Chatterino#5624)
  • [2024-10-02] Bugfix: Fixed double-click selection not working when clicking outside a message. (Chatterino#5617)
  • [2024-09-29] Dev: Run benchmarks in CI. (Chatterino#5610)
  • [2024-09-29] Dev: GIFTimer is no longer initialized in tests. (Chatterino#5608)
  • [2024-09-29] Dev: Added more tests for input completion. (Chatterino#5604)
  • [2024-09-28] Dev: Refactored legacy Unicode zero-width-joiner replacement. (Chatterino#5594)
  • [2024-09-28] Dev: The JSON output when copying a message (SHIFT + right-click) is now more extensive. (Chatterino#5600)
  • [2024-09-28] Bugfix: Fixed global badges not showing in anonymous mode. (Chatterino#5599)
  • [2024-09-24] Bugfix: Fixed grammar in the user highlight page. (Chatterino#5602)
  • [2024-09-14] Dev: Refactored statics in headers to only be present once in the final app. (Chatterino#5588)
  • [2024-09-14] Dev: Recent changes are now shown in the nightly release description. (Chatterino#5553, Chatterino#5554, Chatterino#5593)
  • [2024-09-14] Bugfix: Fixed log files being locked longer than needed. (Chatterino#5592)
  • [2024-09-09] Dev: Cleanup some parts of the magic_enum adaptation for Qt. (Chatterino#5587)
  • [2024-09-08] Minor: Replying to a message will now display the message being replied to. (Chatterino#4350, Chatterino#5519, Chatterino#5586)
  • [2024-09-08] Major: Add option to show pronouns in user card. (Chatterino#5442, Chatterino#5583)
  • [2024-09-01] Minor: The emote popup now reloads when Twitch emotes are reloaded. (Chatterino#5580)
  • [2024-08-31] Bugfix: Fixed some tooltips not being readable. (Chatterino#5578)
  • [2024-08-31] Minor: Moderators can now see which mods start and cancel raids. (Chatterino#5563)
  • [2024-08-31] Bugfix: Fixed tooltips and input completion popups not working after moving a split. (Chatterino#5541, Chatterino#5576)
  • [2024-08-25] Dev: Removed the getTwitchAbstract method in Application. (Chatterino#5560)
  • [2024-08-25] Dev: Moved some responsibility away from Application into WindowManager. (Chatterino#5551)
  • [2024-08-24] Dev: Fixed benchmarks segfaulting on run. (Chatterino#5559)
  • [2024-08-24] Bugfix: Fixed account switch not being saved if no other settings were changed. (Chatterino#5558)
  • [2024-08-24] Bugfix: Fixed rare issue on shutdown where the client would hang. (Chatterino#5557)
  • [2024-08-24] Dev: Refactored MessageBuilder to be a single class. (Chatterino#5548)
  • [2024-08-24] Minor: Removed the Ctrl+Shift+L hotkey for toggling the "live only" tab visibility state. (Chatterino#5530)
  • [2024-08-24] Minor: Moved tab visibility control to a submenu, without any toggle actions. (Chatterino#5530)
  • [2024-08-24] Bugfix: Fixed tab visibility being controllable in the emote popup. (Chatterino#5530)
  • [2024-08-24] Dev: Fixed broken SignalVector::operator[] implementation. (Chatterino#5556)
  • [2024-08-18] Minor: Removed experimental IRC support. (Chatterino#5547)
  • [2024-08-18] Dev: Refactored MessageFlag into its own file. (Chatterino#5549)
  • [2024-08-18] Dev: Added FlagsEnum::isEmpty. (Chatterino#5550)
  • [2024-08-12] Dev: Renamed threads created by Chatterino on Linux and Windows. (Chatterino#5538, Chatterino#5539, Chatterino#5544)
  • [2024-08-10] Dev: Cleanly exit on shutdown. (Chatterino#5537)
  • [2024-08-08] Dev: Refactored code that's responsible for deleting old update files. (Chatterino#5535)
  • [2024-08-08] Dev: Refactored 7TV/BTTV definitions out of TwitchIrcServer into Application. (Chatterino#5532)
  • [2024-08-04] Dev: Prepared for Qt 6.8 by addressing some deprecations. (Chatterino#5529)
  • [2024-08-03] Dev: Refactored a few #defines into const(expr) and cleaned includes. (Chatterino#5527)
  • [2024-07-28] Bugfix: Fixed janky selection for messages with RTL segments (selection is still wrong, but consistently wrong). (Chatterino#5525)
  • [2024-07-28] Minor: Added support for scrolling in splits with touchscreen panning gestures. (Chatterino#5524)
  • [2024-07-27] Dev: Documented and added tests to RTL handling. (Chatterino#5473)
  • [2024-07-21] Minor: Links can now have prefixes and suffixes such as parentheses. (Chatterino#5486, Chatterino#5515)
  • [2024-07-20] Minor: Added option to suppress live notifictions on startup. (Chatterino#5388)
  • [2024-07-20] Bugfix: Links with invalid characters in the domain are no longer detected. (Chatterino#5509)
  • [2024-07-16] Dev: FlagsEnum is now constexpr. (Chatterino#5510)
  • [2024-07-14] Minor: Added option to log streams by their ID, allowing for easier "per-stream" log analyzing. (Chatterino#5507)
  • [2024-07-13] Bugfix: Fixed user info card popups adding duplicate line to log files. (Chatterino#5499)
  • [2024-07-11] Minor: Support more Firefox variants for incognito link opening. (Chatterino#5503)
  • [2024-07-09] Dev: The running Qt version is now shown in the about page if it differs from the compiled version. (Chatterino#5501)
  • [2024-07-07] Dev: Add Channel::addSystemMessage helper function, allowing us to avoid the common channel->addMessage(makeSystemMessage(...)); pattern. (Chatterino#5500)
  • [2024-07-07] Bugfix: Fixed /clearmessages not working with more than one window. (Chatterino#5489)
  • [2024-07-07] Minor: Improve appearance of reply button. (Chatterino#5491)
  • [2024-07-06] Minor: Introduce HTTP API for plugins. (Chatterino#5383, Chatterino#5492, Chatterino#5494)
  • [2024-06-23] Dev: Deprecate Qt 5.12. (Chatterino#5396)
  • [2024-06-23] Bugfix: Fixed windows on Windows not saving correctly when snapping them to the edges. (Chatterino#5478)
  • [2024-06-22] Dev: Cleanup BrowserExtension. (Chatterino#5465)
  • [2024-06-22] Minor: Add channel points indication for new bits power-up redemptions. (Chatterino#5471)
  • [2024-06-22] Minor: Added /warn <username> <reason> command for mods. This prevents t...
Read more

Releases here

21 Nov 22:45
608965e
Compare
Choose a tag to compare

Releases exist but they are marked as pre-releases and are automagically generated with Github Actions. Go here instead: https://github.com/Mm2PL/dankerino/releases/tag/nightly-build

Nightly Release BACKUP

07 Nov 15:46
608965e
Compare
Choose a tag to compare
Pre-release

THIS IS A BACKUP
Nightly Build

Nightly Release

02 Jan 15:14
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release

1
2 f447ed3
3 refs/heads/dankerino
4 Build
5 pajladacreate-release
6 Mm2PL

Nightly Release BACKUP

02 Jan 14:58
695481a
Compare
Choose a tag to compare
Pre-release

THIS IS A BACKUP
1
2 695481a
3 refs/heads/dankerino
4 Build
5 pajladacreate-release
6 Mm2PL