Releases: RaspAP/raspap-webgui
Version 2.9.3
This release contains several enhancements and extends support to the latest Debian distros.
Big thanks as always to the invaluable contributions of our awesome community.
What's Changed
- Implements nohook wpa_supplicant flag by @billz - thx @r-teller in #1350
- Adds system time to System > Basic tab by @billz in #1355
- Update de_DE locale by @billz - thx Jonas Stiegle in #1358
- Update de_DE locale + compile .mo by @billz in #1359
- Extend support to latest Debian distros (non-RPi OS) by @billz in #1354
Full Changelog: 2.9.2...2.9.3
Version 2.9.2
Updates to the Quick installer to support the latest RPi OS release.
Version 2.9.1
Updates to the Quick installer to support the latest RPi OS release.
Full Changelog: 2.9.0...2.9.1
Version 2.9.0
This release contains a new enhancement, updates to the installer and a security fix.
Big thanks as always to the invaluable contributions of our awesome community.
What's Changed
- Input sanitization for wpa client, Fix for #1325 by @eldstal in #1326
- Feature: Restore settings by @billz in #1334
- missing = in install script by @ldevillez in #1335
- Input sanitization for wpa client by @billz in #1333
- Fix: update _install_dependencies() by @billz in #1337
New Contributors
- @eldstal made their first contribution in #1326
- @ldevillez made their first contribution in #1335
Full Changelog: 2.8.9...2.9.0
Version 2.8.9
This release contains several new enhancements, an update to the installer and a security fix.
Big thanks as always to the invaluable contributions of our awesome community.
What's Changed
- Dynamic tooltip for wireless modes by @billz in #1314
- Update WiFi client UI w/ RSSI signal bars by @billz in #1318
- Move theme UI under System tab by @billz in #1317
- Adds minimal SD card write support to installer by @billz in #1319 thanks @zbchristian
- Sanitize hostapd input by @billz in #1322 thanks @eldstal
Full Changelog: 2.8.8...2.8.9
Version 2.8.8
This is a security and bug fix release with a translation update.
Big thanks as always to the invaluable contributions of our awesome community.
What's Changed
- Resolve local server in getNetConfig() + minor fixes by @billz in #1294
- Fix: Limit preg_split to 2 parts by @billz in #1300
- Security: Update ajax files w/ CSRF check by @billz in #1302 thanks @buglloc
- Security: Sanitize post data w/ escapeshellcmd() by @billz in #1303 thanks @buglloc
- Navbar icon linked to Insiders by @billz in #1304
Translations
Full Changelog: 2.8.7...2.8.8
Version 2.8.7
This is a bug fix and maintenance release with a new enhancement.
Big thanks as always to the invaluable contributions of our awesome community.
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1263
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #1265
- Bump minimatch from 3.0.4 to 3.0.8 by @dependabot in #1264
- Add auth_enabled option to config by @billz in #1266
- Improve handling of wpa_cli output by @billz in #1275
- Update regex for optional src attribute by @billz in #1278
- Fix handling of infinite lease time by @billz in #1282
- Update community translations from Crowdin by @billz in #1284
- Exclude .255 broadcast address from dhcp-range by @billz in #1287
- Add wext driver wrapper as a fallback, if unknown in nl80211 wrapper by @billz in #1289
Translators
- Update ko_KR locale 100% thanks @dansunmi
- Update de_DE thanks @mscheidemann
- Update it_IT thanks @Guray00
- Update es_MX thanks Forat DOT (foratdot.info)
Full Changelog: 2.8.6...2.8.7
Version 2.8.6
This is a maintenance release with a new enhancement.
Big thanks as always to the invaluable contributions of our awesome community.
Enhancements
- Added log clearing functionality to service logging UI's #1236
Bug fixes
- Sanitize DHCP user input to include VLANs #1189 thx @cyberqueenmeg
Translations
- Update French translation, thx @p0lycarpio
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