Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog #2087

Merged
merged 20 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e4e98b2
#1797 create beta (#2052)
wsbrenk Apr 14, 2024
70d9ded
Fix build (#2054)
wsbrenk Apr 14, 2024
b974bcf
#2055 fix slow opening of team analyzer panel (#2056)
wsbrenk Apr 28, 2024
08aaea0
Use SwingWorker to properly fix hanging UI. (#2057)
tychobrailleur Apr 29, 2024
13dc635
Update dependencies, in particular OkHttp to fix CVE. (#2058)
tychobrailleur Apr 29, 2024
53f0d82
#2059 fix currency error in team analyzer's total salary column (#2060)
wsbrenk May 5, 2024
6caf5cc
#2063 add 5 new countries to international flags module (#2064)
wsbrenk May 8, 2024
d6ff6c5
#2065 truncate match report if string is too long for database column…
wsbrenk May 8, 2024
a551ca4
#2063 Guinea (#2068)
wsbrenk May 15, 2024
2728464
#2063 download missing world details (#2070)
wsbrenk May 21, 2024
f8fe1f0
#2069 (#2072)
wsbrenk May 26, 2024
1397f13
#1455 Initialize series table if no matches are played yet (#2073)
wsbrenk Jun 6, 2024
7821854
#2074 update ratings when team spirit is changed (#2075)
wsbrenk Jun 6, 2024
bacfca7
#2076 sorting of youth table average column (#2077)
wsbrenk Jun 6, 2024
c82b69f
#2078 ts forecast loads all trainer data (#2079)
wsbrenk Jun 6, 2024
70c26c2
Create `stable` tag when `tag_stable` is created. (#2083) (#2085)
tychobrailleur Jun 23, 2024
a30d8f1
Release/8 (#2084)
wsbrenk Jun 23, 2024
63144d3
Merge remote-tracking branch 'refs/remotes/upstream/release/8'
wsbrenk Jun 23, 2024
2784df1
release stable HO8
wsbrenk Jun 23, 2024
5fbc954
release stable HO8
wsbrenk Jun 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<tr>
<td>Latest Release</td>
<td>
<a href="https://github.com/ho-dev/HattrickOrganizer/releases/tag/7.3">
<img src="https://img.shields.io/badge/HO-7.3-brightgreen.svg" alt="latest release" />
<a href="https://github.com/ho-dev/HattrickOrganizer/releases/tag/8.0">
<img src="https://img.shields.io/badge/HO-8.0-brightgreen.svg" alt="latest release" />
</a>
</td>
</tr>
Expand Down
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
3 changes: 1 addition & 2 deletions src/main/resources/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
### Option setting

### Misc
* Fix missing `stable` tag when creating `tag_stable` release (#2081)

## Translations

Reports by Contributors - April 28, 2024 - June 13, 2024
Reports by Contributors - April 28, 2024 - June 23, 2024

* wsbrenk 0

Expand Down