Update version to 1.8.2

This commit is contained in:
Ahsan Fayaz 2024-08-19 11:18:51 +01:00
parent c0516059ed
commit 715a1389b7
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
## 1.8.2
### Changes
* Fix idle inhibitor closing bus connection too early (#466)
* Fix hybrid CPU core pinning (#455)
* Fix unreadable process maps in gamemodelist (#463)
* Fixed crash if dbus is not accesible (#458)
* Various bugfixes and improvements to documentation
### Contributors
* @notpeelz
* @patatahooligan
* Reilly Brogan @ReillyBrogan
* Alexandru Ionut Tripon @Trial97
* Kostadin @kostadinsh
* Daniel Martinez @Calandracas606
[View the full list of contributors](https://github.com/FeralInteractive/gamemode/graphs/contributors?from=2023-12-13&to=2024-08-19&type=c)
## 1.8.1
### Changes

View File

@ -132,12 +132,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
```
### Build and Install GameMode
Then clone, build and install a release version of GameMode at 1.8.1:
Then clone, build and install a release version of GameMode at 1.8.2:
```bash
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.8.1 # omit to build the master branch
git checkout 1.8.2 # omit to build the master branch
./bootstrap.sh
```
To test GameMode installed and will run correctly: