Skip to content

Commit b8ccb71

Browse files
committed
0.0.96.1
1 parent 51b6685 commit b8ccb71

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66
set(IDENTIFIER "com.github.quaternion")
77
set(COPYRIGHT "Copyright © 2015-2024 The Quaternion contributors")
88

9-
project(quaternion VERSION 0.0.96.0 LANGUAGES CXX)
9+
project(quaternion VERSION 0.0.96.1 LANGUAGES CXX)
1010

1111
if(UNIX AND NOT APPLE)
1212
set(LINUX 1)

client/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int main( int argc, char* argv[] )
5858
QApplication::setOrganizationName(QStringLiteral("Quotient"));
5959
QApplication::setApplicationName(QStringLiteral("quaternion"));
6060
QApplication::setApplicationDisplayName(QStringLiteral("Quaternion"));
61-
QApplication::setApplicationVersion(QStringLiteral("0.0.96 (+git)"));
61+
QApplication::setApplicationVersion(QStringLiteral("0.0.96.1"));
6262
QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion"));
6363

6464
using Quotient::Settings;

linux/com.github.quaternion.appdata.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
</provides>
3737

3838
<releases>
39+
<release version="0.0.96.1" date="2024-02-19">
40+
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96.1</url>
41+
<description><p>Changes since 0.0.96:</p>
42+
<ul>
43+
<li>Fix regressions in attaching files</li>
44+
<li>Allow `mxc` scheme in hyperlinks (MSC2398)</li>
45+
</ul>
46+
</description>
47+
</release>
3948
<release version="0.0.96" date="2024-01-12">
4049
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96</url>
4150
<description><p>0.0.96</p>
@@ -51,8 +60,8 @@
5160
<li>Performance and stability improvements</li>
5261
</ul>
5362
</description>
54-
5563
</release>
64+
5665
<release version="0.0.95.91" type="development" date="2023-12-14">
5766
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1</url>
5867
<description><p>0.0.96 RC</p>

0 commit comments

Comments
 (0)