Releases: glitternetwork/pinme
Releases · glitternetwork/pinme
version 1.2.3
New Features
- IPFS Export & Import Support: You can now interact directly with the IPFS network using
exportandimportcommands 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
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
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
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