Tags give the ability to mark specific points in history as being important
V0.3.108: replaced main_app.get_variable() shortcut with full method name M README.md M ae/gui_app/__init__.py
V0.3.107: enhanced type info of app class attributes M README.md M ae/gui_app/__init__.py
V0.3.106: skipping test app state upgrade from bundled config on GitLab CI because CWD is different M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py
V0.3.105: migrated extending of common storage path placeholders to ae.core M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py
V0.3.104: added the 'apk_ext' key to PATH_PLACEHOLDERS on android to unmask file extension of embedded APK M README.md M ae/gui_app/__init__.py
V0.3.103: added bubble arrow and enhanced app states and empty flow path handling M README.md M ae/gui_app/__init__.py A ae/gui_app/img/bubble_arrow.png A ae/gui_app/img/light_1/bubble_arrow.png M tests/test_gui_app.py
V0.3.102: added debug output to on_key_press() event handler and ignore modifiers for popup close with Esc M README.md M ae/gui_app/__init__.py
V0.3.101: simplified user registration data M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py
V0.3.100: skip other popups like kivy.uix.textinput.Selector in MainAppBase.popups_opened() M README.md M ae/gui_app/__init__.py
V0.3.99: migrated pre-app-run-check-call to ae.core M README.md M ae/gui_app/__init__.py
V0.3.98: removed check of import source broken with importlib changes M README.md M ae/gui_app/__init__.py
V0.3.97: allow to specify popups to close alternatively as number M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py
V0.3.96: added app themes and 7 colors M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py
V0.3.95: fixed and completed docs M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/gui_app/__init__.py M dev_requirements.txt M setup.py M tests/conftest.py M tests/requirements.txt
V0.3.94: docs references fixes M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/gui_app/__init__.py M dev_requirements.txt M setup.py M tests/conftest.py M tests/requirements.txt
V0.3.93: removed .idea files from repo D .idea/ae_gui_app.iml D .idea/dictionaries/andi.xml D .idea/inspectionProfiles/profiles_settings.xml D .idea/misc.xml D .idea/modules.xml D .idea/vcs.xml M ae/gui_app/__init__.py
V0.3.92: consolidation of app start and stop events M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/gui_app/__init__.py M dev_requirements.txt M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_gui_app.py
V0.3.91: merged ae.kivy_app/ae.kivy_help to ae.kivy M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/gui_app/__init__.py M dev_requirements.txt M setup.py M tests/conftest.py M tests/requirements.txt
V0.3.90: consolidation of popups order and opener M .gitignore M .gitlab-ci.yml M CONTRIBUTING.rst M LICENSE.md M README.md M SECURITY.md M ae/gui_app/__init__.py M dev_requirements.txt M setup.py M tests/conftest.py M tests/requirements.txt M tests/test_gui_app.py
V0.3.89: added function ellipse_polar_radius() and enhanced debug messages in change_flow() M README.md M ae/gui_app/__init__.py M tests/test_gui_app.py