Skip to content

Commit

Permalink
Version 1.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Nov 13, 2021
1 parent da9f682 commit a29d94d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/qml/Books.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion rpm/harbour-books.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,6 +57,10 @@ desktop-file-install --delete-original \
make -C test test

%changelog
* Sat Nov 13 2021 Slava Monich <[email protected]> 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 <[email protected]> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links
Expand Down
8 changes: 7 additions & 1 deletion rpm/openrepos-books.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -67,6 +67,12 @@ if [ "$1" == 0 ] ; then \
make -C test test

%changelog
* Sat Nov 13 2021 Slava Monich <[email protected]> 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 <[email protected]> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links
Expand Down

0 comments on commit a29d94d

Please sign in to comment.