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
|
||||
|
||||
var version = "1.0.45"
|
||||
var version = "1.0.46"
|
||||
|
||||
function contentOpacity(brightness) {
|
||||
return 0.4 + brightness * 0.6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-books
|
||||
Summary: E-book reader
|
||||
Version: 1.0.45
|
||||
Version: 1.0.46
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Applications/File
|
||||
|
@ -57,6 +57,10 @@ desktop-file-install --delete-original \
|
|||
make -C test test
|
||||
|
||||
%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
|
||||
- Tweaked rendering of book covers
|
||||
- Fixed opening external links
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: openrepos-books
|
||||
Summary: E-book reader
|
||||
Version: 1.0.45
|
||||
Version: 1.0.46
|
||||
Release: 1
|
||||
License: BSD
|
||||
Vendor: slava
|
||||
|
@ -67,6 +67,12 @@ if [ "$1" == 0 ] ; then \
|
|||
make -C test test
|
||||
|
||||
%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
|
||||
- Tweaked rendering of book covers
|
||||
- Fixed opening external links
|
||||
|
|
Loading…
Reference in a new issue