Skip to content

Commit

Permalink
Version 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Nov 6, 2021
1 parent 60f2b1e commit 134e973
Show file tree
Hide file tree
Showing 3 changed files with 11 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.44"
var version = "1.0.45"

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.44
Version: 1.0.45
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 06 2021 Slava Monich <[email protected]> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links

* Mon Nov 01 2021 Slava Monich <[email protected]> 1.0.44
- Improved rendering of book covers
- Show book count as menu label when appropriate
Expand Down
6 changes: 5 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.44
Version: 1.0.45
Release: 1
License: BSD
Vendor: slava
Expand Down Expand Up @@ -60,6 +60,10 @@ desktop-file-install --delete-original \
make -C test test

%changelog
* Sat Nov 06 2021 Slava Monich <[email protected]> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links

* Mon Nov 01 2021 Slava Monich <[email protected]> 1.0.44
- Improved rendering of book covers
- Show book count as menu label when appropriate
Expand Down

0 comments on commit 134e973

Please sign in to comment.