mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-07 14:03:33 +02:00
adding changelog to keep track of changes between releases
This commit is contained in:
@@ -0,0 +1,30 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
<!-- next-header -->
|
||||||
|
## [Unreleased] - ReleaseDate
|
||||||
|
## [1.1.0] - 2020-05-05
|
||||||
|
### Added
|
||||||
|
- [PR#49](https://github.com/EmbarkStudios/wg-ui/pull/49) Set name and label at creation of client. Thanks [@spetzreborn](https://github.com/spetzreborn)!
|
||||||
|
- [PR#47](https://github.com/EmbarkStudios/wg-ui/pull/47) Add limit in how many configurations each user may have. Thanks [@spetzreborn](https://github.com/spetzreborn)!
|
||||||
|
- [PR#44](https://github.com/EmbarkStudios/wg-ui/pull/44) Add timestamp to config. Thanks [@spetzreborn](https://github.com/spetzreborn)!
|
||||||
|
- [PR#41](https://github.com/EmbarkStudios/wg-ui/pull/41) Add `--no-nat` flag to disable NAT, NAT remains on by default.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [PR#57](https://github.com/EmbarkStudios/wg-ui/pull/57) Fix gosec issues. Thanks [@Sohalt](https://github.com/Sohalt)!
|
||||||
|
- [PR#50](https://github.com/EmbarkStudios/wg-ui/pull/50) Update documentation for configuration. Thanks [@Sohalt](https://github.com/Sohalt)!
|
||||||
|
- [PR#35](https://github.com/EmbarkStudios/wg-ui/pull/35) Avoid "async race" with new client POST. Thanks [@sclem](https://github.com/sclem)!
|
||||||
|
- [PR#31](https://github.com/EmbarkStudios/wg-ui/pull/31) Only enable IP forwarding if it is disabled. Thanks [@eest](https://github.com/eest)!
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Name of project changed from `wireguard-ui` to `wg-ui`
|
||||||
|
- Change of version name from `vX.X.X` to `X.X.X`
|
||||||
|
|
||||||
|
## [v1.0.0] - 2019-10-12
|
||||||
|
### Added
|
||||||
|
- This is the initial release of wireguard-ui
|
||||||
|
|
||||||
|
<!-- next-url -->
|
||||||
|
[Unreleased]: https://github.com/EmbarkStudios/wg-ui/compare/1.1.0...HEAD
|
||||||
|
[1.1.0]: https://github.com/EmbarkStudios/wg-ui/compare/v1.0.0...1.1.0
|
||||||
|
[v1.0.0]: https://github.com/EmbarkStudios/wg-ui/releases/tag/v1.0.0
|
||||||
Reference in New Issue
Block a user