-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from lxqt/changelog
Added CHANGELOG
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
lxqt-archiver-0.1.0 / 2020-04-19 | ||
=================================== | ||
|
||
* Supported viewing (launching) current item. | ||
* Supported opening archives by dropping. | ||
* File DND to other apps. | ||
* Remember window size and splitter position. | ||
* Open file dialog in work directory on compressing/extracting. | ||
* Fix infinite loop on extracting an already extracted archive. | ||
* Prevent dropping into self. | ||
* Fixed gzip mimetype. | ||
* Fixed crash on creating impossible archives. | ||
* Fixed a memory leak with archive creation. | ||
* Use qint64 for modification time. | ||
* Fixed item sorting. | ||
* Choose an appropriate name when creating archive with `--add`. | ||
* Made the toolbar unmovable. | ||
* Added support for Zstd (Zstandard-compressed). |