Skip to content

Releases: RaspAP/raspap-webgui

Version 1.4.0

02 Nov 12:15
c366ef0
Compare
Choose a tag to compare

Many notable new features and bug fixes. Details below. Thanks as always to the invaluable contributions of our community.

New features
Added multilingual support. RaspAP is now available in the following languages (original translators credited):

Support for secondary (or more) wlan interfaces. Resolves #196. Thanks @randyoo
Added new Data Usage interface. Displays bandwidth use totals per day, week, month. Thanks @D9ping
Enable HttpOnly for session cookies and PHP OPCache. Thanks @D9ping
Added support for selecting to use 802.11N. Thanks @D9ping
Allow channel 14 for Japan in 802.11b mode. Thanks @D9ping
Added support for hiding SSID. Implement idea from #247. Thanks @D9ping
Allow creating unsecured wi-fi. Addresses #208. Thanks @D9ping

Bugfixes
Specifies interface with -i option and wpa_cli. Resolves #163
Streamline install by using --depth option during cloning of repo. Thanks @alibo
Updated static domain_name_server. Resolves #185. Thanks @jensjakob
Fixed first access point is missing in client scan. Resolves #188. Thanks @bluthen
Numerous security fixes. Resolves #210, #211, #212 & #225. Thanks @D9ping & @DrStacheWH
Added missing double-quote. Fixes #222. Thanks @seebz
Fixed check client http header, not session. Thanks @D9ping
Fixed properly selected lease if ininite is selected. Resolves #240. Thanks @D9ping
Fixed incorrect escaping break lines of WPA and WPA2 secured networks. Thanks @D9ping

Version 1.3.1

11 Oct 22:21
Compare
Choose a tag to compare

Maintenance & bugfix release, with some notable enhancements. Details below.

Maintenance
Updated SB Admin 2 theme to latest release (3.3.7).
Added Gulp support for better dependency organization.
Dependencies updated to latest versions, now accurately reflected in the project graph.
Replaced bower_components with a vendor directory in project root, containing only the distribution versions. Substantially reduced the number of installed files. See #171. Addresses #79.
Paves the way for eventual Bootstrap 4 compatibility.

Enhancements
Added ability to select wireless interface for WiFi client. Added ability to enable/disable visible services in the dashboard (thanks @emmanuelgeoffray).
Added support for 5GHz channels. Priority now preserved in wpa_supplicant.conf (thanks @rmarshall31).

Bugfixes
Fixes to default_configuration in the installer. Resolves #174 (thanks @Austin-RR).
Fixes to /etc/sudoers entries (thanks @jbishop129).
Patch dashboard.php to take dots in ESSID's (thanks @arduino-man).
Installs php7.0-cgi on Stretch, maintains backwards compatibility. Resolves #124.
Fixed a bug with hostapd logging scripts not moved. Resolves #138.
Fixed a permissions error with the installer. Resolves #136.

Version 1.3.0

06 Nov 16:05
Compare
Choose a tag to compare

Several new features and bug fixes. Details below.

New features
Interface to configure Static / DHCP settings, with an optional static fallback. Related to #46 #67.
Added a web-based remote shell, available from the System menu (#119).
Added support for themes (#115) with two new themes: HackerNews and Terminal.
Optional Hostapd logging (#133) to assist with troubleshooting. Related to #132.

Bugfixes
Fixed fastcgi-php setup for fresh installs.
Updated install/uninstall scripts. Resolves #120.
Create RASPI_ADMIN file if it doesn't exist. Resolves #116.

Version 1.2.1

03 Oct 16:35
Compare
Choose a tag to compare

Bugfix release.

A lot of PHP warnings were fixed on Stretch. These errors were due to the output of ifconfig changing, so the scripts couldn't find the required information anymore.

The installer was updated to allow for in-place reinstalls. When old files are found, they are moved out of the way, and any existing configuration files will be backed up.

An uninstall script has also been created to allow for removal of RaspAP without too much hassle.

Version 1.2.0

24 Oct 09:19
Compare
Choose a tag to compare

Default access point configuration added by @jrmhaig. The hostapd and dnsmasq services are now handled by the quick installer. Compatibility for different Raspian versions during install, CSRF token checking, many enhancements and fixes.

Version 1.1

14 Jun 11:14
Compare
Choose a tag to compare

Basic authentication added by @jrmhaig. System info and system control added by @zlolz. Numerous fixes.

First stable release

28 Feb 09:59
Compare
Choose a tag to compare
v1.0

Removed debug output