wgfrontend/CHANGELOG.md

67 lines
938 B
Markdown
Raw Normal View History

2020-11-19 21:55:45 +01:00
# Changelog
All notable changes to this project are documented in this file.
## [Unreleased]
### Added
- n/a
### Changed
2020-12-03 07:44:51 +01:00
- n/a
2020-11-19 21:55:45 +01:00
### Fixed
- n/a
2020-12-05 15:11:19 +01:00
## [0.3.0] - 2020-12-05
### Added
- Execute a user-defined command on config changes
- Drop root privileges after binding to listening port
- Allow specifying bind interface and listening port in config file
### Fixed
- Update QR code also on description change
- Create QR code image directory (/var/lib/wgfrontend) with correct permissions
2020-12-03 07:44:51 +01:00
## [0.2.2] - 2020-12-02
### Fixed
- Also add webroot and templates in PyPi package
## [0.2.1] - 2020-12-02
### Changed
- Improve button naming when adding new client
### Fixed
- PyPi packaging
2020-11-26 23:21:14 +01:00
## [0.2.0] - 2020-11-26
### Added
- CSS stylesheet for nicer appearance
### Changed
- Improved user guidance
### Fixed
- Release with activated session handling
2020-11-19 21:55:45 +01:00
## [0.1.0] - 2020-11-19
### Added
- First public release to Github.