Skip to content

Commit

Permalink
0.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored and Kitsune Ral committed Jan 12, 2024
1 parent aef84cf commit 6103f98
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cmake_policy(SET CMP0092 NEW)
endif()

set(IDENTIFIER "com.github.quaternion")
set(COPYRIGHT "Copyright © 2016-2023 The Quaternion contributors")
set(COPYRIGHT "Copyright © 2015-2024 The Quaternion contributors")

project(quaternion VERSION 0.0.95.91 LANGUAGES CXX)
project(quaternion VERSION 0.0.96.0 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 RC (+git)"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96"));
QApplication::setDesktopFileName(QStringLiteral("com.github.quaternion"));

using Quotient::Settings;
Expand Down
17 changes: 17 additions & 0 deletions linux/com.github.quaternion.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@
</provides>

<releases>
<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>
<p>Changes since 0.0.95.1:</p>
<ul>
<li>Qt 6 support</li>
<li>Beta-quality support of end-to-end encryption (E2EE)</li>
<li>Fixes and improvements in the timeline display and text selection</li>
<li>Ctrl-Shift-V to paste content as plain text</li>
<li>Fixed problems around drag-n-dropping/pasting some content</li>
<li>It's now possible to re-dock floating panels from the menu (especially relevant on Wayland)</li>
<li>Using room-specific member avatars in the timeline, not just in the user list</li>
<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 6103f98

Please sign in to comment.