diff --git a/docs/changelog.txt b/docs/changelog.txt index 99f9f98ce..7453eac36 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -28,6 +28,9 @@ USERS + Protected worlds are now decrypted to RAM or a temporary file when 'auto_decrypt_worlds' is enabled and the original file is left unmodified. This setting is now enabled by default. ++ Added experimental support for loading MZX 1.x worlds. Support + is not fully implemented yet, but all currently known 1.x + worlds are playable. + When loading a layer MZM to the board in the editor, instead of always loading the MZM as CustomBlocks the conversion type can now be selected from CustomBlock, CustomFloor, and Text. @@ -105,6 +108,7 @@ USERS where a corrupt board/robot is found. Due to old world format limitations, robots after a corrupt robot can not be scanned. + checkres now supports scanning protected worlds. ++ Added experimental checkres support for MZX 1.x worlds. + Fixed a standalone mode crash on exit that occurred when using Alt+F4 or the window close button. + Fixed another bug that would cause string searching in the diff --git a/docs/fileform.html b/docs/fileform.html index 30b744d53..147ed1af6 100644 --- a/docs/fileform.html +++ b/docs/fileform.html @@ -2,7 +2,7 @@