Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Jul 24, 2019
1 parent f6fab9b commit f76723f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ script:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: "pynocchio_2.4.0_amd64.deb"
file: "pynocchio_3.0.0_amd64.deb"
skip_cleanup: true
on:
tags: true
Expand Down
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# History

## 3.0.0 (2019-07-24)

Thanks [Jellby](https://github.com/Jellby) for all improvements and fixies.

* [NEW] Make qdarkgraystyle optional (I don't call it "elegant" when it doesn't follow my desktop's style).
* [NEW] Show original image size in status bar (in brackets).
* [FIX] Properly resize the image when toggling toolbar, etc.
* [NEW] Flip pages with mouse wheel.
* [NEW] Let the user choose whether next/prev page should go to next/prev file.
* [NEW] Add a "page fit" option. I would actually call this "best fit", I don't see the point in the current "best fit", that's simply an unconditional fit to 80% window width.
* [BEW] Show scrollbars if the page does not fit the window, and take them into account when resizing.
* [FIX] Esc returns from fullscreen, and window size is restored (rather than forcing it maximized).
* [FIX] Save/restore settings and window size.
* [NEW] Add context (right click) menu and enable shortcuts in fullscreen.
* [NEW] Dockable thumbnails view.
* [NEW] Restore last page (bookmarked) also when loading from command line.
* [NEW] Allow loading a directory from command line.

## 2.3.0 (2018-05-09)

* [NEW] Add es, fi-FL, fr-FR, nl-NL, pl-PL, pt-BR and tr-TR translations
Expand Down
4 changes: 2 additions & 2 deletions pynocchio/__version__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
__title__ = 'pynocchio'
__description__ = 'Pynocchio is a image viewer specialized in comic reading'
__version__ = '2.4.0'
__version__ = '3.0.0'
__url__ = 'https://github.com/pynocchio/pynocchio'
__download_url__ = 'https://github.com/pynocchio/pynocchio/releases'
__author__ = 'Michell Stuttgart'
__author_email__ = '[email protected]'
__maintainer__ = 'Michell Stuttgart'
__maintainer_email__ = '[email protected]'
__license__ = 'GPL-v3 License'
__copyright__ = 'Copyright 2014-2017 Michell Stuttgart'
__copyright__ = 'Copyright 2014-2019 Michell Stuttgart'
__status__ = 'Production'

0 comments on commit f76723f

Please sign in to comment.