Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 3.1 KB

CHANGES.rst

File metadata and controls

98 lines (74 loc) · 3.1 KB

pyAGE Changelog

0.1.0-a8 (2022-??-??)

Features added

Other changes

  • menu screen was moved into pyage.screens.menu sub-package along with menu items.

0.1.0-a7 (2022-04-12)

Features added

Other changes

  • :class:`pyage.output_backends.ao2.Ao2` is now the default output backend for every OS except Windows.
  • added installation documentation, listing all the optional/default dependencies that might need to be installed manually.
  • removed ao2 from dependencies since git links are not compatible with PyPI

0.1.0-a6 (2022-03-29)

0.1.0-a4 re-release due to CI scripts failure.

0.1.0-a5 (2022-03-29)

0.1.0-a4 re-release due to CI scripts failure.

0.1.0-a4 (2022-03-29)

Features added

Bugs fixed

  • fixed some crashes when deleting texts in menu text inputs
  • fix crash in event processor when two events of the same type get fired at the exact same time
  • added py.typed to properly indicate typing support

0.1.0-a3 (2021-02-04)

0.1.0-a1 re-release due to CI scripts failure.

0.1.0-a2 (2021-02-04)

0.1.0-a1 re-release due to CI scripts failure.

0.1.0-a1 (2021-02-04)

This is the initial release of pyAGE and still far from finished. It is ment for testing purposes only and will get new features in the future. It is however required for writing the tutorial.