Skip to content

Commit

Permalink
release: v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 3, 2024
1 parent d726d8d commit 7495380
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog - Streamlink Twitch GUI
===

## [v2.5.0](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v2.5.0) (2024-05-03)

- Fixed macOS refresh hotkey ([#986](https://github.com/streamlink/streamlink-twitch-gui/pull/986))
- Fixed missing Japanese translations ([#982](https://github.com/streamlink/streamlink-twitch-gui/pull/982))
- Changed notification messages to be a bit more brief
- Changed twitter URLs to X
- Removed support for building on EOL NodeJS versions
- Upgraded and resolved various dependency issues
- Upgraded NW.js to 0.87.0 (Chromium 124.0.6367.62 / NodeJS 21.1.0)
- Fixes graphical glitches due to shader compilation errors
- Fixes application `close` event, making confirmation dialog while streams are running work again
- Known issue: window `blur` event doesn't trigger when application loses focus for the first time, causing auto-refresh to not work when re-gaining focus


[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v2.4.1...v2.5.0)


## [v2.4.1](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v2.4.1) (2023-09-07)

- Fixed layout issues on followed channels menu ([#980](https://github.com/streamlink/streamlink-twitch-gui/issues/980))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlink-twitch-gui",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"author": "Sebastian Meyer",
"homepage": "https://github.com/streamlink/streamlink-twitch-gui",
Expand Down

0 comments on commit 7495380

Please sign in to comment.