File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.11.0] -- 2023-01-12
4
11
5
12
### Highlights
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ include(GNUInstallDirs)
108
108
109
109
set (CPACK_PACKAGE_VERSION_MAJOR "0" )
110
110
set (CPACK_PACKAGE_VERSION_MINOR "11" )
111
- set (CPACK_PACKAGE_VERSION_PATCH "0 " )
111
+ set (CPACK_PACKAGE_VERSION_PATCH "1 " )
112
112
set (PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR} )
113
113
set (PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR} )
114
114
set (PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH} )
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- version : 0.11.0 -{build}
3
+ version : 0.11.1 -{build}
4
4
5
5
configuration : Release
6
6
image : Visual Studio 2022
@@ -29,8 +29,8 @@ build_script:
29
29
# VERSION format: branch-master/branch-1.2
30
30
# INSTVERSION format: x.y.z
31
31
# 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
34
34
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
35
35
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
36
36
# VERSION format: v1.2.3/v1.3.4
@@ -93,8 +93,8 @@ after_build:
93
93
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
94
94
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
95
95
# 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
98
98
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
99
99
# Copy nheko data
100
100
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
Original file line number Diff line number Diff line change 61
61
<url type =" homepage" >https://github.com/Nheko-Reborn/nheko</url >
62
62
<update_contact >https://github.com/Nheko-Reborn</update_contact >
63
63
<releases >
64
+ <release date =" 2023-01-15" version =" 0.11.1" />
64
65
<release date =" 2023-01-12" version =" 0.11.0" />
65
66
<release date =" 2022-09-28" version =" 0.10.2" />
66
67
<release date =" 2022-09-07" version =" 0.10.1" />
You can’t perform that action at this time.
0 commit comments