Skip to content

Commit

Permalink
Update changelog (#2087)
Browse files Browse the repository at this point in the history
* #1797 create beta (#2052)

* Fix build (#2054)

* #1797 create beta

* #1797 fix build

* #2055 fix slow opening of team analyzer panel (#2056)

* update release_notes.md

* #2055 remove unused info label

* #2055 remove unused info label (code analysis results)

* #2055 release_notes.md

* #2055 release_notes.md

* Use SwingWorker to properly fix hanging UI. (#2057)

* Update dependencies, in particular OkHttp to fix CVE. (#2058)

This fixes CVE-2023-3635, cf. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3635

* #2059 fix currency error in team analyzer's total salary column (#2060)

* #2063 add 5 new countries to international flags module (#2064)

* #2063 add 5 new countries to international flags module

* #2063 add 5 new countries to international flags module (review)

* release_notes.md translator

* #2063 the flag files

* #2065 truncate match report if string is too long for database column (#2066)

* #2065 truncate match report if string is too long for database column

* #2065 rename AbstractTable.truncateString

* #2063 Guinea (#2068)

* #2063 download missing world details (#2070)

* #2063 download missing world details

* #2063 download missing world details

* #2063 download missing world details

* #2063 fix database error on matches reload

* #2069 (#2072)

* #2069 reduce space between team summary labels

* #2069 release_notes.md

* #1455 Initialize series table if no matches are played yet (#2073)

* #2069 reduce space between team summary labels

* #2069 release_notes.md

* #1455 initialize series table if no matches are played yet

* #1455 fix initial order of series table

* #1455 review

* #1455 review

* #1455 review

* #1455 review

* #1455 review

* #2074 update ratings when team spirit is changed (#2075)

* #1455 review

* #2074 update ratings when team spirit is changed

* #2076 sorting of youth table average column (#2077)

* #2078 ts forecast loads all trainer data (#2079)

* #2078 ts forecast loads all trainer data

* #2078 release_notes.md

* Create `stable` tag when `tag_stable` is created. (#2083) (#2085)

* Release/8 (#2084)

* Create `stable` tag when `tag_stable` is created.

* release stable HO8

* release stable HO8

---------

Co-authored-by: Sébastien Le Callonnec <sebastien@weblogism.com>

* release stable HO8

* release stable HO8

---------

Co-authored-by: Sébastien Le Callonnec <sebastien@weblogism.com>
  • Loading branch information
wsbrenk and tychobrailleur committed Jun 23, 2024
1 parent c1bd700 commit 495da9d
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions src/main/resources/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 495da9d

Please sign in to comment.