You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to show/hide unstable hosts, by default they are hidden.
Added onboarding on first start-up to guide users through a quick tour of the software's key functions.
Added "About PolyUploader" button to bring together information about the developer, the technologies used and the various links.
Added "Scroll to the top" button for easy return to the top of the page.
Added "Settings" button to bring together the ability to close popups by clicking outside, the ability to add PolyUploader to the Windows context menu, the ability to review the oboarding and the import/export of software-related data.
Added filter for prohibited file formats to multi-upload mode and clearer message when a file format is prohibited.
Added ability to hide/show deleted/expired files in history.
Added ability to hide/show input API keys.
Added text indicating if the user has linked his account to a host with an API key.
Added ability to delete all files that can be deleted in the history.
Added PolyUploader executable to the firewall during installation to avoid the annoying Windows message.
Changed host specifications (max file size and retention time) when the user is connected to his account via an API key or not (for hosts with an optional API key).
Fixed multiple upload mode to hosts requiring an API key.
Improved file deletion link recovery algorithm for extracting text or HTML data (not just JSON).
Improved interface for a smoother and more pleasant user experience.
Improved host detection in case of error.
Improved single-share link interface.
Improved multi-selection interaction: the entire "Selected" cell is now clickable, allowing easier selection without needing to click directly on the checkbox.
Improved drag and drop to avoid accepting selected text.
Deleted status of history links from the webview's localStorage when deleting the history (each history link has a variable stored in the localStorage indicating whether it is alive/dead, previously I didn't delete these items after a history clear).
Improved API key management to enable direct modification from the popup without having to delete a key and then recreate it.
Maintained original order of hosts after a search.
Reworked button for creating and editing profiles for better integration with the interface.
Checked file size to avoid errors associated with files of zero size.
Hidded "Upload history“ buttons when first opened to avoid clutter.
Implemented Rust code of warp-cors rather than executable, correcting its defective killing.
Corrected host selection in the profiles, it was possible to select hosts requiring an API key without having set it up.
Sorted prohibited file formats alphabetically.
Improved algorithm for detecting retention time and host name.
Updated URLs, retention times and prohibited formats for several hosts.
Made various miscellaneous improvements to the code, user experience, and interface layout.