Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
unknownskl committed Dec 20, 2023
1 parent 9281bad commit e208922
Showing 3 changed files with 22 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.0.1 - 2023-12-20
- Bump version to align with Flathub Release

## v2.0.0 - 2023-12-20
- Add patch to remove region restriction on xCloud #850 (credits to @pccr10001)
- Device info updated to stream true 1080p feed from xCloud (credits to @FatCache)
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,19 @@ _DISCLAIMER: Greenlight is not affiliated with Microsoft, Xbox or Moonlight. All

<img src="images/main.png" width="400" /> <img src="images/stream.png" width="400" />

### Keyboard controls
## Install

### Install from Flathub:
[![Build/release](https://flathub.org/assets/badges/flathub-badge-en.svg)](https://flathub.org/apps/details/io.github.unknownskl.greenlight)

### Download pre-compiled binaries:
[Latest releases can be found here](https://github.com/unknownskl/greenlight/releases)

### Compile from source

See [Local development](?tab=readme-ov-file#local-development)

## Keyboard controls

The following keys are mapped as following:

@@ -31,22 +43,23 @@ The following keys are mapped as following:
View: V
Menu: M

### Streaming stats
## Streaming stats

During the stream you can show extra debug statistics that contain extra data about the buffer queues and other information. To bring this up you have to press `~` on your keyboard.

On the left bottom you can see the status (Altough not always accurate). The right top you can find the FPS of the video and audio decoders including the latency. On the right bottom you can find debug information about the buffer queues and other information that is useful for debugging perposes.

When possible always provide this information with your issue when possible (if it is related).
### Online friends list

## Online friends list

The application also provides a way to see which of your friends are online. This can be useful when you want to quickly check if anyone is online to play with :)

## Steam Deck Setup

This application is reported to be working on the Steam Deck with some small bugs and side-effects. You can map one of the Steam Deck back buttons to the 'N' key to simulate the Xbox button.

### Optional launch arguments
## Optional launch arguments

| Argument | Description |
|----------|--------------|
@@ -55,14 +68,10 @@ This application is reported to be working on the Steam Deck with some small bug

For console use `F000000000000000` format and for xCloud use `xcloud_<title>`

### To close the application
## To close the application

Click on the Xbox logo on the left top. It will ask you to confirm to close the window.

## Install

You can either compile the project yourself or download the (unsigned) executable from the [releases](https://github.com/unknownskl/greenlight/releases) page

## Local Development

### Requirements
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"private": true,
"name": "greenlight",
"description": "Greenlight is a streaming application for Xbox and xCloud",
"version": "2.0.0",
"version": "2.0.1",
"author": "UnknownSKL <info+github@jimkroon.nl>",
"main": "app/background.js",
"repository": {

0 comments on commit e208922

Please sign in to comment.