Skip to content

Commit

Permalink
Updated changelog (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored May 17, 2020
1 parent 177bff7 commit bd25899
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pcmanfm-qt-0.15.1 / 2020-05-16
==============================
* Fixed remounting of remote folders with its bookmark under special circumstances.
* Prevented a total freeze on mounting encrypted volumes when auto-mounting is also enabled.
* Added an option to disable file tooltips.
* Changed the About link to pcmanfm-qt's GitHub page.
* Safeguard against null images with multi-screen wallpapers.

pcmanfm-qt-0.15.0 / 2020-04-21
==============================
* Keep original extensions in bulk renaming.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ project(pcmanfm-qt)
# PcmanFm-Qt Version
set(PCMANFM_QT_VERSION_MAJOR 0)
set(PCMANFM_QT_VERSION_MINOR 15)
set(PCMANFM_QT_VERSION_PATCH 0)
set(PCMANFM_QT_VERSION_PATCH 1)

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

# Minimum versions
set(LIBFMQT_MINIMUM_VERSION "0.15.0")
set(LIBFMQT_MINIMUM_VERSION "0.15.1")
set(LXQTBT_MINIMUM_VERSION "0.7.0")
set(QT_MINIMUM_VERSION "5.10.0")

Expand Down

0 comments on commit bd25899

Please sign in to comment.