From f3eda33b0c94ba684cb450351aa0085df1b638af Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Mon, 6 May 2024 15:20:42 +0200 Subject: [PATCH] release: v2.5.1 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466b0b04b..4423495f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ Changelog - Streamlink Twitch GUI === -## master +## [v2.5.1](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v2.5.1) (2024-05-06) - Fixed notifications with empty messages not showing on Windows ([#1006](https://github.com/streamlink/streamlink-twitch-gui/pull/1006)) - Downgraded NW.js to 0.82.0 (Chromium 119.0.6045.105 / NodeJS 20.7.0) ([#1005](https://github.com/streamlink/streamlink-twitch-gui/pull/1005)) - Fixes GPU process crashes on Linux -[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v2.5.0...master) +[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v2.5.0...v2.5.1) ## [v2.5.0](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v2.5.0) (2024-05-03) diff --git a/package.json b/package.json index ad3892239..7122f68a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamlink-twitch-gui", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "author": "Sebastian Meyer", "homepage": "https://github.com/streamlink/streamlink-twitch-gui",