Skip to content

Releases: RaspAP/raspap-webgui

Version 2.8.5

24 Jun 05:26
Compare
Choose a tag to compare

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

24 Apr 10:11
993e654
Compare
Choose a tag to compare

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

05 Jan 12:59
Compare
Choose a tag to compare

This is a maintenance release with several bug fixes. Details below.

Bug fixes

  • Assign iw reg country code value if not present in hostapd.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

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)