@interopio/iocd-cli 0.0.72 → 0.0.74

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 CHANGED
@@ -5,19 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.0.74](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.73...iocd-cli-v0.0.74) (2026-03-02)
9
+
10
+
11
+ ### Features
12
+
13
+ * win codesign exclude folders ([#31](https://github.com/InteropIO/iocd-cli/issues/31)) ([22d7552](https://github.com/InteropIO/iocd-cli/commit/22d75524715b4003802c28d307e71c4dc9f526ca))
14
+
15
+ ## [0.0.73](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.72...iocd-cli-v0.0.73) (2026-02-27)
16
+
17
+ ### Features
18
+
19
+ * skip code signing for binaries that are already signed, reducing build time and avoiding re-signing issues ([#32](https://github.com/InteropIO/iocd-cli/pull/32)) ([c6f01e4f](https://github.com/InteropIO/iocd-cli/commit/c6f01e4ff639623b4176d8826fb4459b437b593a))
20
+
21
+ ### Bug Fixes
22
+
23
+ * apply npm audit fixes to test template package-lock files to resolve security vulnerabilities ([#34](https://github.com/InteropIO/iocd-cli/issues/34)) ([7577447](https://github.com/InteropIO/iocd-cli/commit/7577447d2d647de140079d15b0be3b81d49c93e2))
24
+
8
25
  ## [0.0.72](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.71...iocd-cli-v0.0.72) (2026-01-30)
9
26
 
10
27
 
11
28
  ### Features
12
29
 
13
- * add adapter components to cli registry ([#29](https://github.com/InteropIO/iocd-cli/issues/29)) ([4cecdff](https://github.com/InteropIO/iocd-cli/commit/4cecdffa8492484969c39d0447a96ad1604535b1))
30
+ * register adapter components (bbg-mdf, excel, fidessa, outlook, word) in the CLI component registry with platform support metadata ([#29](https://github.com/InteropIO/iocd-cli/issues/29)) ([4cecdff](https://github.com/InteropIO/iocd-cli/commit/4cecdffa8492484969c39d0447a96ad1604535b1))
14
31
 
15
32
  ## [0.0.71](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.70...iocd-cli-v0.0.71) (2026-01-29)
16
33
 
17
34
 
18
35
  ### Features
19
36
 
20
- * add array merge directives for .json.merge files ([#27](https://github.com/InteropIO/iocd-cli/issues/27)) ([7b86d55](https://github.com/InteropIO/iocd-cli/commit/7b86d55b9a695e1a975d720b511b8f68b637a81e))
37
+ * add array merge directives (`$replace`, `$prepend`, `$append`, `$remove`) for `.json.merge` files, giving fine-grained control over how arrays are combined during modifications ([#27](https://github.com/InteropIO/iocd-cli/issues/27)) ([7b86d55](https://github.com/InteropIO/iocd-cli/commit/7b86d55b9a695e1a975d720b511b8f68b637a81e))
21
38
 
22
39
  ## [0.0.70](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.69...iocd-cli-v0.0.70) (2026-01-27)
23
40
 
@@ -31,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
48
 
32
49
  ### Features
33
50
 
34
- * Allow Windows installers to be built on Linux ([#22](https://github.com/InteropIO/iocd-cli/issues/22)) ([3a93303](https://github.com/InteropIO/iocd-cli/commit/3a9330348f6e3e47ddf284092e5b20ff83a75a27))
51
+ * enable cross-compilation of Windows installers on Linux by adding rcedit support and removing platform-specific OS calls ([#22](https://github.com/InteropIO/iocd-cli/issues/22)) ([3a93303](https://github.com/InteropIO/iocd-cli/commit/3a9330348f6e3e47ddf284092e5b20ff83a75a27))
35
52
 
36
53
  ## [0.0.68](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.67...iocd-cli-v0.0.68) (2026-01-21)
37
54
 
@@ -52,471 +69,538 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
69
 
53
70
  ### Bug Fixes
54
71
 
55
- * use icon from modifications for windows exe edit ([#16](https://github.com/InteropIO/iocd-seed-temp/issues/16)) ([042eacd](https://github.com/InteropIO/iocd-seed-temp/commit/042eacd586be2fe79c0aed9c4c7623d3a41b64f0))
72
+ * fix Windows executable icon patching to source the icon from the modifications folder instead of the default location ([#16](https://github.com/InteropIO/iocd-seed-temp/issues/16)) ([042eacd](https://github.com/InteropIO/iocd-seed-temp/commit/042eacd586be2fe79c0aed9c4c7623d3a41b64f0))
56
73
 
57
74
  ## [0.0.65](https://github.com/InteropIO/iocd-seed-temp/compare/iocd-cli-v0.0.64...iocd-cli-v0.0.65) (2026-01-13)
58
75
 
59
76
 
60
77
  ### Bug Fixes
61
78
 
62
- * removing modification file does not remove the new file from the component ([#14](https://github.com/InteropIO/iocd-seed-temp/issues/14)) ([767ce7c](https://github.com/InteropIO/iocd-seed-temp/commit/767ce7ca450ae08c0cd7d947e831c44b0718e962))
79
+ * fix modification tracker so that deleting a modification source file correctly removes the corresponding output file from the component ([#14](https://github.com/InteropIO/iocd-seed-temp/issues/14)) ([767ce7c](https://github.com/InteropIO/iocd-seed-temp/commit/767ce7ca450ae08c0cd7d947e831c44b0718e962))
80
+
81
+ ## [0.0.64](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.63...iocd-cli-v0.0.64) (2026-01-10)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * replace OS-specific shell-based ZIP extraction (PowerShell on Windows, unzip on macOS) with the cross-platform `extract-zip` npm package ([ad6f476](https://github.com/InteropIO/iocd-cli/commit/ad6f4769142bfca28c8551e40b6929c1bbc10e82))
87
+
88
+ ## [0.0.63](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.62...iocd-cli-v0.0.63) (2026-01-09)
89
+
90
+
91
+ ### Features
92
+
93
+ * **Read entitlements.mac.plist and .nuspectemplate from the cli**: These files were previously in the templates dir, now are bundled with the CLI and read from there. This allows easier updates and less confusion when users create new projects.
94
+
95
+ ## [0.0.62](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.61...iocd-cli-v0.0.62) (2026-01-05)
96
+
97
+
98
+ ### Features
99
+
100
+ * **Custom tests directory**: Support for specifying a custom tests directory in the CLI configuration
101
+
102
+ ## [0.0.61](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.60...iocd-cli-v0.0.61) (2026-01-05)
103
+
104
+ _Do not use_
105
+
106
+ ## [0.0.60](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.59...iocd-cli-v0.0.60) (2025-12-31)
107
+
108
+
109
+ ### Features
110
+
111
+ * **Modifications reset**: Automatically reset all modifications before running `dev` or `build` commands to ensure a clean state
112
+ * **Version check**: Display notification when a newer version of the CLI is available
113
+
114
+ ### Miscellaneous Chores
115
+
116
+ * Relaxed config schema validation to allow partial configuration files
117
+ * Updated `.gitignore` handling to only ignore the top-level `components` folder, not nested ones
118
+
119
+ ## [0.0.59](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.57...iocd-cli-v0.0.59) (2025-12-12)
120
+
121
+
122
+ ### Features
123
+
124
+ * **Extra launch arguments**: Support passing additional arguments to the Electron process in `dev` mode
125
+ * **Build output path**: New `--output` argument for the `build` command to specify a custom output directory
126
+ * **Programmatic API**: Export CLI commands for use as a library in other projects
127
+
128
+ ### Miscellaneous Chores
129
+
130
+ * Automatically install dependencies when adding new apps to a project
131
+ * Updated Launchpad Vite configuration for improved build performance
132
+
133
+ ## [0.0.57](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.56...iocd-cli-v0.0.57) (2025-12-09)
134
+
135
+
136
+ ### Features
137
+
138
+ * Auto include tests when setting up a new project with `create` command
139
+
140
+ ## [0.0.56](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.55...iocd-cli-v0.0.56) (2025-12-06)
141
+
142
+
143
+ ### Bug Fixes
144
+
145
+ * Improved error logging message
146
+
147
+ ## [0.0.55](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.54...iocd-cli-v0.0.55) (2025-12-06)
63
148
 
64
- ## [0.0.64](https://github.com/InteropIO/iocd-seed-temp/compare/iocd-cli-v0.0.63...iocd-cli-v0.0.64) (2026-01-10)
65
149
 
66
150
  ### Bug Fixes
67
151
 
68
- * replace PowerShell zip extraction with extract-zip library ([ad6f476](https://github.com/InteropIO/iocd-seed-temp/commit/ad6f4769142bfca28c8551e40b6929c1bbc10e82))
152
+ * Fix for versions that contain a letter in the build timestamp
153
+
154
+ ## [0.0.54](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.53...iocd-cli-v0.0.54) (2025-12-04)
155
+
156
+
157
+ ### Features
158
+
159
+ * add HTTP/HTTPS proxy support for all CLI network requests, enabling use behind corporate proxies and firewalls
69
160
 
70
- ## [Unreleased]
161
+ ### Miscellaneous Chores
71
162
 
72
- ## [0.0.63] =- 2026-01-09
73
- ### Added
74
- - **Read entitlements.mac.plist and .nuspectemplate from the cli**: These files were previously in the templates dir, now are bundles with the CLI and read from there. This allows easier updates and less confusion when users create new projects.
163
+ * Clean up log messages
75
164
 
76
- ## [0.0.62] - 2026-01-05
165
+ ## [0.0.53](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.52...iocd-cli-v0.0.53) (2025-12-01)
77
166
 
78
- ### Added
79
- - **Custom tests directory**: Support for specifying a custom tests directory in the CLI configuration
80
167
 
81
- ## [0.0.61] - 2026-01-05
82
- Do not use
168
+ ### Features
83
169
 
84
- ## [0.0.60] - 2025-12-31
170
+ * log Node.js and CLI versions at the beginning of each log file for easier debugging
85
171
 
86
- ### Added
87
- - **Modifications reset**: Automatically reset all modifications before running `dev` or `build` commands to ensure a clean state
88
- - **Version check**: Display notification when a newer version of the CLI is available
172
+ ## [0.0.52](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.51...iocd-cli-v0.0.52) (2025-11-30)
89
173
 
90
- ### Changed
91
- - Relaxed config schema validation to allow partial configuration files
92
- - Updated `.gitignore` handling to only ignore the top-level `components` folder, not nested ones
93
174
 
94
- ## [0.0.59] - 2025-12-12
175
+ ### Features
95
176
 
96
- ### Added
97
- - **Extra launch arguments**: Support passing additional arguments to the Electron process in `dev` mode
98
- - **Build output path**: New `--output` argument for the `build` command to specify a custom output directory
99
- - **Programmatic API**: Export CLI commands for use as a library in other projects
177
+ * register the Bloomberg (BBG) component in the CLI component registry for download and inclusion in builds
100
178
 
101
- ### Changed
102
- - Automatically install dependencies when adding new apps to a project
103
- - Updated Launchpad Vite configuration for improved build performance
179
+ ## [0.0.51](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.50...iocd-cli-v0.0.51) (2025-11-28)
104
180
 
105
- ## [0.0.57] - 2025-12-09
106
181
 
107
- ### Added
108
- - Auto include tests when setting up a new project with `create` command
182
+ ### Features
109
183
 
110
- ## [0.0.56] - 2025-12-06
184
+ * add an overwrite mode for component modifications, allowing files to completely replace targets instead of being merged
111
185
 
112
- ### Fixed
113
- - Improved error logging message
186
+ ## [0.0.50](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.49...iocd-cli-v0.0.50) (2025-11-26)
114
187
 
115
- ## [0.0.55] - 2025-12-06
116
188
 
117
- ### Fixed
118
- - Fix for versions that contain a letter in the build timestamp
189
+ ### Miscellaneous Chores
119
190
 
120
- ## [0.0.54] - 2025-12-04
191
+ * Revert "lint fixes; docs update"
121
192
 
122
- ### Added
123
- - Added proxy support
193
+ ## [0.0.49](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.48...iocd-cli-v0.0.49) (2025-11-26)
124
194
 
125
- ### Changed
126
- - Clean up log messages
127
195
 
128
- ## [0.0.53] - 2025-12-01
196
+ ### Bug Fixes
129
197
 
130
- ### Added
131
- - Add NodeJS and CLI versions at the beginning of the log file
198
+ * Updates in wdio.config for tests
199
+ * Fix for eslint setup
132
200
 
133
- ## [0.0.52] - 2025-11-30
201
+ ### Miscellaneous Chores
134
202
 
135
- ### Added
136
- - Add BBG component
203
+ * Change configs to rely on package.json where possible
204
+ * Add UI version
205
+ * Lint fixes; docs update
206
+ * Audit fix
137
207
 
138
- ## [0.0.51] - 2025-11-28
208
+ ## [0.0.48](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.47...iocd-cli-v0.0.48) (2025-11-21)
139
209
 
140
- ### Added
141
- - Add overwrite to component modifications
142
210
 
143
- ## [0.0.50] - 2025-11-26
211
+ ### Miscellaneous Chores
144
212
 
145
- ### Changed
146
- - Revert "lint fixes; docs update"
213
+ * Updates in wdio-iocd-service version and renames in wdio.config
147
214
 
148
- ## [0.0.49] - 2025-11-26
215
+ ## [0.0.47](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.46...iocd-cli-v0.0.47) (2025-11-21)
149
216
 
150
- ### Changed
151
- - Change configs to rely on package.json where possible
152
- - Add UI version
153
- - Lint fixes; docs update
154
- - Audit fix
155
217
 
156
- ### Fixed
157
- - Updates in wdio.config for tests
158
- - Fix for eslint setup
218
+ ### Miscellaneous Chores
159
219
 
160
- ## [0.0.48] - 2025-11-21
220
+ * Remove components that are not available
221
+ * Copy license on tests
161
222
 
162
- ### Changed
163
- - Updates in wdio-iocd-service version and renames in wdio.config
223
+ ## [0.0.46](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.45...iocd-cli-v0.0.46) (2025-11-20)
164
224
 
165
- ## [0.0.47] - 2025-11-21
166
225
 
167
- ### Changed
168
- - Remove components that are not available
169
- - Copy license on tests
226
+ ### Miscellaneous Chores
170
227
 
171
- ## [0.0.46] - 2025-11-20
228
+ * Update forge config
172
229
 
173
- ### Changed
174
- - Update forge config
230
+ ## [0.0.45](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.44...iocd-cli-v0.0.45) (2025-11-20)
175
231
 
176
- ## [0.0.45] - 2025-11-20
177
232
 
178
- ### Changed
179
- - DMG naming improvements
233
+ ### Miscellaneous Chores
180
234
 
181
- ## [0.0.44] - 2025-11-20
235
+ * DMG naming improvements
182
236
 
183
- ### Changed
184
- - Clean up dist folder after completion
237
+ ## [0.0.44](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.43...iocd-cli-v0.0.44) (2025-11-20)
185
238
 
186
- ## [0.0.43] - 2025-11-20
187
239
 
188
- ### Added
189
- - Add product slug and name support in the modifications
240
+ ### Miscellaneous Chores
190
241
 
191
- ## [0.0.42] - 2025-11-20
242
+ * Clean up dist folder after completion
192
243
 
193
- ### Added
194
- - Add support for OS specific modifications
195
- - Add version to setup exe
244
+ ## [0.0.43](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.42...iocd-cli-v0.0.43) (2025-11-20)
196
245
 
197
- ### Removed
198
- - Remove init command
199
246
 
200
- ### Fixed
201
- - Various fixes; fix build
247
+ ### Features
202
248
 
203
- ## [0.0.39] - 2025-11-17
249
+ * support variable substitution of product slug and product name in modification files, enabling dynamic per-product configuration
204
250
 
205
- ### Changed
206
- - Updates
251
+ ## [0.0.42](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.39...iocd-cli-v0.0.42) (2025-11-20)
207
252
 
208
- ## [0.0.38] - 2025-11-17
209
253
 
210
- ### Changed
211
- - Release update
254
+ ### Features
212
255
 
213
- ## [0.0.37] - 2025-11-17
256
+ * add OS-specific modification folders (`modifications-win32`, `modifications-darwin`) so different platforms can have distinct configuration overrides
257
+ * embed product version in the Windows setup executable filename
214
258
 
215
- ### Changed
216
- - Change path to iocd-components
217
- - Update .gitignore
259
+ ### Bug Fixes
218
260
 
219
- ## [0.0.36] - 2025-11-16
261
+ * Various fixes; fix build
220
262
 
221
- ### Changed
222
- - Tests to depend on wdio-service package
263
+ ### Miscellaneous Chores
223
264
 
224
- ## [0.0.35] - 2025-11-16
265
+ * Remove init command
225
266
 
226
- ### Changed
227
- - Update Node.js requirement to 22.0.0
267
+ ## [0.0.39](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.38...iocd-cli-v0.0.39) (2025-11-17)
228
268
 
229
- ### Fixed
230
- - Minor fix
231
269
 
232
- ## [0.0.34] - 2025-11-16
270
+ ### Miscellaneous Chores
233
271
 
234
- ### Changed
235
- - Release update
272
+ * Updates
236
273
 
237
- ## [0.0.33] - 2025-11-16
274
+ ## [0.0.38](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.37...iocd-cli-v0.0.38) (2025-11-17)
238
275
 
239
- ### Changed
240
- - Updated README
241
- - Apps start → apps dev
242
- - README.md phase 1
243
- - Simplify config
244
- - Update GitHub workflows
245
- - Changed pfx to signtool
246
276
 
247
- ## [0.0.30] - 2025-11-13
277
+ ### Miscellaneous Chores
248
278
 
249
- ### Changed
250
- - Revert shell:true
279
+ * Release update
251
280
 
252
- ## [0.0.29] - 2025-11-13
281
+ ## [0.0.37](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.36...iocd-cli-v0.0.37) (2025-11-17)
253
282
 
254
- ### Added
255
- - Add shell:true
256
283
 
257
- ## [0.0.28] - 2025-11-13
284
+ ### Miscellaneous Chores
258
285
 
259
- ### Changed
260
- - Using signtool for signing; remove explicit digicert support
286
+ * Change path to iocd-components
287
+ * Update .gitignore
261
288
 
262
- ## [0.0.27] - 2025-11-10
289
+ ## [0.0.36](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.35...iocd-cli-v0.0.36) (2025-11-16)
263
290
 
264
- ### Added
265
- - license.copyLicenseToOutput option
266
291
 
267
- ## [0.0.26] - 2025-11-06
292
+ ### Miscellaneous Chores
268
293
 
269
- ### Added
270
- - Tests
271
- - License files
272
- - Schema for config
294
+ * Tests to depend on wdio-service package
273
295
 
274
- ## [0.0.25] - 2025-11-04
296
+ ## [0.0.35](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.34...iocd-cli-v0.0.35) (2025-11-16)
275
297
 
276
- ### Changed
277
- - Replace bbgv2 with ppt
278
- - Add info about GitHub token
279
- - Presentation update
280
298
 
281
- ## [0.0.24] - 2025-10-30
299
+ ### Bug Fixes
282
300
 
283
- ### Added
284
- - Tests + small tweaks
285
- - Simple tests
286
- - Download all components
301
+ * Minor fix
287
302
 
288
- ### Changed
289
- - Updates to Windows signing
303
+ ### Miscellaneous Chores
290
304
 
291
- ### Removed
292
- - Removed all tests (refactoring)
305
+ * Update Node.js requirement to 22.0.0
293
306
 
294
- ## [0.0.23] - 2025-10-15
307
+ ## [0.0.34](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.33...iocd-cli-v0.0.34) (2025-11-16)
295
308
 
296
- ### Fixed
297
- - Logger fix
298
- - Setup Apple code-signing
299
309
 
300
- ## [0.0.22] - 2025-10-13
310
+ ### Miscellaneous Chores
301
311
 
302
- ### Fixed
303
- - Fix icons and ability to sign using certificate on Mac
312
+ * Release update
304
313
 
305
- ### Changed
306
- - Logging improvements
314
+ ## [0.0.33](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.30...iocd-cli-v0.0.33) (2025-11-16)
307
315
 
308
- ## [0.0.21] - 2025-10-13
309
316
 
310
- ### Changed
311
- - Include scripts into the package as well
317
+ ### Miscellaneous Chores
312
318
 
313
- ## [0.0.20] - 2025-10-12
319
+ * Updated README
320
+ * Apps start → apps dev
321
+ * README.md phase 1
322
+ * Simplify config
323
+ * Update GitHub workflows
324
+ * Changed pfx to signtool
314
325
 
315
- ### Added
316
- - Handle gitignores
326
+ ## [0.0.30](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.29...iocd-cli-v0.0.30) (2025-11-13)
317
327
 
318
- ## [0.0.19] - 2025-10-12
319
328
 
320
- ### Changed
321
- - Rework current folder for create
329
+ ### Miscellaneous Chores
322
330
 
323
- ## [0.0.18] - 2025-10-12
331
+ * Revert shell:true
324
332
 
325
- ### Added
326
- - Create in current folder if empty
333
+ ## [0.0.29](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.28...iocd-cli-v0.0.29) (2025-11-13)
327
334
 
328
- ## [0.0.17] - 2025-10-12
329
335
 
330
- ### Added
331
- - Build templates
336
+ ### Features
332
337
 
333
- ### Changed
334
- - start → dev
338
+ * enable shell mode for child process execution to support system PATH resolution
335
339
 
336
- ## [0.0.16] - 2025-10-11
340
+ ## [0.0.28](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.27...iocd-cli-v0.0.28) (2025-11-13)
337
341
 
338
- ### Changed
339
- - Refactor: consolidate modifications structure and remove backward compatibility
340
342
 
341
- ## [0.0.15] - 2025-10-11
343
+ ### Miscellaneous Chores
342
344
 
343
- ### Added
344
- - Add skip components flag
345
+ * Using signtool for signing; remove explicit digicert support
345
346
 
346
- ## [0.0.14] - 2025-10-11
347
+ ## [0.0.27](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.26...iocd-cli-v0.0.27) (2025-11-10)
347
348
 
348
- ### Fixed
349
- - Add GitHub token to the GitHub request
350
349
 
351
- ## [0.0.13] - 2025-10-11
350
+ ### Features
352
351
 
353
- ### Changed
354
- - Release update
352
+ * add `license.copyLicenseToOutput` config option to automatically include the license file in the build output
355
353
 
356
- ## [0.0.12] - 2025-10-11
354
+ ## [0.0.26](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.25...iocd-cli-v0.0.26) (2025-11-06)
357
355
 
358
- ### Changed
359
- - Cleanup
360
- - GitHub store retries
361
- - Latest splash app
362
356
 
363
- ## [0.0.11] - 2025-10-10
357
+ ### Features
364
358
 
365
- ### Fixed
366
- - Fix start mode
359
+ * add end-to-end test infrastructure for CLI commands
360
+ * add license file handling and validation
361
+ * add JSON schema for CLI configuration file (`iocd.cli.config.json`) validation
367
362
 
368
- ### Added
369
- - Some tests
370
- - Update README header
363
+ ## [0.0.25](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.24...iocd-cli-v0.0.25) (2025-11-04)
371
364
 
372
- ## [0.0.10] - 2025-10-09
373
365
 
374
- ### Fixed
375
- - Fix iocd cwd
366
+ ### Miscellaneous Chores
376
367
 
377
- ## [0.0.9] - 2025-10-09
368
+ * Replace bbgv2 with ppt
369
+ * Add info about GitHub token
370
+ * Presentation update
378
371
 
379
- ### Added
380
- - Top level modifications support
372
+ ## [0.0.24](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.23...iocd-cli-v0.0.24) (2025-10-30)
381
373
 
382
- ## [0.0.8] - 2025-10-08
383
374
 
384
- ### Changed
385
- - Small updates
386
- - Renames
375
+ ### Features
376
+
377
+ * Tests + small tweaks
378
+ * Simple tests
379
+ * Download all components
380
+
381
+ ### Miscellaneous Chores
382
+
383
+ * Updates to Windows signing
384
+ * Removed all tests (refactoring)
385
+
386
+ ## [0.0.23](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.22...iocd-cli-v0.0.23) (2025-10-15)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * Logger fix
392
+ * Setup Apple code-signing
393
+
394
+ ## [0.0.22](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.21...iocd-cli-v0.0.22) (2025-10-13)
395
+
396
+
397
+ ### Bug Fixes
398
+
399
+ * Fix icons and ability to sign using certificate on Mac
400
+
401
+ ### Miscellaneous Chores
402
+
403
+ * Logging improvements
404
+
405
+ ## [0.0.21](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.20...iocd-cli-v0.0.21) (2025-10-13)
406
+
407
+
408
+ ### Miscellaneous Chores
409
+
410
+ * Include scripts into the package as well
411
+
412
+ ## [0.0.20](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.19...iocd-cli-v0.0.20) (2025-10-12)
413
+
414
+
415
+ ### Features
387
416
 
388
- ## [0.0.7] - 2025-10-08
417
+ * automatically generate and manage `.gitignore` files for new projects
389
418
 
390
- ### Changed
391
- - Use prereleases for now
392
- - PPT update
419
+ ## [0.0.19](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.18...iocd-cli-v0.0.19) (2025-10-12)
393
420
 
394
- ## [0.0.6] - 2025-10-07
395
421
 
396
- ### Added
397
- - Sentry support
398
- - Add presentation
422
+ ### Miscellaneous Chores
399
423
 
400
- ### Changed
401
- - Rename templates and logging improvements
402
- - installer → build
424
+ * Rework current folder for create
403
425
 
404
- ## [0.0.5] - 2025-10-06
426
+ ## [0.0.18](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.17...iocd-cli-v0.0.18) (2025-10-12)
427
+
428
+
429
+ ### Features
430
+
431
+ * allow the `create` command to initialize a project in the current directory if it is empty
432
+
433
+ ## [0.0.17](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.16...iocd-cli-v0.0.17) (2025-10-12)
434
+
435
+
436
+ ### Features
437
+
438
+ * add build configuration templates for Windows and macOS installers
439
+
440
+ ### Miscellaneous Chores
441
+
442
+ * start → dev
443
+
444
+ ## [0.0.16](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.15...iocd-cli-v0.0.16) (2025-10-11)
445
+
446
+
447
+ ### Miscellaneous Chores
448
+
449
+ * Refactor: consolidate modifications structure and remove backward compatibility
450
+
451
+ ## [0.0.15](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.14...iocd-cli-v0.0.15) (2025-10-11)
452
+
453
+
454
+ ### Features
455
+
456
+ * add `--skip-components` CLI flag to the build command, allowing builds without downloading or updating components
457
+
458
+ ## [0.0.14](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.13...iocd-cli-v0.0.14) (2025-10-11)
459
+
460
+
461
+ ### Bug Fixes
462
+
463
+ * Add GitHub token to the GitHub request
464
+
465
+ ## [0.0.13](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.12...iocd-cli-v0.0.13) (2025-10-11)
466
+
467
+
468
+ ### Miscellaneous Chores
469
+
470
+ * Release update
471
+
472
+ ## [0.0.12](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.11...iocd-cli-v0.0.12) (2025-10-11)
473
+
474
+
475
+ ### Miscellaneous Chores
476
+
477
+ * Cleanup
478
+ * GitHub store retries
479
+ * Latest splash app
480
+
481
+ ## [0.0.11](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.10...iocd-cli-v0.0.11) (2025-10-10)
482
+
483
+
484
+ ### Bug Fixes
485
+
486
+ * Fix start mode
487
+
488
+ ### Features
489
+
490
+ * Some tests
491
+ * Update README header
492
+
493
+ ## [0.0.10](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.9...iocd-cli-v0.0.10) (2025-10-09)
494
+
495
+
496
+ ### Bug Fixes
497
+
498
+ * Fix iocd cwd
499
+
500
+ ## [0.0.9](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.8...iocd-cli-v0.0.9) (2025-10-09)
501
+
502
+
503
+ ### Features
504
+
505
+ * add support for top-level modifications that apply across all components, in addition to per-component modifications
506
+
507
+ ## [0.0.8](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.7...iocd-cli-v0.0.8) (2025-10-08)
508
+
509
+
510
+ ### Miscellaneous Chores
511
+
512
+ * Small updates
513
+ * Renames
514
+
515
+ ## [0.0.7](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.6...iocd-cli-v0.0.7) (2025-10-08)
516
+
517
+
518
+ ### Miscellaneous Chores
519
+
520
+ * Use prereleases for now
521
+ * PPT update
522
+
523
+ ## [0.0.6](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.5...iocd-cli-v0.0.6) (2025-10-07)
524
+
525
+
526
+ ### Features
527
+
528
+ * integrate Sentry error tracking for automatic crash reporting and diagnostics
529
+ * add internal presentation materials
530
+
531
+ ### Miscellaneous Chores
532
+
533
+ * Rename templates and logging improvements
534
+ * installer → build
535
+
536
+ ## [0.0.5](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.4...iocd-cli-v0.0.5) (2025-10-06)
537
+
538
+
539
+ ### Miscellaneous Chores
540
+
541
+ * Updated groups JSON
542
+ * Moved group apps
543
+ * Components updates
544
+ * Cleanup
545
+
546
+ ## [0.0.4](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.3...iocd-cli-v0.0.4) (2025-10-04)
547
+
548
+
549
+ ### Features
550
+
551
+ * pin component versions after initial project setup to ensure reproducible builds
552
+ * add per-component modification folders (`modifications-xxx`) for targeted config overrides
553
+ * auto-update support with `system.json.merge` template generation
554
+ * add documentation for project structure and configuration
555
+
556
+ ### Miscellaneous Chores
557
+
558
+ * prod → installer in app config
559
+ * Use UI version
560
+
561
+ ## [0.0.3](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.2...iocd-cli-v0.0.3) (2025-09-28)
562
+
563
+
564
+ ### Features
565
+
566
+ * Added demos component support
567
+ * Add flag for prerelease
568
+ * Added doc about components storage
569
+
570
+ ### Miscellaneous Chores
571
+
572
+ * Changes in components versioning
573
+ * Store settings refactoring
574
+ * License update
575
+
576
+ ## [0.0.2](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.1...iocd-cli-v0.0.2) (2025-09-26)
577
+
578
+
579
+ ### Features
580
+
581
+ * License checks
582
+ * Licensing
583
+
584
+ ## 0.0.1 (2025-09-22)
585
+
586
+
587
+ ### Features
405
588
 
406
- ### Changed
407
- - Updated groups JSON
408
- - Moved group apps
409
- - Components updates
410
- - Cleanup
411
-
412
- ## [0.0.4] - 2025-10-04
413
-
414
- ### Added
415
- - Pinning of component version after setup
416
- - Added support for modifications-xxx
417
- - Add auto update config
418
- - AutoUpdate support
419
-
420
- ### Changed
421
- - prod → installer in app config
422
- - Use UI version
423
-
424
- ### Added
425
- - More docs
426
-
427
- ## [0.0.3] - 2025-09-28
428
-
429
- ### Added
430
- - Added demos component support
431
- - Add flag for prerelease
432
- - Added doc about components storage
433
-
434
- ### Changed
435
- - Changes in components versioning
436
- - Store settings refactoring
437
- - License update
438
-
439
- ## [0.0.2] - 2025-09-26
440
-
441
- ### Added
442
- - License checks
443
- - Licensing
444
-
445
- ## [0.0.1] - 2025-09-22
446
-
447
- ### Added
448
- - Initial release
449
- - CLI project setup with create command
450
- - Components selection in the create phase
451
- - Ability to add apps
452
- - S3 support for components storage
453
- - Local storage support with same structure as S3
454
- - Launchpad component
455
- - Components remove functionality
456
- - Installer/build command for Windows and macOS
457
- - Code signing support for macOS and Windows
458
- - Splash screen template
459
- - Auto-update configuration support
460
- - GitHub workflow for CI/CD
461
-
462
- ### Changed
463
- - Renamed to iocd-cli
464
- - Various configuration improvements
465
-
466
- [Unreleased]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.61...HEAD
467
- [0.0.61]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.60...v0.0.61
468
- [0.0.60]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.59...v0.0.60
469
- [0.0.59]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.57...v0.0.59
470
- [0.0.57]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.56...v0.0.57
471
- [0.0.56]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.55...v0.0.56
472
- [0.0.55]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.54...v0.0.55
473
- [0.0.54]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.53...v0.0.54
474
- [0.0.53]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.52...v0.0.53
475
- [0.0.52]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.51...v0.0.52
476
- [0.0.51]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.50...v0.0.51
477
- [0.0.50]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.49...v0.0.50
478
- [0.0.49]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.48...v0.0.49
479
- [0.0.48]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.47...v0.0.48
480
- [0.0.47]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.46...v0.0.47
481
- [0.0.46]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.45...v0.0.46
482
- [0.0.45]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.44...v0.0.45
483
- [0.0.44]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.43...v0.0.44
484
- [0.0.43]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.42...v0.0.43
485
- [0.0.42]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.39...v0.0.42
486
- [0.0.39]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.38...v0.0.39
487
- [0.0.38]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.37...v0.0.38
488
- [0.0.37]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.36...v0.0.37
489
- [0.0.36]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.35...v0.0.36
490
- [0.0.35]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.34...v0.0.35
491
- [0.0.34]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.33...v0.0.34
492
- [0.0.33]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.30...v0.0.33
493
- [0.0.30]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.29...v0.0.30
494
- [0.0.29]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.28...v0.0.29
495
- [0.0.28]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.27...v0.0.28
496
- [0.0.27]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.26...v0.0.27
497
- [0.0.26]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.25...v0.0.26
498
- [0.0.25]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.24...v0.0.25
499
- [0.0.24]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.23...v0.0.24
500
- [0.0.23]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.22...v0.0.23
501
- [0.0.22]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.21...v0.0.22
502
- [0.0.21]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.20...v0.0.21
503
- [0.0.20]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.19...v0.0.20
504
- [0.0.19]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.18...v0.0.19
505
- [0.0.18]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.17...v0.0.18
506
- [0.0.17]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.16...v0.0.17
507
- [0.0.16]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.15...v0.0.16
508
- [0.0.15]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.14...v0.0.15
509
- [0.0.14]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.13...v0.0.14
510
- [0.0.13]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.12...v0.0.13
511
- [0.0.12]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.11...v0.0.12
512
- [0.0.11]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.10...v0.0.11
513
- [0.0.10]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.9...v0.0.10
514
- [0.0.9]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.8...v0.0.9
515
- [0.0.8]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.7...v0.0.8
516
- [0.0.7]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.6...v0.0.7
517
- [0.0.6]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.5...v0.0.6
518
- [0.0.5]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.4...v0.0.5
519
- [0.0.4]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.3...v0.0.4
520
- [0.0.3]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.2...v0.0.3
521
- [0.0.2]: https://github.com/InteropIO/iocd-seed-temp/compare/v0.0.1...v0.0.2
522
- [0.0.1]: https://github.com/InteropIO/iocd-seed-temp/releases/tag/v0.0.1
589
+ * Initial release
590
+ * CLI project setup with create command
591
+ * Components selection in the create phase
592
+ * Ability to add apps
593
+ * S3 support for components storage
594
+ * Local storage support with same structure as S3
595
+ * Launchpad component
596
+ * Components remove functionality
597
+ * Installer/build command for Windows and macOS
598
+ * Code signing support for macOS and Windows
599
+ * Splash screen template
600
+ * Auto-update configuration support
601
+ * GitHub workflow for CI/CD
602
+
603
+ ### Miscellaneous Chores
604
+
605
+ * Renamed to iocd-cli
606
+ * Various configuration improvements