Skip to content

Commit

Permalink
Pre-release changes (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2021
1 parent 005d311 commit 38fe36c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
lximage-qt-1.0.0 / 2021-11-04
==============================
* Bumped minimum required Qt version to 5.15.
* Try best to raise new windows.
* Added command-line option for starting in fullscreen.
* Fixed bugs in image fitting, especially with thumbnail dock.
* Added option to hide/show main toolbar.
* Added option to use system Trash.
* Added option to change Thumbnail dimensions.
* Added option to change Thumbnails dock position.
* Add option to show/hide EXIF dock at startup.
* Fixed wheel scrolling on image with touchpad.
* Reorganized preferences dialog.
* Allow direct image renaming (with shortcut).
* Added option to show/hide menubar.
* Remember EXIF dock width.
* Fixed horizontal flipping of resized images.
* Fixed several issues in rotation and flipping.
* Improved About dialog.
* Apply changes to thumbnail size on the fly.
* Allow custom shortcuts to override hard-coded shortcuts.
* Added option to disable image smoothing on zooming.
* Fixed lost shortcuts when app starts without menubar.

lximage-qt-0.17.0 / 2021-04-15
==============================
* Made fitting images on navigating optional.
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ project(lximage-qt)

include(GNUInstallDirs)

set(MAJOR_VERSION 0)
set(MINOR_VERSION 17)
set(MAJOR_VERSION 1)
set(MINOR_VERSION 0)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.9.0")
set(LIBFMQT_MINIMUM_VERSION "0.17.0")
set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(LIBFMQT_MINIMUM_VERSION "1.0.0")
set(QT_MINIMUM_VERSION "5.15.0")


Expand Down

0 comments on commit 38fe36c

Please sign in to comment.