Skip to content

Releases: Lukasdotcom/fantasy-manager

v1.17.2

06 May 20:47
6fbc188
Compare
Choose a tag to compare

Dependency Changes

Full Changelog: 1.17.1...1.17.2

v1.17.1

29 Apr 15:57
4ea9806
Compare
Choose a tag to compare

What's Changed

  • Has the images for the signin with google/github stored in public folder by @Lukasdotcom in #678

Dependency Changes

Full Changelog: 1.17.0...1.17.1

v1.17.0

17 Mar 14:25
1fe6a13
Compare
Choose a tag to compare

What's Changed

Dependency Changes

Full Changelog: 1.16.0...1.17.0

v1.16.0

04 Dec 21:38
290e4ff
Compare
Choose a tag to compare

Update Notice

Mysql/mariadb support has been dropped. For more details look at #628.

What's Changed

Dependency Changes

Full Changelog: 1.15.4...1.16.0

v1.15.4

25 Oct 14:58
d4318e1
Compare
Choose a tag to compare

What's Changed

  • Makes the buttons on players outlined, but with a paper background by @Lukasdotcom in #572
  • Fixes the buttons not darkening when navigating by @Lukasdotcom in #574
  • Only revalidates all static pages on the very first boot in a docker image by @Lukasdotcom in #575
  • Moves the db upgrades to a seperate file by @Lukasdotcom in #578
  • Makes the signin and signup pages seperate by @Lukasdotcom in #589
  • Switches package-lock.json to lockfile version 3 by @Lukasdotcom in #594
  • Creates a script to check for uneccessary and missing translations, and implements those changes by @Lukasdotcom in #596
  • Fixes the revalidate path to work with all locales by @Lukasdotcom in #598
  • Fixes the code to load the theme from preferences by @Lukasdotcom in #599
  • Fixes bug with revalidating pages that only revalidates locales and not en by @Lukasdotcom in #600

Dependency Changes

Full Changelog: 1.15.3...1.15.4

v1.15.3

25 Sep 22:58
03ce66b
Compare
Choose a tag to compare

Update Notice

Note that if you do not run this behind a reverse proxy this update can be ignored.

What's Changed

  • Nextjs was reverted back to 13.5.2. For more details go to #571

Dependency Changes

Full Changelog: 1.15.2...1.15.3

v1.15.2

25 Oct 15:09
ab12511
Compare
Choose a tag to compare

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

v1.15.1

24 Sep 19:43
852555c
Compare
Choose a tag to compare

What's Changed

  • Fixes bug with public folder missing in docker image.

Full Changelog: 1.15.0...1.15.1

v1.15.0

24 Sep 19:06
c290c0f
Compare
Choose a tag to compare

Update Information

Note that due to #558 password signups are now disabled by default. For more information look at #558.

What's Changed

Dependency Changes

Full Changelog: 1.14.0...1.15.0

v1.14.0

18 Sep 15:29
f27fe14
Compare
Choose a tag to compare

What's Changed

  • Improves the performance of the admin page by adding a precision to the graphs by @Lukasdotcom in #520
  • Removes need for node downloader dependency by @Lukasdotcom in #523
  • Improves UI of transfer page for desktop users by @Lukasdotcom in #524
  • Gives the UI for the squad 2 columns on desktop by @Lukasdotcom in #525
  • Makes the Value filter use the entire screen width and improves tutorial wording by @Lukasdotcom in #526
  • Adds a way to archive inactive leagues and delete inactive users by @Lukasdotcom in #527
  • Adds a count of the number of players in every position in squad view by @Lukasdotcom in #528
  • Makes the detailed player view more responsive by @Lukasdotcom in #529
  • Fixes bug that would download bad pictures and not throw an error by @Lukasdotcom in #530
  • Gives the historical squad view 2 columns on desktop by @Lukasdotcom in #531
  • Adds support for top11 to allow for less active play style by @Lukasdotcom in #537
  • Use ts-node instead of tsc and bcrypt instead o bcryptjs by @Lukasdotcom in #538
  • Makes sure that there is an update just before every game by @Lukasdotcom in #540
  • Shows if top11 is enabled for all users on the standing page by @Lukasdotcom in #541
  • Does not show bad data on detailed player screen when updating by @Lukasdotcom in #542

Dependency Changes

Full Changelog: 1.13.3...1.14.0