From: Ian Jackson Date: Thu, 15 Jul 2021 18:09:44 +0000 (+0100) Subject: CHANGELOG: Documentation of changes, formatting etc. X-Git-Tag: otter-0.7.2~62 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bd18cb33644cb01dc9ce14a55d7a66291e10fcec;p=otter.git CHANGELOG: Documentation of changes, formatting etc. This is actually perfectly compatible, so call it 0.7.2. Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de4355c..6badf6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Version 0.8.0 - UNRELEASED +Version 0.7.2 - UNRELEASED ========================== Bugfixes @@ -67,7 +67,8 @@ Other user-facing changes Internal and development/test changes ------------------------------------- - New tests (and new checks in existing tests): +New tests (and new checks in existing tests): + * Test Z lowering algorithm with new test facility. * Test handling of UI actions which server decides (unpredictably from client POV) cannot be performed. @@ -79,7 +80,8 @@ Internal and development/test changes * Tests do a consistency check of the Z coordinates vs the in-SVG subelement stacking order. - Testing, supporting changes: +Testing, supporting changes: + * New jstest facility for running for-browser JS in a nodejs environment with some cheesy mockups. (New `otter-nodejs-tests` crate; involves a separate invocation of `wasm-bindgen`.) @@ -87,7 +89,8 @@ Internal and development/test changes get a window big enough for the provided game specs. Involves wrapper script for `firefox`. Also Xvfb server screen size. - Internal and protocol improvements: +Internal and protocol improvements: + * New "loose" update (api op) concept to support new regrab feature. * Improve defensive programming in the zcoord module. * Abolish the incoherent `OnlineError` error type and replace it @@ -96,14 +99,16 @@ Internal and development/test changes * Improved debug output in various places (when enabled or in tests). * Promote some debugging support to otter-base. - Internal docs improvements: +Internal docs improvements: + * Fix some bogus links in internal docs. * Add some more internal documentation to the zcoord module. * Tidy up some leftover comments etc. * Typo and formatting fixes in `PROTOCOL.md`. * Fixes to `cargo doc` build. - Build system and dependencies: +Build system and dependencies: + * Update many dependencies to new versions. * Dependencies on tera templating engine slightly rationalised. * Maekfile: avoid rebuilding the otter cli over and over again,