Releases: NikomitK/DownloadsSorter
V0.3.0-beta
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
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
First release