Version 1.0.44
This commit is contained in:
parent
73523c041c
commit
c90af8f0b0
3 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
.pragma library
|
||||
|
||||
var version = "1.0.43"
|
||||
var version = "1.0.44"
|
||||
|
||||
function contentOpacity(brightness) {
|
||||
return 0.4 + brightness * 0.6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-books
|
||||
Summary: E-book reader
|
||||
Version: 1.0.43
|
||||
Version: 1.0.44
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Applications/File
|
||||
|
@ -57,6 +57,12 @@ desktop-file-install --delete-original \
|
|||
make -C test test
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Perserve settings layout when keyboard opens
|
||||
- Minor content rendering tweaks
|
||||
|
||||
* Sat May 15 2021 Slava Monich <slava.monich@jolla.com> 1.0.43
|
||||
- Integration with My Backup
|
||||
- Updated Hungarian translation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: openrepos-books
|
||||
Summary: E-book reader
|
||||
Version: 1.0.43
|
||||
Version: 1.0.44
|
||||
Release: 1
|
||||
License: BSD
|
||||
Vendor: slava
|
||||
|
@ -60,6 +60,12 @@ desktop-file-install --delete-original \
|
|||
make -C test test
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Perserve settings layout when keyboard opens
|
||||
- Minor content rendering tweaks
|
||||
|
||||
* Sat May 15 2021 Slava Monich <slava.monich@jolla.com> 1.0.43
|
||||
- Integration with My Backup
|
||||
- Updated Hungarian translation
|
||||
|
|
Loading…
Reference in a new issue