Logo
Explore Help
Register Sign in
lukasdotcom/fantasy-manager
Watch
1
1
Fork
You've already forked fantasy-manager
0
Code Issues 2 Pull requests 7 Projects Releases 84 Packages Wiki Activity Actions
84 releases 84 tags
  • 1.15.4 d4318e1f94

    v1.15.4 Stable

    lukasdotcom released this 2023-10-25 10:55:18 -04:00 | 362 commits to main since this release

    What's Changed

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

    Dependency Changes

    • Updates node to node20 by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/592
    • Update nextjs monorepo to v13.5.6 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/571
    • Update dependency next-auth to v4.24.3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/581
    • Update typescript-eslint monorepo to v6.9.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/582
    • Update dependency csv-stringify to v6.4.4 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/583
    • Update dependency eslint to v8.52.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/587
    • Update dependency @types/bcrypt to v5.0.1 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/586
    • Update actions/setup-node action to v4 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/593
    • Update dependency @types/mysql to v2.15.23 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/577
    • Bump @babel/traverse from 7.18.9 to 7.23.2 by @dependabot in https://github.com/Lukasdotcom/fantasy-manager/pull/585
    • Update dependency @types/node to v20 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/409
    • Update dependency @mui/material to v5.14.15 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/595
    • Update dependency cypress to v13.3.3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/597
    • Update dependency @types/react to v18.2.32 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/601

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.15.3...1.15.4

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.15.3 03ce66b0d0

    v1.15.3 Stable

    lukasdotcom released this 2023-09-25 18:54:36 -04:00 | 396 commits to main since this release

    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

    • Update dependency @types/node to v18.18.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/569

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.15.2...1.15.3

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.15.2 ab1251180d

    v1.15.2 Stable

    lukasdotcom released this 2023-09-25 16:42:34 -04:00 | 399 commits to main since this release

    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 https://github.com/Lukasdotcom/fantasy-manager/pull/560
    • Makes sure to revalidate all pages after changing theme by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/561
    • Allows users to create custom themes and allows pasting of MUI theme creator content directly into textbox by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/562
    • Adds custom theme to the analytics by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/564
    • Has almost every color be generated from the theme and the warning color be yellow by default by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/565
    • Adds optimization function to db by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/567
    • Exits second script on server crash and revalidates all static pages on startup by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/568
    • Attempt to fix bug that causes matchday to be ended twice by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/570

    Dependency Changes

    • Update typescript-eslint monorepo to v6.7.3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/566
    • Update nextjs monorepo to v13.5.3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/563

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.15.1...1.15.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.15.1 852555c730

    v1.15.1 Stable

    lukasdotcom released this 2023-09-24 15:41:37 -04:00 | 411 commits to main since this release

    What's Changed

    • Fixes bug with public folder missing in docker image.

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.15.0...1.15.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.15.0 c290c0f5ce

    v1.15.0 Stable

    lukasdotcom released this 2023-09-24 14:59:20 -04:00 | 413 commits to main since this release

    Update Information

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

    What's Changed

    • Fix player amount on squad page by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/550
    • Fixes the update from looping by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/551
    • Has the price for the update cost be divided by 1M so the M is correct by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/552
    • Fixes top11 only editing one user in one league correctly by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/553
    • Makes the docker image a multi-stage image that is prebuilt for faster startup by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/555
    • Adds internationlization in csv downloads by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/556
    • Updates normalization list by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/557
    • Disable password signups by default by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/558
    • Allows for custom themes to be made for the website by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/559

    Dependency Changes

    • Update dependency eslint to v8.50.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/549
    • Update typescript-eslint monorepo to v6.7.2 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/546
    • Update dependency sharp to v0.32.6 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/545
    • Update nextjs monorepo to v13.5.2 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/458
    • Update dependency @types/react to v18.2.22 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/544
    • Update dependency @types/node to v18.17.19 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/554

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.14.0...1.15.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.14.0 f27fe142eb

    v1.14.0 Stable

    lukasdotcom released this 2023-09-18 11:24:33 -04:00 | 433 commits to main since this release

    What's Changed

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

    Dependency Changes

    • Update docker/setup-qemu-action action to v3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/534
    • Update docker/setup-buildx-action action to v3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/533
    • Update typescript-eslint monorepo to v6.7.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/532
    • Update dependency cypress to v13.2.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/535
    • Update dependency eslint to v8.49.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/522
    • Update dependency @types/node to v18.17.17 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/539
    • Update dependency @mui/material to v5.14.10 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/543

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.13.3...1.14.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.13.3 a85958da46

    v1.13.3 Stable

    lukasdotcom released this 2023-09-06 16:50:21 -04:00 | 465 commits to main since this release

    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 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
  • 1.13.2 b68eee017a

    1.13.2 Stable

    lukasdotcom released this 2023-08-30 10:04:08 -04:00 | 479 commits to main since this release

    What's Changed

    • Adds a max-age cache to the analytics by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/501
    • Makes sure that the max-age can not be a decimal value by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/502
    • Moves eslint to dev dependencies by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/508

    Dependency Changes

    • Update dependency cypress to v13 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/507
    • Update dependency prettier to v3.0.3 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/506
    • Update dependency @types/node to v18.17.12 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/503
    • Update dependency @mui/material to v5.14.7 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/505

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.13.1...1.13.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.13.1 42926a7377

    v1.13.1 Stable

    lukasdotcom released this 2023-08-25 16:56:32 -04:00 | 488 commits to main since this release

    What's Changed

    • Fixes bug in the calculation of isBeforeGame by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/500

    Dependency Changes

    • Update dependency eslint to v8.48.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/499

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.13.0...1.13.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 1.13.0 e76ea07c13

    v1.13.0 Stable

    lukasdotcom released this 2023-08-25 12:25:58 -04:00 | 491 commits to main since this release

    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 https://github.com/Lukasdotcom/fantasy-manager/pull/482
    • Fixes bug for while the game has not started when no average or total points are passed by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/484
    • Fixes bug with archived leagues that overwrites the last matchday points when new points are calculated by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/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 https://github.com/Lukasdotcom/fantasy-manager/pull/486
    • Adds a max time to the update and does not wait when updating by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/488
    • Makes the analytics only load the needed data in admin panel by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/489
    • Fixes bug that creates null sale price for historical player data by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/495
    • Has api say if fallback image is needed by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/496
    • Moves the download picture option to the admin panel by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/497
    • Gives a description to the picture downloading in the admin panel by @Lukasdotcom in https://github.com/Lukasdotcom/fantasy-manager/pull/498

    Dependency Changes

    • Update dependency typescript to v5.2.2 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/494
    • Update dependency chart.js to v4.4.0 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/493
    • Update dependency @mui/material to v5.14.6 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/492
    • Update dependency @types/node to v18.17.11 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/483
    • Update typescript-eslint monorepo to v6.4.1 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/487
    • Update dependency csv-stringify to v6.4.2 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/491
    • Update dependency @types/react to v18.2.21 by @renovate in https://github.com/Lukasdotcom/fantasy-manager/pull/490

    Full Changelog: https://github.com/Lukasdotcom/fantasy-manager/compare/1.12.3...1.13.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
First Previous 1 2 3 4 5 ... Next Last
Powered by Forgejo Version: 16.0.3 Page: 190ms Template: 80ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API