Releases: RaspAP/raspap-webgui
Version 2.8.5
This release extends support to several new 64-bit distros. Bug fixes and translation updates are included. Big thanks to all of our awesome contributors. Details below.
Enhancements
- Added beta support for Ubuntu Server 22.04/20.04 LTS (64-bit) and Armbian 22.05 (focal), see #1183
- Added official support for Raspberry Pi OS (64-bit) Lite Bullseye
- Added OS & kernel information to System > Basic tab
Bug fixes
- Backup and apply
raspap.auth
file when upgrading. Related to #1162 - Add timeout to
wget
call when extracting public IP, thanks @zbchristian - Update color picker w/ correct default
Other
- Add
--uninstall
option to Quick Installer
Translations
- Update Portuguese translation, fully localized thanks to maxmalta
Version 2.8.4
This is a maintenance release with a new enhancement. Big thanks to all the contributors. Details below.
Bug fixes
- Preserve
raspap.auth
file when upgrading #1104, thanks @p0lycarpio - Fix for WireGuard config handling 4b6db8b, thanks @zbchristian
- Fix for function
usedMemory()
with non-US / multibyte locales #1124, thanks @BANKA2017 - Fix for assumption of default behavior on reboot prompt #1137, thanks @Jonny1797
- Fix for uninstall script option for removing installed packages #1140, thanks @levi-ee
- Correctly filter
dhcdpcd.log
for ad block 0aad7c8 - Fix for #1068 and data usage overwrites #1158, thanks @luke23489
- Update color picker with correct default 993e654
Enhancements
- Implement routing table raw output #1157
Version 2.8.3
This is a maintenance release with several bug fixes. Details below.
Bug fixes
- Assign
iw reg
country code value if not present inhostapd.conf
. This correctly sets the "Country Code" select list in Hotspot > Advanced from the system. - Permissions fix for DHCP logging options
- Minor update for WireGuard
Other
- Update project BACKERS.md
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)