-
v1.13.3 Stable
released this
2023-09-06 16:50:21 -04:00 | 465 commits to main since this releaseUpdate 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 https://github.com/Lukasdotcom/fantasy-manager/pull/511
- Fixes colliding playeruids by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/512
- Fixes showing undefined on username by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/513
- Does not show bad player data while the data is being updated by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/516
- Fix cache edge case for when the game will start soon but not soon enough by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/517
- Has the price filter use the sale price by default by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/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 https://github.com/Lukasdotcom/fantasy-manager/pull/519
Dependency Changes
- Update typescript-eslint monorepo to v6.6.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/504
- Update dependency @types/node to v18.17.14 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/510
- Update dependency cypress to v13.1.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/509
- Update dependency @mui/material to v5.14.8 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/515
- Update actions/checkout action to v4 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/514
Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.13.2...1.13.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads