Skip to content

Releases: h44z/wg-portal

v2.0.0-alpha.3

05 Jan 13:02
ad267ed
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • fix: Remove 'hidden'-attribute from email button by @muellpanda in #251
  • fix: LDAP sync interval by @bonddim in #304
  • fix: autosave wireguard conf files by @bonddim in #303
  • fix: Fix wrong default hooks for PreDown and PostDown on PreparePeer by @dithmer in #293
  • fix: Fix not loading stats on interface change by @dithmer in #294
  • fix: UX: Config downloads without .txt extension by @alryaz in #314
  • fix: enhance PrivateString Scan method to support []byte input (#288) by @bonddim in #324
  • feat: Updated metrics, added dashboard for Grafana by @bonddim in #311
  • feat: Chinese translations by @ClarkQAQ in #316
  • feat: Metrics for Prometheus by @bonddim in #309
  • feat: update helm chart monitoring resources by @bonddim in #329
  • feat: handle missing config file gracefully with a warning by @bonddim in #331
  • feat: Init Helm chart by @bonddim in #255
  • feat: Add Vietnamese in to translations by @congnvp in #291
  • feat: TLS support for web by @bonddim in #301
  • feat: Added peers sorting on views by @bonddim in #302
  • feat: substitute environment variables in config file by @bonddim in #305
  • docs: build multi-version documentation by @bonddim in #327
  • chore: CI files update by @bonddim in #306
  • chore: QoL frontend improvements by @alryaz in #267
  • chore: Remove CodeQL workflow file by @bonddim in #256
  • chore: update dependencies
  • sec: Fix OAUTH security issue, thanks to @Ry0taK

New Contributors

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

v2.0.0-alpha.2

02 Apr 20:43
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

First bugfix release for v2 alpha.

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v2.0.0-alpha.1

26 Oct 22:09
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

first V2 alpha release

What's Changed

New Contributors

Full Changelog: v1.0.18...v2.0.0-alpha.1

v1.0.19

26 Oct 10:08
Compare
Choose a tag to compare

What's Changed

  • BREAKING: moved Docker-Hub repository from h44z/wg-portal to wgportal/wg-portal
  • New Docker versioning schema (stable, v1, 1.x, 1.x.y tags for the current stable V1 version)
  • Update Gin dependency
  • Replace inaccessible external dependency
  • Fix missing DeviceType in API (#170)

Full Changelog: v1.0.18...v1.0.19

v1.0.18

03 Aug 20:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.17...v1.0.18

v1.0.17

18 Feb 23:38
Compare
Choose a tag to compare

What's Changed

  • Implementation of recursive LDAP resolution for non-flat enterprise directory services by @asterix11 in #133
  • Fix: "host" network_mode is incompatible with port_bindings by @catholic-indulgence-vaper in #137
  • Healthcheck listen on localhost by @DoMaLo in #138
  • Fix DNS resolution problem

New Contributors

Full Changelog: v1.0.16...v1.0.17

v1.0.16

11 Nov 18:21
Compare
Choose a tag to compare

What's Changed

  • Fix: Possibility to save clients without preshared key by @skodapilot in #114
  • Fix: If a user overrides the pre-set public key, the private-key will be removed by @asterix11 in #125
  • Fix: DNSStr validator by @philippderdiedas in #126
  • Feature: Lazy load QR codes, speeds up frontend loading times
  • Feature: Expiry Date for Peers
  • Feature: Multiarch Docker Build
  • Feature: Add config option to make everyone admin by @dada513 in #106
  • Releases: drop support for pre-build legacy binaries (GLIBC 2.24, Debian Stretch)

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.15

26 May 21:47
Compare
Choose a tag to compare

Changelog

Full Changelog: v1.0.14...v1.0.15

v1.0.14

15 Mar 22:43
Compare
Choose a tag to compare

Changelog:

  • Fix #40, allow user deletion
  • Fix #91, allow LDAP Certificate Authentication
  • Fix #74, #67, #66

New Contributors

Thanks to

v1.0.13

14 Oct 20:08
Compare
Choose a tag to compare

Changelog:

  • Release artifacts now contain legacy binaries build with GLIBC 2.24 (Debian Stretch)
  • BREAKING: REST API property names now use PascalCase, some properties have been renamed (#58)
  • logo url is now customizable, some more smaller ui improvements (#43)