From cc372f67ebd1aa02337d0c21a694a7ed8dcd0b2e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 23 Feb 2021 14:39:22 +0100 Subject: [PATCH] Update version to 1.1.1 --- CMakeLists.txt | 2 +- org.kde.neochat.appdata.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dde364bad..dc5b703e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() # Fix a crash due to problems with quotient's event system. Can probably be removed once the reworked event system is in cmake_policy(SET CMP0063 OLD) -ecm_setup_version(1.1.0 +ecm_setup_version(1.1.1 VARIABLE_PREFIX NEOCHAT VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/neochat-version.h ) diff --git a/org.kde.neochat.appdata.xml b/org.kde.neochat.appdata.xml index 1338e81dd..806661288 100644 --- a/org.kde.neochat.appdata.xml +++ b/org.kde.neochat.appdata.xml @@ -115,6 +115,7 @@ intense +

Probably the highlight of this release is the completely new login page. It detects the server configuration based on your Matrix Id. This allows you to login to servers requiring Single Sign On (SSO) (like the Mozilla or the incoming Fedora Matrix instance).