Version 1.0.45

This commit is contained in:
Slava Monich 2021-11-06 21:20:47 +02:00
parent 60f2b1edec
commit 134e9738f3
3 changed files with 11 additions and 3 deletions

View file

@ -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

View file

@ -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
@ -57,6 +57,10 @@ desktop-file-install --delete-original \
make -C test test
%changelog
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links
* Mon Nov 01 2021 Slava Monich <slava.monich@jolla.com> 1.0.44
- Improved rendering of book covers
- Show book count as menu label when appropriate

View file

@ -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
@ -60,6 +60,10 @@ desktop-file-install --delete-original \
make -C test test
%changelog
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
- Tweaked rendering of book covers
- Fixed opening external links
* Mon Nov 01 2021 Slava Monich <slava.monich@jolla.com> 1.0.44
- Improved rendering of book covers
- Show book count as menu label when appropriate