Skip to content

Releases: RaspAP/raspap-webgui

Version 2.9.5

02 Oct 09:31
Compare
Choose a tag to compare

This is a security, bug fix and maintenance release with two translation updates. Worthy of note in this release is a PSR-4 compliant class autoloader. Rather than explicitly require various includes, these are now autoloaded from src/RaspAP/Package/Class using namespaces. The end result is cleaner and easier to maintain code. It also paves the way for future enhancements.

Big thanks as always to the invaluable contributions of our developer community and sponsors.

What's Changed

  • Refactors existing auth mechanism by @billz in #1393
  • Fix theme select for material variants by @billz in #1394
  • Sanitize post with escapeshellcmd() by @billz in #1395
  • Update additional ajax posts with csrf_tokens by @billz
  • Updates ko_KR and pt_BR locales by @billz in #1404

Special thanks to translators @dansunmi & @Osuppa

Full Changelog: 2.9.4...2.9.5

Version 2.9.4

10 Sep 08:17
Compare
Choose a tag to compare

This release contains several fixes, translation updates and a new theme. We also welcome code contributor @marek-guran to the project. Big thanks as always to the invaluable contributions of our developer community and sponsors.

What's Changed

New Contributors

Full Changelog: 2.9.3...2.9.4

Version 2.9.3

01 Aug 04:34
Compare
Choose a tag to compare

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

Full Changelog: 2.9.2...2.9.3

Version 2.9.2

12 Apr 20:10
Compare
Choose a tag to compare

Updates to the Quick installer to support the latest RPi OS release.

Version 2.9.1

11 Apr 22:32
Compare
Choose a tag to compare

Updates to the Quick installer to support the latest RPi OS release.

Full Changelog: 2.9.0...2.9.1

Version 2.9.0

11 Apr 08:17
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2.8.9...2.9.0

Version 2.8.9

29 Mar 08:17
Compare
Choose a tag to compare

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

Full Changelog: 2.8.8...2.8.9

Version 2.8.8

09 Mar 10:37
Compare
Choose a tag to compare

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

Translations

  • Update de_DE messages + compile .mo by @billz in #1308

Full Changelog: 2.8.7...2.8.8

Version 2.8.7

26 Jan 10:28
Compare
Choose a tag to compare

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

24 Oct 07:57
Compare
Choose a tag to compare

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

Translations