Skip to content

Commit

Permalink
Merge pull request #169 from lxqt/changelog
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
tsujan authored May 17, 2020
2 parents 4fc5c2d + 82b170b commit b6d1ac2
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 @@
lxqt-archiver-0.2.0 / 2020-05-16
===================================
* Set json-glib dependency as required.
* Added an icon for lxqt-archiver.
* Prevent mixing extracted files with others if overwriting isn't chosen.
* Added expand and collapse actions.
* Fixed build with GCC 10.

lxqt-archiver-0.1.1 / 2020-04-23
===================================
* CMake: Used 'LIBEXECDIR' instead of 'LIBDIR' for executables.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pkg_check_modules(
)

set(LXQT_ARCHIVER_MAJOR_VERSION 0)
set(LXQT_ARCHIVER_MINOR_VERSION 1)
set(LXQT_ARCHIVER_PATCH_VERSION 1)
set(LXQT_ARCHIVER_MINOR_VERSION 2)
set(LXQT_ARCHIVER_PATCH_VERSION 0)
set(LXQT_ARCHIVER_VERSION ${LXQT_ARCHIVER_MAJOR_VERSION}.${LXQT_ARCHIVER_MINOR_VERSION}.${LXQT_ARCHIVER_PATCH_VERSION})
add_definitions("-DLXQT_ARCHIVER_VERSION=\"${LXQT_ARCHIVER_VERSION}\"")

Expand Down

0 comments on commit b6d1ac2

Please sign in to comment.