From 74b3a83624027911e85e91498a0afba41423a99d Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 23 Feb 2021 14:39:22 +0100 Subject: [PATCH] Update version number --- 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 4e1d24d05..f38a2536b 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.0.80 +ecm_setup_version(1.1.80 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 fd7efa820..a20723ea0 100644 --- a/org.kde.neochat.appdata.xml +++ b/org.kde.neochat.appdata.xml @@ -119,6 +119,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).