Releases: RaiNova/triplea
Releases · RaiNova/triplea
2022-April-02 - Prerelease - 2.6.11
Add ssh key for frigoref to admin user authorized keys (#10250)
2022-February-08 - Prerelease - 2.6.10
Update notes in UnitChooser.puml (#10066) - Show where TripleAPlayer.pickTerritoryAndUnits is called - Show where TripleAFrame.selectUnitsQuery is called
2022-January-27 - Prerelease - 2.6.9
Merge remote-tracking branch 'origin/master' # Conflicts: # game-app/game-core/build.gradle # game-app/game-core/src/main/java/games/strategy/triplea/delegate/data/CasualtyDetails.java # game-app/game-core/src/main/java/games/strategy/triplea/ui/BattleDisplay.java # game-app/game-core/src/main/java/games/strategy/triplea/ui/CasualtySelection.java # game-app/game-core/src/main/java/games/strategy/triplea/ui/UnitChooser.java # game-app/game-core/src/test/java/games/strategy/triplea/util/UnitSeparatorTest.java
2021-December-30 - Prerelease - 2.6.8
Merge branch 'triplea-game:master' into master
2021-December-30 - Prerelease - 2.6.7
Merge remote-tracking branch 'origin/master'
2021-December-28 - Prerelease - 2.6.6
Rainova/pr updates (#1) * Update 'orElseThrow' to indicate which images are missing Without this, the error message is: "java.util.NoSuchElementException: No value present" * Fix image load location, load from 'misc' location Images are present in the 'misc' folder, not the 'generic' folder
2021-December-27 - Prerelease - 2.6.5
Merge remote-tracking branch 'origin/master'
2021-December-27 - Prerelease - 2.6.4
Updated checkstyle version to be used (shown in screenshot)
2021-December-25 - Prerelease - 2.6.3
CasualtySelector: - removed testing amphibious units for being damaged (because they don't need to be treated special) - renamed local variable casualtySelection to casualtyDetails (to avoid confusion, because CasualtySelection is a class and the variable is an instance not of CasualtySelection but of CasualtyDetails)
2021-December-25 - Prerelease - 2.6.2
UnitChooser: now uses javax.annotation.Nonnull instead of lombok.NonNull CasualtyDetails: removed unused local variable sameOwnerAndTypeAndHit BattleDIsplay: automatically reformatted (hoping that will remove the SpotlessCheck findings)