Skip to content

Commit 6103f98

Browse files
KitsuneRalKitsune Ral
authored and
Kitsune Ral
committed
0.0.96
1 parent aef84cf commit 6103f98

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cmake_policy(SET CMP0092 NEW)
44
endif()
55

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

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

6464
using Quotient::Settings;

linux/com.github.quaternion.appdata.xml

+17
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,23 @@
3636
</provides>
3737

3838
<releases>
39+
<release version="0.0.96" date="2024-01-12">
40+
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96</url>
41+
<description><p>0.0.96</p>
42+
<p>Changes since 0.0.95.1:</p>
43+
<ul>
44+
<li>Qt 6 support</li>
45+
<li>Beta-quality support of end-to-end encryption (E2EE)</li>
46+
<li>Fixes and improvements in the timeline display and text selection</li>
47+
<li>Ctrl-Shift-V to paste content as plain text</li>
48+
<li>Fixed problems around drag-n-dropping/pasting some content</li>
49+
<li>It's now possible to re-dock floating panels from the menu (especially relevant on Wayland)</li>
50+
<li>Using room-specific member avatars in the timeline, not just in the user list</li>
51+
<li>Performance and stability improvements</li>
52+
</ul>
53+
</description>
54+
55+
</release>
3956
<release version="0.0.95.91" type="development" date="2023-12-14">
4057
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1</url>
4158
<description><p>0.0.96 RC</p>

0 commit comments

Comments
 (0)