- fix: use dp for the radius of rounded rectangles
- feat: implement notifications and add sample usage to menu demo app
- feat: implement WifiPrompt in demo/menu.py as an example of PromptWidget usage and as an example of application launcher menu item
- refactor: change Widgets with nested BoxLayouts to simple BoxLayouts
- feat: implement application launcher menu items
- feat: add prompt widget
- fix: gauge sizing should use dp() to avoid inconsistency in different platforms
- docs: add instructions for running demo to README.md
- feat: add clock widget and back icon to the footer
- feat: add VolumeWidget and GaugeWidget and use them in home page
- refactor: better organize menu widget in multiple files
- fix: change header.text only when the default header label is in use
- chore: add poethepoet to dependencies
- docs: add basic information in README.md
- feat: replace old icon_path, etc with new icon field for menu items, it uses material symbols icon font to render icons
- fix: don't render non-existing item widgets in a menu page
- docs: update menu demo to use latest features
- chore: add lint script entry to pyproject.toml
- feat: allow setting is_short property of menu items from Item TypedDict class
- feat: add HeadlessMenu for rendering menus without a heading in the first page, it completes HeadedMenu which is the old Menu class
- feat: support function values for items field of a menu
- style: change default color of menu items to ubo blue
- feat: add is_short property to items
- refactor: extract page widget from menu widget
- chore: improve dependencies for raspberry pi
- fix: install headless-kivy-pi from its github repository instead of a local path
- feat: add icons to menu item and improve their style