Skip to content

Commit

Permalink
0.0.96 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Apr 2, 2023
1 parent 3ffcdf9 commit 5f639d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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-2021 Quaternion project contributors")
set(COPYRIGHT "Copyright © 2016-2023 Quaternion project contributors")

project(quaternion VERSION 0.0.95.50 LANGUAGES CXX)
project(quaternion VERSION 0.0.95.81 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 @@ -66,7 +66,7 @@ int main( int argc, char* argv[] )
QApplication::setOrganizationName(QStringLiteral("Quotient"));
QApplication::setApplicationName(QStringLiteral("quaternion"));
QApplication::setApplicationDisplayName(QStringLiteral("Quaternion"));
QApplication::setApplicationVersion(QStringLiteral("0.0.95.1+git"));
QApplication::setApplicationVersion(QStringLiteral("0.0.96 beta"));
QApplication::setDesktopFileName(
QStringLiteral("com.github.quaternion.desktop"));

Expand Down
10 changes: 9 additions & 1 deletion linux/com.github.quaternion.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,16 @@
</provides>

<releases>
<release version="0.0.96.81" type="development" date="2023-04-02">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.96-beta</url>
<description><p>
Switch to libQuotient 0.7, with its new read receipts/fully read markers
API and experimental support of E2EE; fix a few bugs. More to come
before the final release!
</p></description>
</release>
<release version="0.0.95.1" date="2021-10-07">
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.95.1-rc</url>
<url>https://github.com/quotient-im/Quaternion/releases/tag/0.0.95.1</url>
<description><p>
This is mostly about bug fixes, including more accurate scrolling back
in the timeline (to read marker or previously saved position);
Expand Down

0 comments on commit 5f639d8

Please sign in to comment.