Skip to content

Automatic-File-Uploader v1.3.0

Compare
Choose a tag to compare
@spel987 spel987 released this 24 Nov 21:00
· 9 commits to main since this release
8c55921

Here you can find :

  • An installation setup version

Changelog for the new version 1.3.0 :

Additions:

  • Added a multi-upload system for supported hosts.
  • Added a profile system for quick selection of favorite hosts.
  • Added a button to delete selected files.
  • Added a button to copy all links (when more than 2).
  • Added 4 predefined profiles: No retention period, Retention period of less than one day, File size limit greater than 10GB, Manual file deletion possible.
  • Added a file upload status for multi-upload.
  • Added a file upload history with link, upload date, expiration time, and delete button when possible.
  • Added a 12-hour check to display host status (offline, online).
  • Added a button to recheck the status of the hosts manually.
  • Added a system to check the file format and avoid errors and prohibited uploads.
  • Added customized messages for errors 415/412/507.
  • Added a drag-and-drop feature for an easy file selection.
  • Added an information text in a tooltip for hosts whose file retention time is variable.
  • Added a deletion button for uploaded files from the history when possible.
  • Added 2 new hosts:

Changes:

  • Reduced the application size by 92%, taking the main executable from 70 to 5.5 MB.
  • Migrated from ElectronJS to Tauri for a lighter and faster application.
  • Transitioned from CORS-Anywhere to Warp-Cors for Same-Origin policy management.
  • Rewrote the backend in Rust for the needs of Tauri.
  • Cleaned JS code for improved readability.
  • Updated retention period and maximal file size allowed for specific hosts.
  • Improved and simplified the upload_to_host function for better performance and maintainability.
  • Many miscellaneous improvements made to the code, the user experience, and the interface layout.

Removals: