Skip to content

Releases: glitternetwork/pinme

version 1.2.3

10 Feb 02:16
d0e6797

Choose a tag to compare

New Features

  • IPFS Export & Import Support: You can now interact directly with the IPFS network using export and import commands to easily back up and restore your data.

Improvements

  • Enhanced Login and Upload Experience: Streamlined the authentication flow and improved the stability and responsiveness of the upload process.
  • Optimized File Compression Logic: Refactored the file archiving and compression method used before upload, improving the stability and efficiency of the packaging process.

version 1.1.5

29 Oct 07:51

Choose a tag to compare

Improvements

  • Optimized File Compression Logic: Refactored the file archiving and compression method used before upload. This addresses an issue of recursive compression that could occur in certain scenarios on Windows systems, which improves the stability and efficiency of the packaging process.

version 1.1.3

20 Aug 08:32

Choose a tag to compare

Improvements

  • Refactor upload architecture to replace single-point transmission with adaptive chunking (5M/20M/200M auto-adjustment), eliminating gateway timeout (524 error) issues
  • Implement frontend multi-threaded concurrent fragment uploads with server-side streaming merge, achieving 300%+ single-file upload speed acceleration

version 1.1.2

08 Aug 08:54
e8009f1

Choose a tag to compare

Bug Fixes

  • Fixed issue where uploaded folders could not be found after upload

Improvements

  • Optimized client-side upload 524 error handling
  • Enhanced upload process flow and user experience