Skip to content

Tags: jupjohn/jammerino

Tags

nightly-build

Toggle nightly-build's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add brian6932 to contributors list (Chatterino#3591)

backup-nightly-build

Toggle backup-nightly-build's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bleh3

github-actions-nightly

Toggle github-actions-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added image to streamermode user popup (Chatterino#1995)

* Added image to streamermode user popup

* Update CHANGELOG.md

* swapparoo

Co-authored-by: fourtf <[email protected]>

backup-github-actions-nightly

Toggle backup-github-actions-nightly's commit message
fixed a memory leak

v2.2.2

Toggle v2.2.2's commit message
Release v2.2.2

- Bugfix: Fixed a crash that could occur if channel point rewards were
  being updated for a channel that had been closed

v2.2.1

Toggle v2.2.1's commit message
Release v2.2.1

- Minor: Disable checking for updates on unsupported platforms (Chatterino#1874)
- Bugfix: Fix bug preventing users from setting the highlight color of the second entry in the "User" highlights tab (Chatterino#1898)

v2.2.0

Toggle v2.2.0's commit message
Release v2.2.0

- Major: We now support image thumbnails coming from the link resolver. This feature is off by default and can be enabled in the settings with the "Show link thumbnail" setting. This feature also requires the "Show link info when hovering" setting to be enabled (Chatterino#1664)
- Major: Added image upload functionality to i.nuuls.com with an ability to change upload destination. This works by dragging and dropping an image into a split, or pasting an image into the text edit field. (Chatterino#1332, Chatterino#1741)
- Major: Added option to display tabs vertically. (Chatterino#1815)
- Major: Support the highlighted messages redeemed with channel points on twitch.tv.
- Major: Added emote completion with `:`
- Minor: Added a "Streamer Mode" that hides user generated images while obs is open.
- Minor: Added extension support for Brave browser and Microsoft Edge. (Chatterino#1862)
- Minor: Add a switcher widget, similar to Discord. It can be opened by pressing Ctrl+K. (Chatterino#1588)
- Minor: Clicking on `Open in browser` in a whisper split will now open your whispers on twitch. (Chatterino#1828)
- Minor: Clicking on @mentions will open the User Popup. (Chatterino#1674)
- Minor: You can now open the Twitch User Card by middle-mouse clicking a username. (Chatterino#1669)
- Minor: User Popup now also includes recent user messages (Chatterino#1729)
- Minor: BetterTTV / FrankerFaceZ emote tooltips now also have emote authors' name (Chatterino#1721)
- Minor: Emotes in the emote popup are now sorted in the same order as the tab completion (Chatterino#1549)
- Minor: Removed "Online Logs" functionality as services are shut down (Chatterino#1640)
- Minor: CTRL+F now selects the Find text input field in the Settings Dialog (Chatterino#1806 Chatterino#1811)
- Minor: CTRL+F now selects the search text input field in the Search Popup (Chatterino#1812)
- Minor: Modify our word boundary logic in highlight phrase searching to accomodate non-regex phrases with "word-boundary-creating" characters like ! (Chatterino#1885, Chatterino#1890)
- Bugfix: Fixed not being able to open links in incognito with Microsoft Edge (Chromium) (Chatterino#1875)
- Bugfix: Fix the incorrect `Open stream in browser` labelling in the whisper split (Chatterino#1860)
- Bugfix: Fix preview on hover not working when Animated emotes options was disabled (Chatterino#1546)
- Bugfix: FFZ custom mod badges no longer scale with the emote scale options (Chatterino#1602)
- Bugfix: MacOS updater looked for non-existing fields, causing it to always fail the update check (Chatterino#1642)
- Bugfix: Fixed message menu crashing if the message you right-clicked goes out of scope before you select an action (Chatterino#1783) (Chatterino#1787)
- Bugfix: Fixed alternate messages flickering in UserInfoPopup when clicking Refresh if there was an odd number of messages in there (Chatterino#1789 Chatterino#1810)
- Settings open faster
- Dev: Fully remove Twitch Chatroom support
- Dev: Handle conversion of historical CLEARCHAT messages to NOTICE messages in Chatterino instead of relying on the Recent Messages API to handle it for us. (Chatterino#1804)