Skip to content

Releases: triplea-game/triplea

2024-May-08 - 2.6.14741

08 May 16:58
c17681d
Compare
Choose a tag to compare
Pre-release
Clean up logic in RemoveUnitsHistoryChange. (#12572)

* Clean up logic in RemoveUnitsHistoryChange.

Instead of many iterations and temporary objects, just use a regular for loop that makes it easier to see the flow and that should run faster due to no extra temporary objects created or multiple iterations over the same list.

* Format comment.

2024-May-08 - 2.6.14740

08 May 15:56
1e4f58a
Compare
Choose a tag to compare
Pre-release
Fix a cause of Duplicate key error from MustFightBattle. (#12571)

* Fix a cause of Duplicate key error from MustFightBattle.

* Use a LinkedHashSet to preserve order, in case something depends on it.

2024-May-06 - 2.6.14739

06 May 22:05
ac2b794
Compare
Choose a tag to compare
Pre-release
Quick fix for download-map progress bars to be more accurate (#12567)

Download length is currently always '-1', the negative values
cause odd behavior.

2024-May-06 - 2.6.14738

06 May 19:31
c005e73
Compare
Choose a tag to compare
Pre-release
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#12565)

Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

2024-May-04 - 2.6.14737

04 May 20:22
565f203
Compare
Choose a tag to compare
Pre-release
Fix 10k rounds reached combat error. (#12564)

This would happen when edit mode was left on when switching to an AI player.
This changes makes such transitions turn off edit mode as well as making all battle simulations ignore edit mode.

2024-May-04 - 2.6.14736

04 May 19:02
3eb8bf0
Compare
Choose a tag to compare
Pre-release
Some no-op code cleanups. (#12561)

2024-May-04 - 2.6.14735

04 May 11:04
db0a00b
Compare
Choose a tag to compare
Pre-release
Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#12558)

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  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-May-01 - 2.6.14732

01 May 03:22
53cd86a
Compare
Choose a tag to compare
Pre-release
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 (#12546)

Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  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-May-01 - 2.6.14731

01 May 02:56
dfefba5
Compare
Choose a tag to compare
Pre-release
Bump org.xmlunit:xmlunit-matchers from 2.9.1 to 2.10.0 (#12547)

Bumps [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-matchers
  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-May-01 - 2.6.14730

01 May 02:55
1787de2
Compare
Choose a tag to compare
Pre-release
Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#12548)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.16.1...rel/commons-codec-1.17.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  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>