Skip to content

Commit d23f03c

Browse files
committed
0.0.97
1 parent 0ec6ee4 commit d23f03c

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66
set(IDENTIFIER "io.github.quotient_im.Quaternion")
77
set(COPYRIGHT "Copyright © The Quotient Project contributors")
88

9-
project(quaternion VERSION 0.0.96.82 LANGUAGES CXX)
9+
project(quaternion VERSION 0.0.97 LANGUAGES CXX)
1010

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

client/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int main( int argc, char* argv[] )
6868
QApplication::setOrganizationName(u"Quotient"_s);
6969
QApplication::setApplicationName(AppName);
7070
QApplication::setApplicationDisplayName(u"Quaternion"_s);
71-
QApplication::setApplicationVersion(u"0.0.97 beta2 (+git)"_s);
71+
QApplication::setApplicationVersion(u"0.0.97"_s);
7272
QApplication::setDesktopFileName(AppId);
7373

7474
using Quotient::Settings;

linux/io.github.quotient_im.Quaternion.appdata.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,25 @@
4242
</replaces>
4343

4444
<releases>
45-
<release version="0.0.96.82" type="development" date="2025-01-25">
46-
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.97-beta2</url>
47-
<description><p>0.0.97 beta2</p>
45+
<release version="0.0.97" date="2025-02-10">
46+
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.97</url>
47+
<description><p>0.0.97</p>
4848
<ul>
49+
<li>Use libQuotient 0.9 underneath</li>
50+
<li>E2EE is always on now</li>
4951
<li>Add nice replies visualisation instead of relying on reply fallbacks</li>
52+
<li>New look for the shuttle scroller and scroll-to buttons</li>
5053
<li>
5154
Clicking on scroll-to-read-marker button now loads history all the way until
5255
the marker - no need to click on the button repeatedly</li>
5356
<li>Display images embedded in rich text messages</li>
5457
<li>New login dialog</li>
58+
<li>Forgetting a room requires a confirmation</li>
5559
<li>Fix: actually log out accounts on exit that are not set to stay logged in</li>
5660
<li>Regression fix: message text again uses the font configured for the timeline</li>
57-
<li>Other code cleanup, performance tweaks and smaller fixes</li>
61+
<li>New application id, to comply with Flathub verification requirements</li>
62+
<li>Other code cleanup, performance and visual tweaks and smaller fixes</li>
5863
</ul>
59-
</description>
60-
</release>
61-
<release version="0.0.96.81" type="development" date="2024-11-03">
62-
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.97-beta1</url>
63-
<description><p>0.0.97 beta</p>
64-
<p>Port Quaternion to libQuotient 0.9</p>
65-
</description>
6664
</release>
6765
<release version="0.0.96.1" date="2024-02-19">
6866
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96.1</url>

0 commit comments

Comments
 (0)