diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f584ac..70f89d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10.0) project("Text" - VERSION "0.4.1" + VERSION "0.5.0" DESCRIPTION "Text editor" LANGUAGES CXX C ) diff --git a/data/io.liri.Text.appdata.xml b/data/io.liri.Text.appdata.xml index 516161a..66d2f60 100644 --- a/data/io.liri.Text.appdata.xml +++ b/data/io.liri.Text.appdata.xml @@ -34,11 +34,14 @@ ModernToolkit - + -

Migrate build system from the now deprecated Qbs to CMake.

-

Add missing OARS information to appdata and remove deprecated .desktop suffix from component ID.

-

Fix the translation loading by using the correct file name.

+

Notable changes:

+
    +
  • Migrate build system from the now deprecated Qbs to CMake
  • +
  • Add missing OARS information to appdata and remove deprecated .desktop suffix from component ID
  • +
  • Fix the translation loading by using the correct file name
  • +