Skip to content

Commit

Permalink
Pre-release changes (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2022
1 parent b53d8de commit 2a703e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
pcmanfm-qt-1.2.0 / 2022-11-05
==============================
* Fixed the links of About dialog.
* Added search history.
* Localize "Search Results".
* Consider device pixel ratio when drawing wallpaper. Also, an old problem is fixed in centering per-screen wallpapers with multi-screen setups.
* Prevent an empty desktop path.
* Allow customizing workspace margins on Desktop.
* Added options for locale-awareness and zero-padding to bulk renaming.
* Ignore auto-selection delay when single-click activation isn't chosen.
* Added an entry for Categories to launcher creator.
* Added "What's-This" help to launcher creator.
* Added an action with `Ctrl+D` as its shortcut to Edit menu for deselecting all items.
* Corrected bulk renaming shortcut on Desktop.
* Set QTerminal in default config file for LXQt.
* Apply changes in settings shared by Desktop and windows to Desktop too (auto-delay selection, right-click behavior, showing of thumbnails and treating backup files as hidden).

pcmanfm-qt-1.1.0 / 2022-04-15
==============================
* Added "Recent Files" to File menu.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ project(pcmanfm-qt)

# PcmanFm-Qt Version
set(PCMANFM_QT_VERSION_MAJOR 1)
set(PCMANFM_QT_VERSION_MINOR 1)
set(PCMANFM_QT_VERSION_MINOR 2)
set(PCMANFM_QT_VERSION_PATCH 0)

set(PCMANFM_QT_VERSION ${PCMANFM_QT_VERSION_MAJOR}.${PCMANFM_QT_VERSION_MINOR}.${PCMANFM_QT_VERSION_PATCH})

# Minimum versions
set(LIBFMQT_MINIMUM_VERSION "1.1.0")
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QT_MINIMUM_VERSION "5.15.0")

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 2a703e9

Please sign in to comment.