Changelog ================================================== ------------------------- 0.7 ------------------------- - Add support for external Releases - Add support for launchable property (`darkdragon-001 `_) - Remove duplicate category parsing (`darkdragon-001 `_) ------------------------- 0.6.3 ------------------------- - Add classmethod to create from etree element (`darkdragon-001 `_) - Avoid unnecessary re-encoding (`darkdragon-001 `_) ------------------------- 0.6.2 ------------------------- - Fix Bug ------------------------- 0.6.1 ------------------------- - Fix crashes ------------------------- 0.6 ------------------------- - Bump required Python version to 3.10 - Add Support for DisplayLength - Add classmethods - Add :code:`to_plain_text()` to Description - Fix Bug with parsing translatable list ------------------------- 0.5.1 ------------------------- - Restore opening file descriptor (`darkdragon-001 `_) ------------------------- 0.5 ------------------------- - Move project to Codeberg - Add tests - Fix crash ------------------------- 0.4.3 ------------------------- - Fix custom elements (`darkdragon-001 `_) - Switch to pyproject.toml ------------------------- 0.4.2 ------------------------- - Fix Bug ------------------------- 0.4.1 ------------------------- - Fix crash ------------------------- 0.4 ------------------------- - Add support for :code:`internet` tag - Add support for :code:`replaces` tag - Add support for :code:`suggests` tag - Add support for :code:`custom` tag ------------------------- 0.3 ------------------------- - Strip whitespace from text (`darkdragon-001 `_) - Ignore comment elements in description (`darkdragon-001 `_) - Add :code:`load_string()` and :code:`load_bytes()` methods (`darkdragon-001 `_) - Save all images independent of type (`darkdragon-001 `_) - Add more properties to Image class ------------------------- 0.2 ------------------------- - Add Support for Screenshots - Add Support for Controls - Allow getting Description as HTML ------------------------- 0.1.1 ------------------------- - Add support for type - Add support for extends ------------------------- 0.1 ------------------------- - First version