Skip to content

Releases: triplea-game/triplea

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>

2024-April-28 - 2.6.14729

28 Apr 13:40
640834e
Compare
Choose a tag to compare
Pre-release
Don't auto-resolve single land battle if it depends on another battle…

…. (#12543)

2024-April-26 - 2.6.14727

26 Apr 23:47
f3ae9b0
Compare
Choose a tag to compare
Pre-release
Revert 186c994. (#12539)

Special handling of combat in edit mode is relied on by G 40 Expansion.

2024-April-24 - 2.6.14725

24 Apr 12:09
a625e3a
Compare
Choose a tag to compare
Pre-release
Fix TripleA's rolling log policy. (#12538)

* Fix TripleA's rolling log policy.

It wasn't specifying RollingFileAppender so the rolling and max size options weren't being used. I'm also changing the max size to 1MB and 10MB total.

* Fix comment

2024-April-21 - 2.6.14724

21 Apr 18:44
d9a67c3
Compare
Choose a tag to compare
Pre-release
Fix inconsistent sort order in map download list. (#12533)

Instead of sorting ourselves, which doesn't match JTable's sorting, just use JTable's sorting when creating the table.

Fixes: https://github.com/triplea-game/triplea/issues/12446

2024-April-21 - 2.6.14723

21 Apr 18:30
0607de4
Compare
Choose a tag to compare
Pre-release
Clean up some SBR code. (#12532)

2024-April-21 - 2.6.14722

21 Apr 18:12
4e4642d
Compare
Choose a tag to compare
Pre-release
Clean up more code to use more concise helper. (#12531)

2024-April-21 - 2.6.14721

21 Apr 17:47
186c994
Compare
Choose a tag to compare
Pre-release
Remove special handling of battle logic for edit mode. (#12529)

This logic was just adding code complexity and some bugs and it's not clear why it's needed.

(It was making so no casualties would ever happen during battles when edit mode is on.)

Fixes: #12488
(And the duplicate issues.)