Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
64 lines (52 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

64 lines (52 loc) · 3.98 KB

Changelog

All notable changes to this project will be documented in this file.

[v1.3.1] - 2023-02-23

Fixes

  • PR#179 Add locks to all functions touching the config

Changes

  • 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

Added

v1.2.1 - 2021-07-27

Fixes

  • PR#139 Fix for versioned docker releases.

v1.2.0 - 2021-07-26

Added

Fixes

v1.1.0 - 2020-05-06

Added

  • 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.

Fixed

  • 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!

Changed

  • Name of project changed from wireguard-ui to wg-ui

v1.0.0 - 2019-10-12

Added

  • This is the initial release of wireguard-ui