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
|
.pragma library
|
||||||
|
|
||||||
var version = "1.0.43"
|
var version = "1.0.44"
|
||||||
|
|
||||||
function contentOpacity(brightness) {
|
function contentOpacity(brightness) {
|
||||||
return 0.4 + brightness * 0.6
|
return 0.4 + brightness * 0.6
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-books
|
Name: harbour-books
|
||||||
Summary: E-book reader
|
Summary: E-book reader
|
||||||
Version: 1.0.43
|
Version: 1.0.44
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
|
@ -57,6 +57,12 @@ desktop-file-install --delete-original \
|
||||||
make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 15 2021 Slava Monich <slava.monich@jolla.com> 1.0.43
|
||||||
- Integration with My Backup
|
- Integration with My Backup
|
||||||
- Updated Hungarian translation
|
- Updated Hungarian translation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: openrepos-books
|
Name: openrepos-books
|
||||||
Summary: E-book reader
|
Summary: E-book reader
|
||||||
Version: 1.0.43
|
Version: 1.0.44
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Vendor: slava
|
Vendor: slava
|
||||||
|
@ -60,6 +60,12 @@ desktop-file-install --delete-original \
|
||||||
make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 15 2021 Slava Monich <slava.monich@jolla.com> 1.0.43
|
||||||
- Integration with My Backup
|
- Integration with My Backup
|
||||||
- Updated Hungarian translation
|
- Updated Hungarian translation
|
||||||
|
|
Loading…
Reference in a new issue