Skip to content

Commit 38fe36c

Browse files
authored
Pre-release changes (#497)
1 parent 005d311 commit 38fe36c

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
lximage-qt-1.0.0 / 2021-11-04
2+
==============================
3+
* Bumped minimum required Qt version to 5.15.
4+
* Try best to raise new windows.
5+
* Added command-line option for starting in fullscreen.
6+
* Fixed bugs in image fitting, especially with thumbnail dock.
7+
* Added option to hide/show main toolbar.
8+
* Added option to use system Trash.
9+
* Added option to change Thumbnail dimensions.
10+
* Added option to change Thumbnails dock position.
11+
* Add option to show/hide EXIF dock at startup.
12+
* Fixed wheel scrolling on image with touchpad.
13+
* Reorganized preferences dialog.
14+
* Allow direct image renaming (with shortcut).
15+
* Added option to show/hide menubar.
16+
* Remember EXIF dock width.
17+
* Fixed horizontal flipping of resized images.
18+
* Fixed several issues in rotation and flipping.
19+
* Improved About dialog.
20+
* Apply changes to thumbnail size on the fly.
21+
* Allow custom shortcuts to override hard-coded shortcuts.
22+
* Added option to disable image smoothing on zooming.
23+
* Fixed lost shortcuts when app starts without menubar.
24+
125
lximage-qt-0.17.0 / 2021-04-15
226
==============================
327
* Made fitting images on navigating optional.

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ project(lximage-qt)
88

99
include(GNUInstallDirs)
1010

11-
set(MAJOR_VERSION 0)
12-
set(MINOR_VERSION 17)
11+
set(MAJOR_VERSION 1)
12+
set(MINOR_VERSION 0)
1313
set(PATCH_VERSION 0)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

16-
set(LXQTBT_MINIMUM_VERSION "0.9.0")
17-
set(LIBFMQT_MINIMUM_VERSION "0.17.0")
16+
set(LXQTBT_MINIMUM_VERSION "0.10.0")
17+
set(LIBFMQT_MINIMUM_VERSION "1.0.0")
1818
set(QT_MINIMUM_VERSION "5.15.0")
1919

2020

0 commit comments

Comments
 (0)