Skip to content

Releases: NikomitK/DownloadsSorter

V0.3.0-beta

19 Nov 10:26
15a8a90

Choose a tag to compare

V0.3.0-beta Pre-release
Pre-release

Changes/Additions

Sort config

Now the program looks for a sort-config.json file in the ~/.config/downloads-sorter directory. If it doesn't exist, the default file from the resources will be copied there.

Error handling

If the specified directories in which the files should be sorted don't exist, the program will create them.

CLI arguments

There is 1 new argument available:
-cf=<path> specify a custom sort-config file.

v0.2.0-beta

19 Sep 16:27

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

Changes/Additions

CLI arguments

There are 3 argument types available:
-p=<path> configures the path to the directory which should be sorted.
-ft=<file ending>:<path> adds a file ending with a corresponding path.
-a=<days> configures the minimum age files need to be sorted in days. Only positive integers allowed.

Logging

There is a clearer distinction between info and warn logs. Additionally, far more information is logged.

v0.1.0-alpha

19 Sep 07:37

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

First release