Skip to content

Commit

Permalink
0.0.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 19, 2024
1 parent 51b6685 commit b8ccb71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()
set(IDENTIFIER "com.github.quaternion")
set(COPYRIGHT "Copyright © 2015-2024 The Quaternion contributors")

project(quaternion VERSION 0.0.96.0 LANGUAGES CXX)
project(quaternion VERSION 0.0.96.1 LANGUAGES CXX)

if(UNIX AND NOT APPLE)
set(LINUX 1)
Expand Down
2 changes: 1 addition & 1 deletion client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main( int argc, char* argv[] )
QApplication::setOrganizationName(QStringLiteral("Quotient"));
QApplication::setApplicationName(QStringLiteral("quaternion"));
QApplication::setApplicationDisplayName(QStringLiteral("Quaternion"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96 (+git)"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96.1"));
QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion"));

using Quotient::Settings;
Expand Down
11 changes: 10 additions & 1 deletion linux/com.github.quaternion.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
</provides>

<releases>
<release version="0.0.96.1" date="2024-02-19">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96.1</url>
<description><p>Changes since 0.0.96:</p>
<ul>
<li>Fix regressions in attaching files</li>
<li>Allow `mxc` scheme in hyperlinks (MSC2398)</li>
</ul>
</description>
</release>
<release version="0.0.96" date="2024-01-12">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96</url>
<description><p>0.0.96</p>
Expand All @@ -51,8 +60,8 @@
<li>Performance and stability improvements</li>
</ul>
</description>

</release>

<release version="0.0.95.91" type="development" date="2023-12-14">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1</url>
<description><p>0.0.96 RC</p>
Expand Down

0 comments on commit b8ccb71

Please sign in to comment.