Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Sep 18, 2023
1 parent bfbc3ca commit 142aa57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## v2.0.0-beta13 - 2023-09-xx
## v2.0.0-beta13 - 2023-09-18
- Added support for Free 2 play games on xCloud #918
- Added support for estimated waiting times (Experimental, times may be way off)
- Added (not-tested) experimental flatpak builds
- Added (not-tested) experimental flatpak builds #369 #355
- Rewrote stream IPC Communication backend for better data exchange and improved stream handling
- Rewrote all IPC Communications in the frontend code for better portability
- Upgraded electron base from v21 to v26
Expand Down
10 changes: 5 additions & 5 deletions 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.0.0-beta12",
"version": "2.0.0-beta13",
"author": "UnknownSKL <info+github@jimkroon.nl>",
"main": "app/background.js",
"repository": {
Expand All @@ -20,21 +20,21 @@
"flatpak-build": "yarn run build-deps && nextron build --no-pack && electron-builder --dir"
},
"dependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"axios": "^1.5.0",
"compare-versions": "^6.1.0",
"debug": "^4.3.4",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.1",
"eslint": "^8.49.0",
"github-url-to-object": "^4.0.6",
"uplot": "^1.6.25",
"xbox-webapi": "^1.4.1",
"xbox-xcloud-player": "0.2.0-beta14"
},
"devDependencies": {
"eslint": "^8.49.0",
"@next/eslint-plugin-next": "^13.4.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@babel/core": "^7.22.20",
"@fortawesome/fontawesome-free": "^6.4.2",
"@types/node": "^20.6.2",
Expand Down

0 comments on commit 142aa57

Please sign in to comment.