wuttapos/CHANGELOG.md

41 lines
1,016 B
Markdown
Raw Normal View History

2023-09-22 21:39:25 -05:00
# Changelog
All notable changes to WuttaPOS will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2025-09-20 14:53:18 -05:00
## v0.3.0 (2025-09-20)
### Feat
- add support for dynamic context menu
- begin abstraction for more flexible button menus
- abandon `UserControl` as parent class for custom controls
- use latest flet, try to fix threading issues
### Fix
- fix config extension entry point
- change how snackbar is opened, per upstream changes
- add backward compatibility for Flet 0.19.0
- avoid deprecated `Page.dialog` usage
- change how we set app to be full screen (again)
- add red highlighting for Terminal ID, if not configured
2024-07-01 11:55:59 -05:00
## v0.2.1 (2024-07-01)
### Fix
- use rattail function to create top-level command
2024-06-10 21:57:16 -05:00
## v0.2.0 (2024-06-10)
### Feat
- switch from setup.cfg to pyproject.toml + hatchling
2023-09-22 21:43:08 -05:00
## [0.1.0] - 2023-09-22
2023-09-22 21:39:25 -05:00
### Added
2023-09-22 21:43:08 -05:00
- Initial version (WIP; testing only).