@microtronics/studio-cli 0.51.0 → 0.53.0

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
@@ -1,15 +1,39 @@
1
1
  # Changelog
2
2
 
3
- ## 0.51.0 (2026-03-17)
4
-
5
- ### Features
6
-
7
- * **cli:** add custom site name option to run command ([b4556e0](https://bitbucket.org/microtronics-core/vscode-studio/commits/b4556e00c64b7d11474c8d01df53d13f9ea0cd14))
8
- * **cli:** add JSON output mode for run command results ([eb07a4a](https://bitbucket.org/microtronics-core/vscode-studio/commits/eb07a4a28f0eef76686ea2176f1eb237864c7b00))
9
- * **cli:** add silent mode option to suppress console output ([476f6b5](https://bitbucket.org/microtronics-core/vscode-studio/commits/476f6b5e54fa1b7ed69d44cbdb47c12e92c5dca9))
3
+ ## 0.53.0 (2026-03-23)
10
4
 
11
5
  ### Bug Fixes
12
6
 
7
+ * load app.ini for both library and application manifests ([ab34c4f](https://bitbucket.org/microtronics-core/vscode-studio/commits/ab34c4fc4b7e0b49c42d6897e9f752a7f97f3f7e))
8
+
9
+ ## 0.52.0 (2026-03-23)
10
+
11
+ ### Features
12
+
13
+ * add global defines template substitution to DDE validation ([c079400](https://bitbucket.org/microtronics-core/vscode-studio/commits/c079400b3c9be8a1cb3de9347a26baadf23517c4))
14
+ * add logger parameter to Globals.read for deprecation warnings ([b588454](https://bitbucket.org/microtronics-core/vscode-studio/commits/b588454655cc4f29a814af2f9bcd6a3151c1417c))
15
+ * add paths for defines.ts, app.ini, and defaults.ini to default files config ([582ce33](https://bitbucket.org/microtronics-core/vscode-studio/commits/582ce3341008b02e7b2d1db37e9e7cf8939c0e8a))
16
+ * add typed interface for STUDIO_DEFINES with numeric support ([f69719f](https://bitbucket.org/microtronics-core/vscode-studio/commits/f69719fddf17e2a87d2f8ca84230119d513f868f))
17
+ * attach ini comments to global defines as JSDoc ([e896a47](https://bitbucket.org/microtronics-core/vscode-studio/commits/e896a47fa62ca820ea9c6d289be6310933762378))
18
+ * expand globals module with sectioned config and LSP support ([65a312b](https://bitbucket.org/microtronics-core/vscode-studio/commits/65a312b7766efa00a98bb976be8c879389059176))
19
+ * generate defines.ts before POV/BLO builds ([66fa3af](https://bitbucket.org/microtronics-core/vscode-studio/commits/66fa3af99a5042f43c1d2361db085111277a74c0))
20
+ * improve dde error handling during build ([67b3945](https://bitbucket.org/microtronics-core/vscode-studio/commits/67b394545df1324ef7bf15a0227e440db93bf18a))
21
+ * improve DDE validation errors and build process ([9e33dcd](https://bitbucket.org/microtronics-core/vscode-studio/commits/9e33dcdd6132b7d372b60000eea3d46fff77ed29))
22
+
23
+ ### Bug Fixes
24
+
25
+ * add export statement to generated defines file ([631ecb9](https://bitbucket.org/microtronics-core/vscode-studio/commits/631ecb99c351a2a049909a820dec9953cc80d88d))
26
+
27
+ ## 0.51.0 (2026-03-17)
28
+
29
+ ### Features
30
+
31
+ * **cli:** add custom site name option to run command ([b4556e0](https://bitbucket.org/microtronics-core/vscode-studio/commits/b4556e00c64b7d11474c8d01df53d13f9ea0cd14))
32
+ * **cli:** add JSON output mode for run command results ([eb07a4a](https://bitbucket.org/microtronics-core/vscode-studio/commits/eb07a4a28f0eef76686ea2176f1eb237864c7b00))
33
+ * **cli:** add silent mode option to suppress console output ([476f6b5](https://bitbucket.org/microtronics-core/vscode-studio/commits/476f6b5e54fa1b7ed69d44cbdb47c12e92c5dca9))
34
+
35
+ ### Bug Fixes
36
+
13
37
  * resolve ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX error with node 22.22 ([7b6f1e8](https://bitbucket.org/microtronics-core/vscode-studio/commits/7b6f1e8e4cf6a852b593c34a9d9faa02e1673f9b))
14
38
 
15
39
  ## 0.50.0 (2026-02-12)