Releases: triplea-game/triplea
Releases · triplea-game/triplea
2022-May-27 - Prerelease - 2.6.802
Bump caffeine from 3.1.0 to 3.1.1 (#10514) Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine 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>
2022-May-27 - Prerelease - 2.6.801
Intern attachment-related strings to minimize memory and speed up clo…
2022-May-27 - Prerelease - 2.6.800
Fix map unzipping when /tmp may be on a different partition. (#10512)
2022-May-26 - Prerelease - 2.6.799
Fix unit chooser missing "All" button. (#10509) A 2.6 change resulted in a Predicate being passed to the UnitChooser, which caused the All button to be hidden. That was not intentional and this PR makes the visibility of that button get set explicitly, converting call sites that want that button hidden to specify so. Additionally, code for the None button, which was never shown, is cleaned up.
2022-May-26 - Prerelease - 2.6.798
Bottom bar: Remove space reserved for status text when no present. (#…
2022-May-26 - Prerelease - 2.6.797
Show alliances in sorted order in the player list. (#10507) * Show alliances in sorted order in the player list. Also use new syntax for game locking. * Improve comments and use local gameData variable.
2022-May-25 - Prerelease - 2.6.796
Add a units bar, showing units inside the territory after its name in…
2022-May-25 - Prerelease - 2.6.795
Fix errors with map resources being not found in 2.6. (#10504) * Fix errors with map resources being not found in 2.6. This was caused by some maps having duplicate files (e.g. a polygon.txt file in baseTiles folder). Before this change, it's undefined which of these files will be found first and all other files will be expected to be alongside it. With this change, the search returns files in a deterministic order, sorted by path length. So files closer to the root will be first in the list. This makes the behavior deterministic across platforms and the map to use the file closest to the map root. Renames findAny() to findClosestToRoot() and adds tests.
2022-May-25 - Prerelease - 2.6.794
Fix an NPE with user action attachments introduced by recent refactor…
2022-May-25 - Prerelease - 2.6.793
Bump postgresql from 42.3.5 to 42.3.6 (#10501) Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.5 to 42.3.6. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...REL42.3.6) --- updated-dependencies: - dependency-name: org.postgresql:postgresql 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>