summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-01-15 18:55:32 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-01-15 18:55:32 -0500
commitc13a9d3b16748a9a45bc9c5c9b20603849943d06 (patch)
treee868e6cb60d827f39e1e46252e5e23aeffd7c146
parente6f87882f3b813d272d932ea84667eb999ad333b (diff)
v0.11.1v0.11.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--CMakeLists.txt2
-rw-r--r--appveyor.yml10
-rw-r--r--resources/nheko.appdata.xml.in1
4 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff28e89b..9535291f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.11.1] -- 2023-01-15
+
+### Hotfix Release
+
+- Fixes issue where CPU usage could be excessive even when nheko was idle or minimized.
+- Add failed state for queued (pending) messages
+
## [0.11.0] -- 2023-01-12
### Highlights
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a0c0a5b..242744eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ include(GNUInstallDirs)
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "11")
-set(CPACK_PACKAGE_VERSION_PATCH "0")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})
diff --git a/appveyor.yml b/appveyor.yml
index 3b95c0d2..13b9abc9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
---
-version: 0.11.0-{build}
+version: 0.11.1-{build}
configuration: Release
image: Visual Studio 2022
@@ -29,8 +29,8 @@ build_script:
# VERSION format: branch-master/branch-1.2
# INSTVERSION format: x.y.z
# WINVERSION format: 9999.0.0.123/1.2.0.234
- - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.11.0
- - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.11.0
+ - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.11.1
+ - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.11.1
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
# VERSION format: v1.2.3/v1.3.4
@@ -93,8 +93,8 @@ after_build:
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
# Amend version and date
- - sed -i "s/__VERSION__/0.11.0/" installer\config\config.xml
- - sed -i "s/__VERSION__/0.11.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
+ - sed -i "s/__VERSION__/0.11.1/" installer\config\config.xml
+ - sed -i "s/__VERSION__/0.11.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
# Copy nheko data
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
diff --git a/resources/nheko.appdata.xml.in b/resources/nheko.appdata.xml.in
index 2e384ff4..a2f4c2c5 100644
--- a/resources/nheko.appdata.xml.in
+++ b/resources/nheko.appdata.xml.in
@@ -61,6 +61,7 @@
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
<update_contact>https://github.com/Nheko-Reborn</update_contact>
<releases>
+ <release date="2023-01-15" version="0.11.1"/>
<release date="2023-01-12" version="0.11.0"/>
<release date="2022-09-28" version="0.10.2"/>
<release date="2022-09-07" version="0.10.1"/>