Skip to content

Commit c13a9d3

Browse files
committed
v0.11.1
1 parent e6f8788 commit c13a9d3

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.1] -- 2023-01-15
4+
5+
### Hotfix Release
6+
7+
- Fixes issue where CPU usage could be excessive even when nheko was idle or minimized.
8+
- Add failed state for queued (pending) messages
9+
310
## [0.11.0] -- 2023-01-12
411

512
### Highlights

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ include(GNUInstallDirs)
108108

109109
set(CPACK_PACKAGE_VERSION_MAJOR "0")
110110
set(CPACK_PACKAGE_VERSION_MINOR "11")
111-
set(CPACK_PACKAGE_VERSION_PATCH "0")
111+
set(CPACK_PACKAGE_VERSION_PATCH "1")
112112
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
113113
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
114114
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
version: 0.11.0-{build}
3+
version: 0.11.1-{build}
44

55
configuration: Release
66
image: Visual Studio 2022
@@ -29,8 +29,8 @@ build_script:
2929
# VERSION format: branch-master/branch-1.2
3030
# INSTVERSION format: x.y.z
3131
# WINVERSION format: 9999.0.0.123/1.2.0.234
32-
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.11.0
33-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.11.0
32+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.11.1
33+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.11.1
3434
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
3535
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
3636
# VERSION format: v1.2.3/v1.3.4
@@ -93,8 +93,8 @@ after_build:
9393
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
9494
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
9595
# Amend version and date
96-
- sed -i "s/__VERSION__/0.11.0/" installer\config\config.xml
97-
- sed -i "s/__VERSION__/0.11.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
96+
- sed -i "s/__VERSION__/0.11.1/" installer\config\config.xml
97+
- sed -i "s/__VERSION__/0.11.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9898
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9999
# Copy nheko data
100100
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y

resources/nheko.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
6262
<update_contact>https://github.com/Nheko-Reborn</update_contact>
6363
<releases>
64+
<release date="2023-01-15" version="0.11.1"/>
6465
<release date="2023-01-12" version="0.11.0"/>
6566
<release date="2022-09-28" version="0.10.2"/>
6667
<release date="2022-09-07" version="0.10.1"/>

0 commit comments

Comments
 (0)