From 510ece1db2bc4a14aef2383c7e1bdadee5c60e9e Mon Sep 17 00:00:00 2001 From: heliguy Date: Thu, 12 Dec 2024 19:00:41 -0500 Subject: [PATCH] Add information for new release 2.0.1 --- data/io.github.flattool.Warehouse.metainfo.xml.in | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 3aa945c..d380ec9 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -71,6 +71,18 @@ + +

Bug Fixes and Performance Improvements

+
    +
  • The sidebar no longer selects the incorrect page at launch
  • +
  • Changing versions of Flatpaks in the user installation no longer asks for your password
  • +
  • The drag and drop overlay now properly hides itself when on X11
  • +
  • Warehouse opens faster due to removal of redundant system checks
  • +
  • Fix various typos
  • +
  • Use more consistent iconography
  • +
  • Added and updated translations
  • +
+

New Features

diff --git a/meson.build b/meson.build index e34c212..2070a97 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '2.0.0', + version: '2.0.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )