Releases: xterm-inator/MikroGuard
v1.3.2
What's Changed
- Add WireGuard persistent keepalive by @xterm-inator in #56
Full Changelog: v1.3.1...v1.3.2
v1.3.1
This is a security release for CVE-2024-52301
What's Changed
- Bump laravel/framework from 11.0.8 to 11.31.0 in /api by @dependabot in #53
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Login now allows a username/email instead of only email.
A peer name or comment will be added to the MikroTik router for new peers matching their username/email.
What's Changed
- Rename 'email' to 'username' across the codebase by @xterm-inator in #45
- Add peer name or comment of name to router depending on MikroTik version by @xterm-inator in #50
Full Changelog: v1.2.0...v1.3.0
v1.2.0
The method used for generating the next IP for a new connection has changed, All used addresses in MikroTik WireGuard interface will now be checked instead of just ones MikroGuard knows about. This change shouldn't require any action.
What's Changed
- Dev by @xterm-inator in #36
- Add functionality to fetch used WireGuard IPs when generating a new IP by @xterm-inator in #41
- Bump braces from 3.0.2 to 3.0.3 in /frontend by @dependabot in #42
- Bump braces from 3.0.2 to 3.0.3 in /api by @dependabot in #43
Full Changelog: v1.1.4...v1.2.0
v1.1.4
v1.1.3
What's Changed
- Create SECURITY.md by @xterm-inator in #25
- Bump vite from 2.9.17 to 2.9.18 in /frontend by @dependabot in #24
- Update README.md by @xterm-inator in #27
- Add screenshots to README.md by @xterm-inator in #28
- Add Troubleshooting section to README.md by @xterm-inator in #29
- Update README.md to include most common environment variables by @xterm-inator in #30
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Upgrade to Laravel 11 and php 8.3
What's Changed
- Bump follow-redirects from 1.15.5 to 1.15.6 in /frontend by @dependabot in #20
- Upgrade to Laravel 11 by @xterm-inator in #21
- Update PHP base image in Dockerfile by @xterm-inator in #22
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Small release to upgrade dependencies
What's Changed
- Bump semver from 5.7.1 to 5.7.2 in /frontend by @dependabot in #16
- Bump word-wrap from 1.2.3 to 1.2.5 in /frontend by @dependabot in #15
- Bump zod from 3.18.0 to 3.22.3 in /frontend by @dependabot in #14
- Bump postcss from 8.4.14 to 8.4.31 in /frontend by @dependabot in #13
- Bump axios from 0.27.2 to 1.6.0 in /frontend by @dependabot in #12
- Bump follow-redirects from 1.15.3 to 1.15.5 in /frontend by @dependabot in #17
- Bump vite from 2.9.16 to 2.9.17 in /frontend by @dependabot in #18
- Update dependencies by @xterm-inator in #19
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This release adds the ability to use form auth instead of google sso to login users.
v1.0.2
Fix missing pcntl package