From e4c5ec5c95aa706304276dc70befb888ab618b53 Mon Sep 17 00:00:00 2001 From: chksm Date: Sun, 15 May 2022 18:24:43 +0100 Subject: [PATCH] Updates README since recent testing, adds changelog --- README.md | 3 ++- changelog.txt | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 changelog.txt diff --git a/README.md b/README.md index bee6b66..727f573 100644 --- a/README.md +++ b/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. diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..cf17fef --- /dev/null +++ b/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