From 1cf4cbdc6fa3426c8f1d541a240bf5b8ae5f6692 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Fri, 20 Aug 2021 13:21:38 +0200 Subject: [PATCH] Bump version --- .gitignore | 1 + data/com.github.geigi.cozy.appdata.xml | 16 ++++++++++++++++ meson.build | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31e0a210..67314e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ _build/ .buildconfig .flatpak-builder build/ +build-fp/ app/ bin/ cozy/__pycache__ diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 4cd77b58..e668d7b0 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -49,6 +49,22 @@ https://www.patreon.com/geigi cozy@geigi.de + + +

+ A small bugfix release which makes Cozy more reliable. +

+
    +
  • Display an error banner if an error occurs while importing new files
  • +
  • The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names
  • +
  • Fix: multiple small UI issues
  • +
  • Fix: the welcome screen now works properly on a mobile device
  • +
  • Fix: don't display the mobile library switcher when no files are imported
  • +
  • Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing
  • +
  • As always, updated translations thanks to all of the translators!
  • +
+
+

diff --git a/meson.build b/meson.build index b7ce38eb..e875c3a4 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.geigi.cozy', version: '1.1.1') +project('com.github.geigi.cozy', version: '1.1.2') python = import('python3') i18n = import('i18n')