From 715a1389b789e661a3996a90fbd2c0bf6c9cf6d2 Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Mon, 19 Aug 2024 11:18:51 +0100 Subject: [PATCH] Update version to 1.8.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c013c5cb..7a615826 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 5f5d3bef..7f9def80 100644 --- a/README.md +++ b/README.md @@ -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: