File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.9.2] -- unreleased
3
+ ## [ 0.9.2] -- 0.9.2
4
4
5
5
### Highlights
6
6
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ include(GNUInstallDirs)
106
106
107
107
set (CPACK_PACKAGE_VERSION_MAJOR "0" )
108
108
set (CPACK_PACKAGE_VERSION_MINOR "9" )
109
- set (CPACK_PACKAGE_VERSION_PATCH "1 " )
109
+ set (CPACK_PACKAGE_VERSION_PATCH "2 " )
110
110
set (PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR} )
111
111
set (PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR} )
112
112
set (PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH} )
@@ -117,7 +117,7 @@ fix_project_version()
117
117
118
118
# Set additional project information
119
119
set (COMPANY "Nheko" )
120
- set (COPYRIGHT "Copyright (c) 2021 Nheko Contributors" )
120
+ set (COPYRIGHT "Copyright (c) 2022 Nheko Contributors" )
121
121
set (IDENTIFIER "io.github.nheko-reborn.nheko" )
122
122
123
123
add_project_meta (META_FILES_TO_INCLUDE )
@@ -405,7 +405,7 @@ if(USE_BUNDLED_MTXCLIENT)
405
405
FetchContent_Declare (
406
406
MatrixClient
407
407
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
408
- GIT_TAG a3fec0ae53762a8a482cde50c9709671bcf0548d
408
+ GIT_TAG v0.7.0
409
409
)
410
410
set (BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "" )
411
411
set (BUILD_LIB_TESTS OFF CACHE INTERNAL "" )
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ build_script:
31
31
# VERSION format: branch-master/branch-1.2
32
32
# INSTVERSION format: x.y.z
33
33
# WINVERSION format: 9999.0.0.123/1.2.0.234
34
- - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.1
35
- - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.1
34
+ - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.2
35
+ - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.2
36
36
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
37
37
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
38
38
# VERSION format: v1.2.3/v1.3.4
@@ -94,8 +94,8 @@ after_build:
94
94
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
95
95
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
96
96
# Amend version and date
97
- - sed -i "s/__VERSION__/0.9.1 /" installer\config\config.xml
98
- - sed -i "s/__VERSION__/0.9.1 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
97
+ - sed -i "s/__VERSION__/0.9.2 /" installer\config\config.xml
98
+ - sed -i "s/__VERSION__/0.9.2 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
99
99
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
100
100
# Copy nheko data
101
101
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ modules:
189
189
buildsystem : cmake-ninja
190
190
name : mtxclient
191
191
sources :
192
- - commit : a3fec0ae53762a8a482cde50c9709671bcf0548d
193
- # tag: v0.6.2
192
+ - commit : 9eb9c152faf3461237d4b97ffe12503e367c8809
193
+ tag : v0.7.0
194
194
type : git
195
195
url : https://github.com/Nheko-Reborn/mtxclient.git
196
196
- config-opts :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020 mujx, nheko reborn developers -->
2
+ <!-- Copyright 2020-2022 mujx, nheko reborn developers -->
3
3
<component type =" desktop" >
4
4
<id >nheko.desktop</id >
5
5
<metadata_license >CC0-1.0</metadata_license >
56
56
<url type =" homepage" >https://github.com/Nheko-Reborn/nheko</url >
57
57
<update_contact >https://github.com/Nheko-Reborn</update_contact >
58
58
<releases >
59
+ <release date =" 2021-03-09" version =" 0.9.2" />
59
60
<release date =" 2021-12-21" version =" 0.9.1" />
60
61
<release date =" 2021-11-19" version =" 0.9.0" />
61
62
<release date =" 2021-04-23" version =" 0.8.2" />
You can’t perform that action at this time.
0 commit comments