messkit/CHANGELOG.md

65 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2022-03-03 21:23:10 -06:00
# Changelog
All notable changes to Messkit 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).
2024-07-01 11:51:17 -05:00
## v0.2.1 (2024-07-01)
### Fix
- use rattail function to create top-level command
2024-06-10 21:31:22 -05:00
## v0.2.0 (2024-06-10)
### Feat
- **license**: declare project license as GNU GPL v3+
- switch from setup.cfg to pyproject.toml + hatchling
2023-10-29 21:44:02 -05:00
## [0.1.8] - 2023-10-29
### Changed
- Remove custom emails collection.
2023-02-03 17:42:05 -06:00
## [0.1.7] - 2023-02-03
### Changed
- Remove custom list of app settings.
- Add default settings for class/table prefix.
- Use parent methods for print/prompt in install command.
- Use upstream logic for install command, and some web menus.
2022-12-28 16:06:17 -06:00
## [0.1.6] - 2022-12-28
### Changed
- Expose some more app settings.
- Add ASGI app wrapper.
2022-03-07 11:19:07 -06:00
## [0.1.5] - 2022-03-07
### Changed
- Keep `docs/_static/` folder around to prevent doc build errors.
- Force master doc to 'index' for Sphinx.
- Restrict which email settings come out of the box.
- Add `enum` module, include whatever poser says.
2022-03-05 15:40:26 -06:00
## [0.1.4] - 2022-03-05
### Changed
- Remove `--reload` flag from suggested web app command.
2022-03-05 15:30:16 -06:00
## [0.1.3] - 2022-03-05
### Changed
- Nod to mysql in the installer intro msg.
- Add `web/static/img` folder to manifest.
2022-03-05 14:57:03 -06:00
## [0.1.2] - 2022-03-05
### Changed
- Set default theme and images when installing.
- Include app setting for production flag.
- Add support for including some views based on DB settings.
- Add support for mysql database as messkit backend.
- Add upgrade script/config to installer.
- Add initial docs.
2022-03-03 21:23:10 -06:00
## [0.1.1] - 2022-03-03
### Added
- Initial version...sort of.