factoriomod-debug 1.1.37 → 1.1.39

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
@@ -2,10 +2,28 @@
2
2
 
3
3
  [<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
4
4
 
5
+ ## 1.1.39
6
+ * VSCode:
7
+ * Added commands to adjust config.ini settings (prototype cache, mouse auto capture)
8
+ * Check config.ini settings in Check Config
9
+ * Sumneko library package:
10
+ * Correctly mark function optional table params
11
+ * Fix `global` rename only being applied once per line
12
+
13
+ ## 1.1.38
14
+ * Debugger:
15
+ * Pass `SteamAppId` environment variable instead of trying to create `steam_appid.txt`
16
+ * Removed `checkGlobals` warning on newly created variables
17
+ * VSCode:
18
+ * Added Output channel for general logging and diagnostics
19
+ * Added Check Config command (run from command pallete)
20
+ * Sumneko library package:
21
+ * Updated library generator remaining runtime types
22
+ * Split up table types with variant_parameter_groups for better diagnostics
23
+
5
24
  ## 1.1.37
6
25
  * No longer use `keytar` which VSCode has removed.
7
26
 
8
-
9
27
  ## 1.1.36
10
28
  * Debugger:
11
29
  * Fixed that fast bytecode dumps (1.1.33) would hang on some mods (for real this time)