Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Apr 11, 2024
1 parent 310c6f5 commit 0acf96c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.3.0 - 2024-04-11
- Fixed 401 error when starting a new stream from console #1192
- Added ability to map buttons (credits to @kouta-kun)
- Updated authentication mechanism to support persistent logins (no more popups!)

## v2.2.1 - 2024-03-11
- Fixed authentication on a fresh installation. #1168

Expand Down
9 changes: 9 additions & 0 deletions flatpak/io.github.unknownskl.greenlight.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
</screenshot>
</screenshots>
<releases>
<release version="2.3.0" date="2024-04-11">
<description>
<ul>
<li>Fixed 401 error when starting a new stream from console</li>
<li>Added ability to map buttons (credits to @kouta-kun)</li>
<li>Updated authentication mechanism to support persistent logins</li>
</ul>
</description>
</release>
<release version="2.2.1" date="2024-03-11">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "greenlight",
"description": "Greenlight is a streaming application for Xbox and xCloud",
"version": "2.2.1",
"version": "2.3.0",
"author": "UnknownSKL <info+github@jimkroon.nl>",
"main": "app/background.js",
"repository": {
Expand Down

0 comments on commit 0acf96c

Please sign in to comment.