Skip to content

v0.9.0 Standalone (wintstar)

Compare
Choose a tag to compare
@wintstar wintstar released this 15 Jan 12:46
· 22 commits to main since this release

Frug

Version 0.9.0 (??.??.2020)

New Features:

  • Reorganized the project around PSR-4 and composer. Bumping minimum php version to 7.
  • Split code into src and public directories. public should be served directly by your server (eg. Nginx or Apache) without exposing the src directory.
  • Use symfony polyfill for mbstring support (UTF-8 string operations).
  • Added HTML5 audio support. - thanks to Jamrial.
  • Added token to logout request to prevent an exploit that could log users out of chat. - thanks to Jugolo (and jsebean)

Bugfixes:

  • French translation typo fixed. - thanks to Excale.

Misc:

  • Database userID and channel fields changed to unsigned int.

wintstar

New Features:

  • Added Selection use Composer or not
  • New: Cookie Samesite
  • New: Set Cookies after login and delete Cookies after logout
  • Code cleaned up

Bugfixes:

Misc: