diff --git a/app/qml/Books.js b/app/qml/Books.js index cafed9c..e975e2a 100644 --- a/app/qml/Books.js +++ b/app/qml/Books.js @@ -1,6 +1,6 @@ .pragma library -var version = "1.0.45" +var version = "1.0.46" function contentOpacity(brightness) { return 0.4 + brightness * 0.6 diff --git a/rpm/harbour-books.spec b/rpm/harbour-books.spec index a346151..36188a3 100644 --- a/rpm/harbour-books.spec +++ b/rpm/harbour-books.spec @@ -1,6 +1,6 @@ Name: harbour-books Summary: E-book reader -Version: 1.0.45 +Version: 1.0.46 Release: 1 License: BSD Group: Applications/File @@ -57,6 +57,10 @@ desktop-file-install --delete-original \ make -C test test %changelog +* Sat Nov 13 2021 Slava Monich 1.0.46 +- Added option to remove pulley menu from the book view +- Tweaked book opening and closing animations + * Sat Nov 06 2021 Slava Monich 1.0.45 - Tweaked rendering of book covers - Fixed opening external links diff --git a/rpm/openrepos-books.spec b/rpm/openrepos-books.spec index 635ed38..2d8bbfd 100644 --- a/rpm/openrepos-books.spec +++ b/rpm/openrepos-books.spec @@ -1,6 +1,6 @@ Name: openrepos-books Summary: E-book reader -Version: 1.0.45 +Version: 1.0.46 Release: 1 License: BSD Vendor: slava @@ -67,6 +67,12 @@ if [ "$1" == 0 ] ; then \ make -C test test %changelog +* Sat Nov 13 2021 Slava Monich 1.0.46 +- Added option to remove pulley menu from the book view +- Tweaked book opening and closing animations +- Remove cached files during uninstallation of OpenRepos app +- Register OpenRepos app as a file handler + * Sat Nov 06 2021 Slava Monich 1.0.45 - Tweaked rendering of book covers - Fixed opening external links