Skip to content

v1.15.2

Compare
Choose a tag to compare
@Lukasdotcom Lukasdotcom released this 25 Oct 15:09
· 307 commits to main since this release
ab12511

Update Notice

Due to the theme color now being respected everywhere, #565, in the default theme the warning color is prefilled to keep the UI similar to how it was before this update. To prevent custom themes from being overwritten this does not overwrite your theme. If you would like to use this just paste the following in the admin panel under custom themes.
This into the dark theme:

{"palette":{"mode":"dark","warning":{"main":"#fdd835"}}}

And this into the light theme:

{"palette":{"mode":"light","warning":{"main":"#fbc02d"}}}

What's Changed

  • Fixes all links reloading the page by @Lukasdotcom in #560
  • Makes sure to revalidate all pages after changing theme by @Lukasdotcom in #561
  • Allows users to create custom themes and allows pasting of MUI theme creator content directly into textbox by @Lukasdotcom in #562
  • Adds custom theme to the analytics by @Lukasdotcom in #564
  • Has almost every color be generated from the theme and the warning color be yellow by default by @Lukasdotcom in #565
  • Adds optimization function to db by @Lukasdotcom in #567
  • Exits second script on server crash and revalidates all static pages on startup by @Lukasdotcom in #568
  • Attempt to fix bug that causes matchday to be ended twice by @Lukasdotcom in #570

Dependency Changes

Full Changelog: 1.15.1...1.15.2