mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-01 13:17:21 +02:00
Update version to 1.8.2
This commit is contained in:
parent
c0516059ed
commit
715a1389b7
21
CHANGELOG.md
21
CHANGELOG.md
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user