Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into chatterino7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 5, 2025
2 parents 4bd433b + f53d92c commit 003cd96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unversioned

## 2.5.2

- Bugfix: Fixed a crash in the 7TV EventApi when closing Chatterino. (#5768)
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
- Bugfix: Make macos fonts look the same as v2.5.1. (#5775)
Expand Down
3 changes: 3 additions & 0 deletions resources/com.chatterino.chatterino.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<binary>chatterino</binary>
</provides>
<releases>
<release version="7.5.2" date="2025-01-05">
<url>https://github.com/SevenTV/chatterino7/releases/tag/v7.5.2</url>
</release>
<release version="7.5.2~beta1" date="2024-12-14">
<url>https://github.com/SevenTV/chatterino7/releases/tag/v7.5.2-beta.1</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion src/common/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace chatterino {
* - 2.4.0-alpha.2
* - 2.4.0-alpha
**/
inline const QString CHATTERINO_VERSION = QStringLiteral("7.5.2-beta.1");
inline const QString CHATTERINO_VERSION = QStringLiteral("7.5.2");

class Version
{
Expand Down

0 comments on commit 003cd96

Please sign in to comment.