Releases: RaspAP/raspap-webgui
Version 2.8.2
This release addresses two separate DHCP issues:
- The DHCP > Settings routing option now defaults to "disabled". Previously, users were required to explicitly disable this setting when saving a DHCP configuration, which led to some confusion. See https://docs.raspap.com/faq/#interfaces
- Bug fix for rewriting
dhcpcd.conf
under certain conditions.
Version 2.8.1
Patch for the Quick Installer.
Version 2.8.0
This release merges 350 commits and has many of the most requested features from the RaspAP community, including WireGuard support, multiple OpenVPN configurations and much more.
On December 26th, RaspAP reached its first sponsor funding target which unlocked a suite of exclusive Insiders 1st Edition features. Sincere thanks to our Insiders and code contributors whose support made this possible. Details are below.
Enhancements
- WireGuard support, #8 / #45
- Multiple OpenVPN client configs, #3
- OpenVPN certificate authentication, #19 thanks @zbchristian
- OpenVPN service logging
- Night mode toggle
- Restrict network to static clients, #5
- Set AP transmit power #26
Translations
- Added new support for Romanian (Română), thanks Dragoș
- Updated Spanish translation, thanks @pulidoj
- Updated Japanese translation, thanks thenZen
- Updated Korean translation, thanks @dansunmi
- Updated Russian translation, thanks Николай Амбарцумян
- Updated Danish translation, thanks Svend Skipper Andersen
Version 2.7.1
This is a maintenance release with some notable enhancements. Details are below.
Thanks as always to the invaluable contributions of our awesome community.
Enhancements
- Add support for connecting to open WiFi networks, #1050 thanks @shinigami-78
Bug fixes
- Fix for vnStat v2.6 (bullseye) breaking changes. Resolves #1064
- Fix handling of non-ASCII SSID names, RaspAP/raspap-insiders#54 thanks @zbchristian
- Fix WiFi client connect function, RaspAP/raspap-insiders#53 thanks @zbchristian
Other
- Update default UI color scheme
Version 2.7.0
This release contains additional fixes to support Debian 11.
Users of RaspAP should note that Debian 11 / RPi OS (bullseye) installs an updated version of vnStat (2.6) that breaks RaspAP's stats implementation. This is due to a non-backwards compatible change to vnStat's JSON output. This is reflected in RaspAP's new minor release version.
Be sure to follow the project prerequisites and install the latest release of a supported distro.
Version 2.6.9
This patch contains additional fixes to support Debian 11.
Version 2.6.8
This is a maintenance release that adds support for Debian 11 + the latest RPi OS release (Linux Kernel 5.10.63).
Thanks as always to the invaluable contributions of our awesome community.
Compatibility fixes
- Add support for Debian 11 (bullseye) detection to Quick Installer
- Update dhcpcd
log-facility
path due to permissions error - Install
php7.4-cgi
fromapt
(Debian 11 specific)
Version 2.6.7
This is a maintenance release with some notable enhancements. Details are below.
Thanks as always to the invaluable contributions of our awesome community.
Enhancements
- Support for optional comments in DHCP static Leases, see #969 thanks @fareg
- Sort DHCP static leases by IP (more human readable), thanks @fareg
- Add legacy 802.11a UI support. Resolves #983
Bug fixes
- Pass
$upstreamServers
to template, resolves #994 thanks @SephGER - Fix for DHCP serving wrong subnet mask after update, resolves #1016 thanks @smurphy425
Other
- Update & instantiate System class with new RaspAP namespace
- Merged several Dependabot security related PRs
Translations
- Update fr_FR locale translations, thanks @yolateng0
Version 2.6.6
This is a maintenance release with some notable enhancements. Details are below.
Thanks as always to the invaluable contributions of our awesome community.
Enhancements
- Added ability to force reinitialization of
wpa_supplicant
from the WiFi client UI, see #884 - Improve Wifi client UI with separate blocks for connected, known & nearby stations, see #919 thanks @glaszig
- Improved layout of networking UI, see #851 thanks @glaszig
Bug fixes
- Resolve several command injection vulnerabilities
- Update WiFi QR code to work better with dark theme, see 947ccf7 thanks @glaszig
- Update installer to unconditionally apply
raspap.sudoers
see 00131b0 - Correctly interpret hex sequences in SSID station names, see #918 thanks @glaszig
Other
Version 2.6.5
This maintenance release updates the installer with support for the Insiders Edition of RaspAP.
Other
- Add
_install_mobile_clients()
to the installer's common functions, thanks @zbchristian