factoriomod-debug 1.1.44 → 1.1.45
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/.mocharc.json +1 -1
- package/CHANGELOG.md +9 -0
- package/dist/Flamegraph.js +1 -1
- package/dist/ModSettingsWebview.css +1 -1
- package/dist/ModSettingsWebview.js +194 -194
- package/dist/ScriptDatWebview.css +1 -1
- package/dist/ScriptDatWebview.js +1 -1
- package/dist/{codicon-BEBTMDKB.ttf → codicon-QHVHTGEQ.ttf} +0 -0
- package/dist/fmtk.js +234 -609
- package/doc/variables.md +1 -0
- package/package.json +30 -31
package/.mocharc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.45
|
|
6
|
+
* Debugger
|
|
7
|
+
* Don't choke on metatables with broken metatables
|
|
8
|
+
* Add `readOnly` to `RenderOptions` for custom variable views
|
|
9
|
+
* Locale:
|
|
10
|
+
* Don't crash when diagnosing file with empty keys
|
|
11
|
+
* LuaLS library package:
|
|
12
|
+
* Remove hard-coded defines.prototype list, they're included in the json docs starting from Factorio 1.1.110
|
|
13
|
+
|
|
5
14
|
## 1.1.44
|
|
6
15
|
* Debugger
|
|
7
16
|
* Set `SteamAppId` when launching for `--version`
|