- Use uv for packaging and building
- Drop Python 3.8
- Remove CursesMenu.append_item
- Minor fixes
- Minor fixes
- Dependency updates
- Fixed dependencies on Windows
*Changed parameter name in itemGroup *Dev dependencies updated
- Drop Python 3.7
- Updating deployment workflow
- Various dependency and testing updates
- Fix issue with calling stty
- Various dependency and testing updates
- Testing automatic deployment
- Update dev dependencies
- Fix dependabot complaint in test/doc dependency
- Added some more pre-commit checks
- Update dependencies for security fix in documentation build
- Test on release python 3.11
- Fix readme
- Fix bug caused by not having Deprecated as install dependency.
- Use Poetry, some github actions changes. Not pushing this one to pypi.
- Workaround vscode/windows-curses issue
- Actually fixed bug that breaks doc build
- Fixed bug that breaks doc build
- Mostly just fixed bugs in tests
- Improved cross-platform functionality of CommandItem
- Large rewrite and refactor of pretty much everything
- 100% test coverage
- Started using pre-commit for style
- Migrated from Travis to Github actions
- Type checking with mypy
- Better handling of exit item via item groups
- Some ability to test/debug the actual graphical output
- Fixed bugs