pinme 1.1.4-alpha.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/index.js +910 -1524
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# CHANGELOG
|
|
2
|
+
|
|
3
|
+
## v1.1.2 (2025-08-07)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
- Fixed issue where uploaded folders could not be found after upload
|
|
7
|
+
|
|
8
|
+
### Improvements
|
|
9
|
+
- Optimized client-side upload 524 error handling
|
|
10
|
+
- Enhanced upload process flow and user experience
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## v1.1.0 (2025-06-14)
|
|
14
|
+
|
|
15
|
+
### New Features
|
|
16
|
+
- Added IPFS file removal functionality with support for multiple input formats (hash, URL, subname)
|
|
17
|
+
- Enhanced upload progress display with file count and time counter
|
|
18
|
+
|
|
19
|
+
### Improvements
|
|
20
|
+
- Optimized upload timeout configuration for better network connection stability
|
|
21
|
+
- Unified command-line interface font display effects
|