Skip to content

Releases: triplea-game/triplea

2024-April-21 - 2.6.14720

21 Apr 14:23
2638089
Compare
Choose a tag to compare
Pre-release
Fix Edit Mode UI after save game load. (#12530)

This makes the Edit Mode overlay and checkbox in the menu show correctly after loading  a save.

2024-April-21 - 2.6.14719

21 Apr 05:10
dec3a88
Compare
Choose a tag to compare
Pre-release
Fix NPE in AI code. (#12528)

I tracked this down to moveMap being populated only with only potential moves this turn, but the logic for moving consumables to destinations considers paths over multiple turns.

Fixes: #12508

2024-April-21 - 2.6.14718

21 Apr 04:36
37aa42a
Compare
Choose a tag to compare
Pre-release
Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#12523)

Bumps commons-cli:commons-cli from 1.6.0 to 1.7.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-April-21 - 2.6.14717

21 Apr 04:36
58fc1d5
Compare
Choose a tag to compare
Pre-release
Unit handling code clean ups. (#12527)

Introduces a helper that makes code more concise and moves some predicate logic outside of loops. No logic changes.

2024-April-17 - 2.6.14716

17 Apr 16:17
0cb7e13
Compare
Choose a tag to compare
Pre-release
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#12521)

Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-April-15 - 2.6.14713

15 Apr 05:44
eed931d
Compare
Choose a tag to compare
Pre-release
Another jar publish fix (#12516)

Version is not set with 'archiveVersion'

2024-April-15 - 2.6.14712

15 Apr 05:39
7cba79e
Compare
Choose a tag to compare
Pre-release
Jar publish fixes (#12515)

More fine tuning, set classifier to empty
so that the publish jar does not contain a '*-all.jar'
but instead contains a jar file named simply '*.jar'

2024-April-15 - 2.6.14711

15 Apr 05:23
ccbc709
Compare
Choose a tag to compare
Pre-release
Further fix publish config (#12514)

Use bult-in shadow jar config for publishing

This URL was useful:
https://imperceptiblethoughts.com/shadow/publishing/#publishing-with-maven-publish-plugin

2024-April-15 - 2.6.14710

15 Apr 05:14
fde3ac4
Compare
Choose a tag to compare
Pre-release
Jar publishing, fix problem of many jar files (shadow jar file & norm…

…al jar file) (#12513)

2024-April-15 - 2.6.14709

15 Apr 05:05
e0ae979
Compare
Choose a tag to compare
Pre-release
Publish 'fat' JAR dependency (#12512)