Version 1.0.46
This commit is contained in:
parent
da9f682081
commit
a29d94de92
3 changed files with 13 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
.pragma library
|
.pragma library
|
||||||
|
|
||||||
var version = "1.0.45"
|
var version = "1.0.46"
|
||||||
|
|
||||||
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.45
|
Version: 1.0.46
|
||||||
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 13 2021 Slava Monich <slava.monich@jolla.com> 1.0.46
|
||||||
|
- Added option to remove pulley menu from the book view
|
||||||
|
- Tweaked book opening and closing animations
|
||||||
|
|
||||||
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
|
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
|
||||||
- Tweaked rendering of book covers
|
- Tweaked rendering of book covers
|
||||||
- Fixed opening external links
|
- Fixed opening external links
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: openrepos-books
|
Name: openrepos-books
|
||||||
Summary: E-book reader
|
Summary: E-book reader
|
||||||
Version: 1.0.45
|
Version: 1.0.46
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Vendor: slava
|
Vendor: slava
|
||||||
|
@ -67,6 +67,12 @@ if [ "$1" == 0 ] ; then \
|
||||||
make -C test test
|
make -C test test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 13 2021 Slava Monich <slava.monich@jolla.com> 1.0.46
|
||||||
|
- Added option to remove pulley menu from the book view
|
||||||
|
- Tweaked book opening and closing animations
|
||||||
|
- Remove cached files during uninstallation of OpenRepos app
|
||||||
|
- Register OpenRepos app as a file handler
|
||||||
|
|
||||||
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
|
* Sat Nov 06 2021 Slava Monich <slava.monich@jolla.com> 1.0.45
|
||||||
- Tweaked rendering of book covers
|
- Tweaked rendering of book covers
|
||||||
- Fixed opening external links
|
- Fixed opening external links
|
||||||
|
|
Loading…
Reference in a new issue