All notable changes to this project will be documented in this file.
- PR#179 Add locks to all functions touching the config
- PR#163 Add support for user/pass authentication. Thanks to @snowzach!
- PR#149 Revert name back to wireguard-ui
- PR#148 Update dependencies and golang to 1.17
v1.3.0 - 2021-09-07
- PR#141 Added support for additional allowed IPs. Thanks to @gertdreyer!
- PR#140 Optional generation Preshared Key when creating a new client. Thanks to @gertdreyer!
v1.2.1 - 2021-07-27
- PR#139 Fix for versioned docker releases.
v1.2.0 - 2021-07-26
- PR#113 Adding AWS ALB-specific header for username. Thanks to @justnom!
- PR#86 User sapce image for Docker. Thanks to @m0ssc0de!
- PR#80 Shibboleth SP documentation. Thanks to @theseal!
- PR#79 Google SSO documentation.
- PR#136 Prevent full reload of wireguard interface. Thanks to @gertdreyer!
- PR#135 Remove external dependencies for embedding assets. Thanks to @thomasf!
- PR#114 Add docker-compose example. Thanks to @ilyazzz!
- PR#70 Disable CGO. Thanks to @condemil!
v1.1.0 - 2020-05-06
- PR#49 Set name and label at creation of client. Thanks to @spetzreborn!
- PR#47 Add limit in how many configurations each user may have. Thanks to @spetzreborn!
- PR#44 Add timestamp to config. Thanks to @spetzreborn!
- PR#41 Add
--no-nat
flag to disable NAT, NAT remains on by default.
- PR#57 Fix gosec issues. Thanks to @Sohalt!
- PR#50 Update documentation for configuration. Thanks to @Sohalt!
- PR#35 Avoid "async race" with new client POST. Thanks to @sclem!
- PR#31 Only enable IP forwarding if it is disabled. Thanks to @eest!
- Name of project changed from
wireguard-ui
towg-ui
v1.0.0 - 2019-10-12
- This is the initial release of wireguard-ui