@willh/now 0.2.0 → 0.2.1
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 +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,15 @@
|
|
|
10
10
|
|
|
11
11
|
* * *
|
|
12
12
|
|
|
13
|
+
## [0.2.1] - 2026-08-24
|
|
14
|
+
|
|
15
|
+
### 新增
|
|
16
|
+
|
|
17
|
+
- Azure Storage Blob 設定時,若 `azure_blob.prefix`(folder prefix)留空,自動詢問是否以隨機 UUID v4 作為路徑前綴(預設為 Y),避免多個專案共用同一 Container 時發生檔案衝突或覆蓋。
|
|
18
|
+
- 同樣的 GUID 補問邏輯同時套用於首次設定流程(`now setup`)與部署時的補問流程(`now`),確保兩個入口行為一致。
|
|
19
|
+
|
|
20
|
+
* * *
|
|
21
|
+
|
|
13
22
|
## [0.2.0] - 2026-08-18
|
|
14
23
|
|
|
15
24
|
### 新增
|
|
@@ -104,7 +113,8 @@
|
|
|
104
113
|
- 提供 macOS Apple Silicon、macOS Intel、Linux x64 glibc 與 Windows x64 原生執行檔及 SHA-256 checksum。
|
|
105
114
|
- 提供 npm、Unix-like 安裝腳本、Windows PowerShell 安裝腳本與 GitHub Release 發布流程。
|
|
106
115
|
|
|
107
|
-
[Unreleased]: https://github.com/doggy8088/now/compare/v0.2.
|
|
116
|
+
[Unreleased]: https://github.com/doggy8088/now/compare/v0.2.1...HEAD
|
|
117
|
+
[0.2.1]: https://github.com/doggy8088/now/compare/v0.2.0...v0.2.1
|
|
108
118
|
[0.2.0]: https://github.com/doggy8088/now/compare/v0.1.4...v0.2.0
|
|
109
119
|
[0.1.4]: https://github.com/doggy8088/now/compare/v0.1.3...v0.1.4
|
|
110
120
|
[0.1.3]: https://github.com/doggy8088/now/compare/v0.1.2...v0.1.3
|