diff --git a/src/main/resources/changelog.md b/src/main/resources/changelog.md index 5720248a3..2bcc2133a 100644 --- a/src/main/resources/changelog.md +++ b/src/main/resources/changelog.md @@ -1,3 +1,118 @@ +# Changelist HO! 8.0 + +## Some numbers +* 113 commits +* 533 files changed, 21370 insertions(+), 20337 deletions(-) +* Contributors: + * 81 wsbrenk + * 31 Sébastien Le Callonnec + * 1 Armando Schiano di Cola + +## Highlights +* Calculate stamina sub skill value (using Schum's formula) +* Refactoring rating prediction (implement Schum rating) +* Refactoring of the transfer module. Calculation of transfer fee income. +* Refactoring of the database prepared statement caching. +* Improve training planning +* New color editor in options dialog + +## [Detailed Changelog](https://github.com/ho-dev/HattrickOrganizer/issues?q=milestone%3A8.0) + +### Database +* Fix `unexpected token` issue with Transfer table query (#1965) +* Fix potential NPE when using a prepared statement (#1941) +* Improve Database Cleanup tool by adding additional match types (#1587) +* Repairing a failed V5 database upgrade (#1941) + +### Squad +* Fix length of owner notes in players' database table (#1816) +* Player avatar image can be reloaded (#1815) +* Fix error player download nickname null pointer exception (#1938) +* Fix initial sorting by player group (#1909) +* Show stamina sub skill (#383) +* Fix error on player details display after initial download (#2044) +* Update missing world details in database (#2063) +* Reduce space between team summary labels (#2069) + +### Series +* Initialize series table if no matches are played yet (#1455) + +### Team Analyzer +* Restore size of match prediction dialog box (#1898) +* Improve layout of Team Analyzer a bit, add option to hide Special Events, and add info about selected team (#2020) +* Fix Home/Away setup in Simulator panel (#1885) +* Fix currency error in total salary column (#2059) + +### Rating +* Implement schum rating prediction (#1782) + +### Matches +* Fix bug loading matches with no region id (#1975) +* Fix NPE when selecting match with red card (#2034) +* Fix sql error when match report is too long for the database column (#2065) + +### Lineup +* Fix missing player id column in lineup assistant's player table (#1930) + +### Special events +* Refactoring special events table layout (#816) + +### Transfer +* Refactoring of the transfer module. Calculation of transfer fee income. (#245) +* Fix transfer scout's copy and paste of own players (#1897) +* Calculation of player's total cost of ownership (#741) + +### Training +* Fix scrolling of training table (#1936) +* Improve training planning. Each skill training can be prioritized (#1886) +* Change subskill recalculation dialog display (#1556) +* Tuning subskill recalculation (#1870) + +### International Friendlies +* Fix database error on match reload (#2063) + +### Youth +* Increase effect of youth friendly match training (#1950, #1994) +* Modify youth module layout (#1449) +* Set initial youth module view layout (#1558) +* Display specialty icons in youth player tables (#1999) +* Display future player development (potential) and take overall skill level into account (#2045) +* Fix sorting of youth table average column (#2076) + +### Option setting +* new color editor in option settings (#1242) + +### Team spirit forecast +* Fix loading trainer data (#2078) + +### Misc +* Add a Linux-friendly default theme, called “Gnome.” +* Add Kotlin support to codebase +* Reset progress bar when action is finished (#1955) +* Upgrade Gradle to version 8.5 +* Fix issue with startup post-installation (#2002) +* Fix NPE when saving preferences on un-managed HO install (#1992) + HO now downloads the update in the browser when HO install is un-managed. +* Enable standard custom popup menu in oauth dialog's text fields (#1471) +* Move previous series download checkbox to the check box tree of download dialog (#1434) +* Add 6 new countries to international flag module (#2063) +* Fix missing `stable` tag when creating `tag_stable` release (#2081) + +## Translations + +Reports by Contributors - September 24, 2023 - June 23, 2024 + +* wsbrenk 355 +* \_KOHb\_ 230 +* Lidegand 178 +* Sebastien 156 +* Achilles 70 +* Georgi 10 +* Moorhuhninho 3 +* sich 3 + +Total 1025 + # Changelist HO! 7.2 ## Some numbers