Skip to content

Releases: andytluminosity/WebSort-Downloads

v1.1.2.2

07 Aug 03:04

Choose a tag to compare

  • Cleaned up memory leaks
    • The program does not keep using more memory while running
  • Cleaned up logs in the console for the debug version
    • The program will no longer flood the console with unnecessary Flask server requests when using WebSort-Downloads-Debug

v1.1.2

02 Nov 01:27
b2759d3

Choose a tag to compare

  • Bug Fixes
    • A newly created folder will no longer be attempted to be moved into itself
    • All files will no longer be moved after deleting the most recent file in the operating folder

v1.1.1

07 Jul 21:43
4512754

Choose a tag to compare

  • Optimizations that dramatically increases the program's speed
    • Program will be able to process files significantly faster
  • Bug fixes
    • No longer required to reload the program when changing the operating folder
    • Program will no longer move temporary files, which leads to missing actual files

v1.1.0

06 Jul 00:04
4512754

Choose a tag to compare

  • Bug fixes
  • Minor visual improvements
  • New feature: special cases (found in the Special Cases tab)
    • Special cases are cases where users can choose the folder all files downloaded from a certain website are automatically sent to
    • Add a special case
      • Click the 'Add Special Case' button in the Special Cases tab
      • Enter the website's name and the folder path all downloads from that website will be redirected to
        • Note: The website's name should only include the main URL without anything after the slashes
        • Eg. Valid: google.com Invalid: google.com/maps. Alternatively, enter whatever is shown in the Detected Website label in the Main tab when on the desired website
        • Finally, click the 'Add' button. The special case will then appear in the Special Cases tab
    • Delete a special case
      • In the Special Cases tab, simply click the X next to the special case you want to delete
      • Confirm the deletion when prompted

v1.0.0

30 Jun 00:25
7c5c3c7

Choose a tag to compare

The repo's initial release!