Skip to content

Releases: RaspAP/raspap-webgui

Version 2.8.2

04 Jan 21:01
Compare
Choose a tag to compare

This release addresses two separate DHCP issues:

  1. 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
  2. Bug fix for rewriting dhcpcd.conf under certain conditions.

Version 2.8.1

01 Jan 22:57
02ec6b0
Compare
Choose a tag to compare

Patch for the Quick Installer.

Version 2.8.0

01 Jan 13:50
60d151b
Compare
Choose a tag to compare

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

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