Browse Source

Updates README since recent testing, adds changelog

main v1.0.3
chksm 2 years ago
parent
commit
e4c5ec5c95
  1. 3
      README.md
  2. 21
      changelog.txt

3
README.md

@ -320,7 +320,7 @@ Pull requests for any of these are very welcome:
- [x] Console commands for admins only
- [x] Cached settings for performance
- [ ] Check for multiplayer desyncs
- [x] Check for multiplayer desyncs
- [ ] More game API functions exposed
- [ ] Robust API calling methods
- [ ] Multiplayer settings
@ -334,6 +334,7 @@ Pull requests for any of these are very welcome:
- [X] More output file formats beyond JSON
- [ ] Support for simulations
- [ ] Translations of the mod and supporting documentation
- [ ] Sanitise game speed vs tick output
If you'd like to add anything else then its worth reaching out first.

21
changelog.txt

@ -0,0 +1,21 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.3
Date: 15.05.2022
Fixes:
- Fixes bug where get_entity_count always returned an API error
- get_flow_count now supports LuaItemProductionFlowStatistics and other undocumented parents
Features:
- Improved help prompts for missing command arguments
- Added `rm` as an alias of `del`
- Added `show` as an alias of `list`
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 11.02.2021
Features:
- Added statsd support
- Improved examples in documentation
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 09.02.2021
Features:
- First release
Loading…
Cancel
Save