Skip to content

Releases: vihdutta/autosort

autosort v1.5

30 Dec 06:36
Compare
Choose a tag to compare

Completely overhauled the algorithm for autosort-- made it quicker and succinct (also removed inefficient "enumerating"!).
Additionally added time elapsed (Finished in...).

autosort v1.3

29 Dec 00:32
Compare
Choose a tag to compare

Disabled button during copying and replaced os functions with pathlib.

autosort v1.2

28 Apr 15:59
Compare
Choose a tag to compare

Added ability to clear directories by clicking on the respect lines.

autosort v1.2-test

25 Apr 17:54
Compare
Choose a tag to compare
autosort v1.2-test Pre-release
Pre-release

TEST RELEASE: BUGS ARE PROMINENT AND APPLICATION IS NOT MEANT FOR PRODUCTION.

Added ability to clear destination directory and source directory by clicking on the respective lines.

Problems:
Application has high chance to crash due to it unexpectedly running whilst nothing is set as the destination or source directory.

autosort v1.0

15 Mar 18:55
Compare
Choose a tag to compare

Commas are now colored in the source directory display tab.

autosort v0.95

14 Mar 15:30
Compare
Choose a tag to compare
autosort v0.95 Pre-release
Pre-release

Changed "Preserve file metadata" to "Remove file metadata" for consistency.
Separated file creation and sorting selection.

autosort v0.9

14 Mar 14:34
Compare
Choose a tag to compare
autosort v0.9 Pre-release
Pre-release

Project goal almost reached-- need to separate the file type sorting function and folder creation function.