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

Feature/merge from release 8 test 2 #6

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
36 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
791d616
Select suffix in extension block, as it then becomes immutable. (#2093)
tychobrailleur Jun 27, 2024
2fc7c3a
Fix issue with incorrect `-DEV` suffix in release.
tychobrailleur Jun 29, 2024
6c8f605
Revert stable tag change to see if this is the root cause.
tychobrailleur Jun 29, 2024
066bc7d
Update version if GH action.
tychobrailleur Jun 29, 2024
2dc9569
Restore code.
tychobrailleur Jun 29, 2024
8cd954a
Re-create buid after manual delete of tags.
tychobrailleur Jun 29, 2024
51456b1
Update release-dev.yml
tychobrailleur Jun 29, 2024
a052a4c
Update release-dev.yml
tychobrailleur Jun 29, 2024
0a8f514
Update release-dev.yml
tychobrailleur Jun 29, 2024
29120b2
Update release-dev.yml
tychobrailleur Jun 29, 2024
394cd53
Update release-dev.yml
tychobrailleur Jun 29, 2024
28aa159
#2094 youth scout comment sql error (#2095)
wsbrenk Jul 2, 2024
f1fe487
#2092 Fix skill tester rating predictions (#2098)
wsbrenk Jul 2, 2024
db6dece
#2097 Fix exception in youth player substitution (#2099)
wsbrenk Jul 4, 2024
5c50df0
#2097 Fix npe in MatchLineupTeam.initMinutesOfPlayersInSectors (#2101)
wsbrenk Jul 6, 2024
fe6b1ca
stable release HO 8.1 (#2115)
wsbrenk Jul 20, 2024
ca5c971
Substitute dependency to address issue with missing transitive dep. (…
tychobrailleur Aug 14, 2024
b0171ff
[BUG] #2139: Correct spanish translation for 'worstOfSeason' (#2142)
sgcr Sep 8, 2024
fd4ef06
Merge branch 'release/8' into feature/merge-from-release-8-test-2
sgcr Sep 10, 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
}
apply plugin: de.jansauer.poeditor.POEditorPlugin

version = '9.0'
version = '9.1'
ext {
// Development_stage (DEV:0 BETA:1 STABLE:2)
development_stage = project.properties['DEV_STAGE'] as Integer ?: 0
Expand Down