@nbtca/prompt 1.0.8 → 1.0.9
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/README.md +5 -0
- package/dist/config/data.d.ts +1 -1
- package/dist/config/data.js +1 -1
- package/package.json +1 -1
- package/src/config/data.ts +1 -1
package/README.md
CHANGED
|
@@ -257,6 +257,11 @@ MIT License - See LICENSE file for details
|
|
|
257
257
|
|
|
258
258
|
## Changelog
|
|
259
259
|
|
|
260
|
+
### v1.0.9 (2025-12-10)
|
|
261
|
+
|
|
262
|
+
- **Fixed**: Version display in application UI now correctly shows 1.0.9
|
|
263
|
+
- **Note**: v1.0.8 was published but displayed incorrect version number in UI
|
|
264
|
+
|
|
260
265
|
### v1.0.8 (2025-12-10)
|
|
261
266
|
|
|
262
267
|
- **Added**: Adaptive terminal rendering with automatic capability detection
|
package/dist/config/data.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const URLS: {
|
|
|
12
12
|
};
|
|
13
13
|
export declare const APP_INFO: {
|
|
14
14
|
readonly name: "Prompt";
|
|
15
|
-
readonly version: "1.0.
|
|
15
|
+
readonly version: "1.0.9";
|
|
16
16
|
readonly description: "浙大宁波理工学院计算机协会";
|
|
17
17
|
readonly fullDescription: "NBTCA Prompt - 极简命令行工具";
|
|
18
18
|
readonly author: "m1ngsama <contact@m1ng.space>";
|
package/dist/config/data.js
CHANGED
package/package.json
CHANGED
package/src/config/data.ts
CHANGED