Skip to content

Releases: Lukasdotcom/fantasy-manager

v1.13.3

07 Sep 01:04
a85958d
Compare
Choose a tag to compare

Update Information

#512 fixed a bug that could cause colliding playeruids. Before upgrading you can run the command below to find all offenders and then manually fix the data from that player. There were no examples found so no upgrade script is given. If you find one make a discussion for help fixing it.

SELECT * FROM players WHERE NOT EXISTS (SELECT * FROM clubs WHERE clubs.club=players.club AND clubs.league=players.league);

What's Changed

  • Fixes the size of pictures for the detailed player view by @Lukasdotcom in #511
  • Fixes colliding playeruids by @Lukasdotcom in #512
  • Fixes showing undefined on username by @Lukasdotcom in #513
  • Does not show bad player data while the data is being updated by @Lukasdotcom in #516
  • Fix cache edge case for when the game will start soon but not soon enough by @Lukasdotcom in #517
  • Has the price filter use the sale price by default by @Lukasdotcom in #518
  • Fixes bug that does not allow you to buy players on sale if you do not have enough money for normal price by @Lukasdotcom in #519

Dependency Changes

Full Changelog: 1.13.2...1.13.3

1.13.2

30 Aug 14:07
b68eee0
Compare
Choose a tag to compare

What's Changed

Dependency Changes

Full Changelog: 1.13.1...1.13.2

v1.13.1

25 Aug 20:57
42926a7
Compare
Choose a tag to compare

What's Changed

Dependency Changes

Full Changelog: 1.13.0...1.13.1

v1.13.0

25 Aug 16:44
e76ea07
Compare
Choose a tag to compare

Update Information

Note that the environmental variable DOWNLOAD_PICTURES has been moved to the admin UI and will now do nothing except be used as the preference during the update #497. Same thing with MIN_UPDATE_TIME_TRANSFER and MIN_UPDATE_TIME #488.

What's Changed

  • Fixes bug that says ending matchday instead of starting by @Lukasdotcom in #482
  • Fixes bug for while the game has not started when no average or total points are passed by @Lukasdotcom in #484
  • Fixes bug with archived leagues that overwrites the last matchday points when new points are calculated by @Lukasdotcom in #485
  • Fixes bug that shows newest player information for the last matchday in an archived league if it is not transfer period by @Lukasdotcom in #486
  • Adds a max time to the update and does not wait when updating by @Lukasdotcom in #488
  • Makes the analytics only load the needed data in admin panel by @Lukasdotcom in #489
  • Fixes bug that creates null sale price for historical player data by @Lukasdotcom in #495
  • Has api say if fallback image is needed by @Lukasdotcom in #496
  • Moves the download picture option to the admin panel by @Lukasdotcom in #497
  • Gives a description to the picture downloading in the admin panel by @Lukasdotcom in #498

Dependency Changes

Full Changelog: 1.12.3...1.13.0

v1.12.3

17 Aug 21:49
0021612
Compare
Choose a tag to compare

Update Information

Note that the saved pictures from DOWNLOAD_PICTURES is reset and will have to redownload all the pictures due to #480

What's Changed

  • Fixes the version check for using old analytics data by @Lukasdotcom in #479
  • Makes the picture downloading much more resilient, and changes the folder organization of the pictures by @Lukasdotcom in #480
  • Adds a filter for sales on the transfer page by @Lukasdotcom in #481

Full Changelog: 1.12.2...1.12.3

v1.12.2

16 Aug 18:57
32df51f
Compare
Choose a tag to compare

What's Changed

  • Fixes bug where the league data is never updated and removes validLeagues function due to confusion by @Lukasdotcom in #469
  • Makes the downloaded files use the new fields and give a valid url for the pictures by @Lukasdotcom in #470
  • Makes showHidden do a different search to the api that hides all players that are in no unarchived squads by @Lukasdotcom in #474
  • Makes the downloads page static and also shows leagues that don't recieve updates anymore in page by @Lukasdotcom in #475
  • Adds an error to the league creation screen when no plugin is enabled and adds a help page for that by @Lukasdotcom in #476
  • Fixes bug where league data is missing in the analytics by @Lukasdotcom in #477
  • Makes the username loading look instant when cached by @Lukasdotcom in #478

Dependency Changes

Full Changelog: 1.12.1...1.12.2

v1.12.1

15 Aug 02:38
b928982
Compare
Choose a tag to compare

What's Changed

  • Fixes bug with pictures being redownloaded over and over when DOWNLOAD_PICTURES=yes by @Lukasdotcom in #467

Full Changelog: 1.12.0...1.12.1

v1.12.0

15 Aug 01:39
172fd59
Compare
Choose a tag to compare

Update Information

Note that this switched the plugins to be changed in the web-ui settings. This means that the enviromental variables like ENABLE_EPL do nothing now. Note that these variables will be used during the update to auto enable those plugins. Also now pictures are downloaded to disk to allow for custom plugins. This means that the new environmental variable DOWNLOAD_PICTURE exists. For more info on DOWNLOAD_PICTURE go to env.md.

What's Changed

  • Adds a default locale in the html for SEO by @Lukasdotcom in #368
  • Fixes german translation in tutorial using Player instead of Spieler by @Lukasdotcom in #369
  • First simple beta plugin system made by @Lukasdotcom in #411
  • fixes warning with Critical dependency and 0s showing up in announcements by @Lukasdotcom in #414
  • Allows for the adding and removing of custom plugins by @Lukasdotcom in #426
  • Makes the eslint rules stricter by @Lukasdotcom in #428
  • Makes it so that pictures are downloaded/streamed through an api route to prevent domain restrictions from affecting plugins by @Lukasdotcom in #441
  • Drops node 19 from testing by @Lukasdotcom in #444
  • Adds a game_end_time to the plugin response and gives the plugins more information by @Lukasdotcom in #457
  • Fixes the db upgrade script for 1.12 by @Lukasdotcom in #460
  • Added support for sales by @Lukasdotcom in #461
  • Does not update some data when the game has been finished by @Lukasdotcom in #462
  • Fixes a bug with analytics that causes data duplication by @Lukasdotcom in #463
  • Adds a way to optout of analytics and gives a central file that describes every env variable by @Lukasdotcom in #464

Dependency Changes

Full Changelog: 1.11.0...1.12.0

v1.11.0

10 Jan 21:10
2d864c3
Compare
Choose a tag to compare

Update Information

Matomo analytics support has been completely dropped and will not do anything anymore.

What's Changed

Dependency Changes

Full Changelog: 1.10.3...1.11.0

v1.10.3

12 Dec 22:53
6780dc0
Compare
Choose a tag to compare

What's Changed

Dependency Changes

Full Changelog: 1.10.2...1.10.3