Skip to content

Commit

Permalink
release HO 7.0 (#1854)
Browse files Browse the repository at this point in the history
Co-authored-by: wsbrenk <zissener-weg-brenk.de>
  • Loading branch information
wsbrenk committed Apr 22, 2023
1 parent 4cbd90d commit 901238b
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test {
// Development_stage (DEV:0 BETA:1 STABLE:2)
def major = '7'
def minor = '0'
def development_stage = 1
def development_stage = 2
def releaseArtefacts = true
def development_tag = ["dev", "beta", "tag_stable"]
def version_type = ["-DEV", "-BETA", ""]
Expand Down
4 changes: 2 additions & 2 deletions docs/latestbeta.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=6.0.368.2
released=06.08.2022
version=7.0.487.1
released=16.04.2023
4 changes: 2 additions & 2 deletions docs/lateststable.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=6.0.368.2
released=06.08.2022
version=7.0.488.2
released=22.04.2023
105 changes: 99 additions & 6 deletions src/main/resources/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,97 @@
# Changelist HO! 7.0

## Some numbers
* 139 commits
* 389 files changed, 43142 insertions(+), 31736 deletions(-)
* Contributors:
* 130 wsbrenk
* 5 Sébastien Le Callonnec
* 2 akasolace
* 1 Ray Dixon
* 1 Sophia

## Highlights

* Faster and more secure database access using prepared statements (#1593)
* Improved formula for calculating skill losses - Schum's formula (#1661)
* fix team spirit influence on midfield rating (#1778)
* login dialog shows team logos (#1643)

## [Detailed Changelog](https://github.com/akasolace/HO/issues?q=milestone%3A7.0)

### Database
* faster and more secure database access using prepared statements (#1593)
* refactoring of user administration (#1628)
* each HO process uses its own log file (#1800)

### Squad
* add last match columns: rating at end of match, position and minutes (#1523)
* add mother club and matches current team columns (#1401)
* fix `ArrayIndexOutOfBoundsException` upon startup, as no column could be displayed (#1757)
* fix player compare when sold player is bought back again (#1624)
* new column HTMS-28, player potential (#1288)
* fix last match date of walkover matches (#1776)
* fix npe when player avatar download fails (#1806)
* fix best position display in skill tester (#1822)
* fix import of hrf files from portal tracker (#1829)

### Team Analyzer
* team analyzer displays man marking tactic (#1741)
* add opponents' team development numbers to recap table (#347)
* adjust panel layouts for font size 16 (#1805)

### Rating
* fix team spirit influence on midfield rating (#1778)

### Matches
* reload of match details supports selection ranges (#1595)

### Lineup
* SubstitutionEditor shows effect on loddarstats (#1626)
* fix bug of cleared next lineup when wrong matches were downloaded from HT (#1721)
* lineup rating pane is scrollable (#1783)
* fix error in lineup position panel (#1795)

### Statistics
* add tooltips and labels to series data points (#1199)
* player statistics no longer shows players that quit the club before selected time range (#1705)

### Transfer
* display player's age at transfer date (#1659)
* Transfer module is no longer an autostart module to speed up the first download (#1760)
* fix copy+paste feature in transfer scout (#1841)

### Training
* fix daylight saving resetting future trainings (#1668)
* fix skill drop calculation - use Schum's formula (#1661)
* fix error in training calculation due to incorrectly loaded cup matches (#1714)
* changing training priorities in prediction table will update player details views (#1798)

### League
* fix order of last 5 matches - use the same as hattrick (#1793)
* disable league promotion feature (#1412)

### Youth
* duration format d hh:mm:ss of "can be promoted in" when less than one day is left (#1578)

### Misc
* fix display of wrong currency and character encoding when ht worldetails table wasn't initialized (#1622)

## Translations

Reports by Contributors - October 15, 2022 - April 22, 2023

* Jan 131
* Fresty di Lot 39
* sich 16
* wsbrenk 16
* Lidegand 14
* Moorhuhninho 13
* TeamBMW 5

Total 234


# Changelist HO! 6.1

## Some numbers
Expand Down Expand Up @@ -57,12 +151,11 @@ Reports by Contributors - August 05, 2022 - October 15, 2022
* 260 commits
* 395 files changed, 13134 insertions(+), 15920 deletions(-)
* Contributors:
171 wsbrenk
80 akasolace
4 Sébastien Le Callonnec
4 Wolfgang Schneider
1 Goran Stefanovic

* 171 wsbrenk
* 80 akasolace
* 4 Sébastien Le Callonnec
* 4 Wolfgang Schneider
* 1 Goran Stefanovic

## Highlights
* refactoring player details panel showing players' avatars now (#1349)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

## Translations

Reports by Contributors - October 15, 2022 - February 04, 2023
Reports by Contributors - October 15, 2022 - April 22, 2023

* Jan 131
* Fresty di Lot 39
Expand Down

0 comments on commit 901238b

Please sign in to comment.