From 6103f98e2ac56ebb88f3393cdc9801ed0dd277d4 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 12 Jan 2024 17:04:38 +0100 Subject: [PATCH] 0.0.96 --- CMakeLists.txt | 4 ++-- client/main.cpp | 2 +- linux/com.github.quaternion.appdata.xml | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 308091be..f21437ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/client/main.cpp b/client/main.cpp index 96ebd96c..d6e21742 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -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; diff --git a/linux/com.github.quaternion.appdata.xml b/linux/com.github.quaternion.appdata.xml index 17930e0b..acd27fee 100644 --- a/linux/com.github.quaternion.appdata.xml +++ b/linux/com.github.quaternion.appdata.xml @@ -36,6 +36,23 @@ + + https://github.com/quotient-im/Quaternion/releases/tag/0.0.96 +

0.0.96

+

Changes since 0.0.95.1:

+
    +
  • Qt 6 support
  • +
  • Beta-quality support of end-to-end encryption (E2EE)
  • +
  • Fixes and improvements in the timeline display and text selection
  • +
  • Ctrl-Shift-V to paste content as plain text
  • +
  • Fixed problems around drag-n-dropping/pasting some content
  • +
  • It's now possible to re-dock floating panels from the menu (especially relevant on Wayland)
  • +
  • Using room-specific member avatars in the timeline, not just in the user list
  • +
  • Performance and stability improvements
  • +
+
+ +
https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-rc1

0.0.96 RC