Skip to content

Releases: RaspAP/raspap-webgui

Version 2.7.1

25 Nov 09:04
Compare
Choose a tag to compare

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

Other

  • Update default UI color scheme

Version 2.7.0

18 Nov 16:42
Compare
Choose a tag to compare

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

17 Nov 18:09
Compare
Choose a tag to compare

This patch contains additional fixes to support Debian 11.

Version 2.6.8

15 Nov 17:56
Compare
Choose a tag to compare

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 from apt (Debian 11 specific)

Version 2.6.7

13 Oct 20:58
Compare
Choose a tag to compare

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

05 Jun 07:12
Compare
Choose a tag to compare

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

  • Update wpa_passphrase validation to check for printable ASCII characters, see 3969db6
  • Allow extended ASCII ISO Latin-1 printable characters in SSIDs, see a4d5cc1
  • Merged several Dependabot security related PRs

Version 2.6.5

22 Apr 07:28
Compare
Choose a tag to compare

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

Version 2.6.4

15 Apr 17:49
Compare
Choose a tag to compare

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 default route toggle to DHCP server settings UI, thx @glaszig
  • Improving layout, text and styles of wifi client widget, thx @glaszig

Bug fixes

  • Unlink existing 50-raspap-router in conf-enabled during install
  • Fix URL rewriting in 50-raspap-router, thx @glaszig

Other

  • Update WireGuard package install for latest RPi OS distribution
  • Sort interface list for hostapd, thx @glaszig
  • Set common library repo for install loader
  • Update install loader to fetch version info from api.raspap.com

Translations

  • Update it_IT locale, thx Ioma Taani

Version 2.6.3

09 Mar 13:34
Compare
Choose a tag to compare

This is a maintenance release with fixes for page routing and the installer. Details are below. Thanks as always to the invaluable contributions of our awesome community.

Bug fixes

  • Routing fix for custom install directory. Resolves #803 thanks @freakbsd & @mp035
  • Fix and generally improve installer support for private repos, see #820

Enhancements

  • Added -t, --token option to the installer to allow GitHub auth tokens, thanks @zbchristian
  • Created the RaspAP install API to support release info for private repos

Version 2.6.2

22 Feb 12:15
Compare
Choose a tag to compare

This is a maintenance release with an important update for Bridged AP mode. Users are encouraged to upgrade if you are using this feature. Details are below. Thanks as always to the invaluable contributions of our awesome community.

Bug fixes

  • Move interface br0 setting to end of sequence in dhcpcd.conf, thx @lifros (info)
  • Correctly parse dhcp-host entries to populate DHCP static leases

Translations

  • Update fr_FR locale to 100% translated, thx @yolateng0