Skip to content

Releases: spel987/PolyUploader

PolyUploader v.1.6.0

25 Aug 12:28
Compare
Choose a tag to compare

Here you can find :

  • An installation setup version
  • An archive containing the installation setup useful for the update process

Changelog for the new version 1.6.0 :

Additions:

Changes:

  • Improved the overall interface with a new font, updated graphics, improved organization, and better readability.
  • Enhanced the history interface.
  • Enhanced the upload mode interface (local/URL).
  • Improved the update process to keep users in the application.
  • Improved the display of prohibited file formats by making them clearer and easier to identify.
  • Improved default sorting of hosts by popularity rating.
  • Pinned the multiple upload button on the page for easier access.
  • Disabled file browsing, file deletion, and upload mode switching (local or URL) during uploads to prevent errors.
  • Improved uploads profiles to no longer include offline hosts.
  • Enabled the multiple upload button only if two or more hosts are selected.
  • Excluded hosts that frequently cause upload errors in profiles.
  • Updated URLs and retention times for several hosts.
  • Fixed a bug that added erroneous links when copying multiple links and creating a single share link.
  • Optimized the upload URL prefix request to avoid window freezes.
  • Refined some regexes for improved uploads links detection.
  • Required an API key for 1 host:
  • Made various miscellaneous improvements to the code, user experience, and interface layout.

Removals:

  • Removed unsupported hosts:
  • Discontinued manual deletion support for 1 host:

PolyUploader v1.5.0

01 Mar 20:19
Compare
Choose a tag to compare

Here you can find :

  • An installation setup version

Changelog for the new version 1.5.0 :

Additions:

Changes:

  • Fixed a bug that displayed an error in the history for hosts without a fixed retention time.
  • Simplified requests bodies for many hosts by unnecessary parameters.
  • Updated documentation site with the latest news and some changes.
  • Changed name, logo and visuals.
  • Enhanced user interface with icon and other changes.
  • Fixed bug that caused drag and drop animation glitched after a certain number of drags.
  • Fixed a bug that redirected a href to the local url of the server created by Tauri.
  • Many miscellaneous improvements made to the code, the user experience, and the interface layout.

Removals:

  • Removed no longer supported hosts:

Automatic-File-Uploader v1.4.0

31 Jan 14:29
889b0e6
Compare
Choose a tag to compare

Here you can find :

  • An installation setup version

Changelog for the new version 1.4.0 :

Additions:

Changes:

  • Fixed bug that made window not draggable when uploading file.
  • Simplified profile editing window.
  • Improved management and retrieval of items required for file deletion.
  • Improved interface for manual deletion.
  • Disabled upload button if the file is identical to the one just uploaded.
  • Specified retention times ("hours" instead of "h" and "days" instead of "d").
  • Improved colorization of every other line.
  • Many miscellaneous improvements made to the code, the user experience, and the interface layout.

Removals:

Automatic-File-Uploader v1.3.0

24 Nov 21:00
8c55921
Compare
Choose a tag to compare

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:

Automatic-File-Uploader v1.2.0

15 Oct 19:45
298d395
Compare
Choose a tag to compare

Here you can find :

  • An installation setup version
  • A portable version

Changelog for the new version 1.2.0 :

Additions :

The following 14 new hosts have been added :
[+] Temp.sh | https://temp.sh/
[+] Uguu.se | https://uguu.se/
[+] Nopaste | https://nopaste.net/
[+] udrop | https://udrop.com/
[+] 1fichier | https://1fichier.com/
[+] Turbobit | https://turbobit.net/
[+] Hitfile | https://hitfile.net/
[+] file-upload.org | https://file-upload.org/
[+] HexUpload | https://hexupload.net/
[+] Mexa.sh | https://mexa.sh/
[+] RapidFileShare | http://rapidfileshare.net/
[+] Send.cm | https://send.cm/
[+] up-load.io | https://up-load.io/
[+] Usercloud | https://usercloud.com/

[+] Addition of a search system to facilitate uploading to a specific host.

[+] Added a check version system to keep the software up to date with the latest version. If a version has been released and the software is not on that version, it offers to download it.

[+] Multiple small effects added to button clicks, with rounded edges.

Changes :

[/] Rewrote much of the client-side JS code to make it easier to add new hosts and to read. I've tried to make the code as clean as possible, with a number of additions to the function used to upload the file to the host. I've included an image in the README explaining how this works.

[/] Modification of the README with the new sample code, an image showing the new function, the updated presentation image and the addition of the new supported hosts.

If you want, you can compile the application yourself by reading the README.

Automatic-File-Uploader v1.1.0

04 Sep 10:46
d897809
Compare
Choose a tag to compare

Here you can find :

  • An installation setup version
  • A portable version

Changelog for the new version 1.1.0 :

If you want, you can compile the application yourself by reading the README.

Automatic-File-Uploader v1.0.0

01 Sep 18:06
62202e6
Compare
Choose a tag to compare

First release on this project, you can find here :

  • An installation setup version
  • A portable version

The files are quite large, sorry for that. I'll try to improve it in future releases.
If you want, you can compile the application yourself by reading the README.