Version 1.0.45
This commit is contained in:
parent
60f2b1edec
commit
134e9738f3
3 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
.pragma library
|
.pragma library
|
||||||
|
|
||||||
var version = "1.0.44"
|
var version = "1.0.45"
|
||||||
|
|
||||||
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.44
|
Version: 1.0.45
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
|
@ -57,6 +57,10 @@ desktop-file-install --delete-original \
|
||||||
make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 01 2021 Slava Monich <slava.monich@jolla.com> 1.0.44
|
||||||
- Improved rendering of book covers
|
- Improved rendering of book covers
|
||||||
- Show book count as menu label when appropriate
|
- Show book count as menu label when appropriate
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: openrepos-books
|
Name: openrepos-books
|
||||||
Summary: E-book reader
|
Summary: E-book reader
|
||||||
Version: 1.0.44
|
Version: 1.0.45
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Vendor: slava
|
Vendor: slava
|
||||||
|
@ -60,6 +60,10 @@ desktop-file-install --delete-original \
|
||||||
make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 01 2021 Slava Monich <slava.monich@jolla.com> 1.0.44
|
||||||
- Improved rendering of book covers
|
- Improved rendering of book covers
|
||||||
- Show book count as menu label when appropriate
|
- Show book count as menu label when appropriate
|
||||||
|
|
Loading…
Reference in a new issue