Releases: triplea-game/triplea
Releases · triplea-game/triplea
2024-July-29 - 2.7.14845
Publish more dependencies (#12802) Need more (all) of the transitive dependencies now that we no longer publish a shadow jar
2024-July-29 - 2.7.14841
Jar publishing: also publish 'domain-data' jar (#12798) Now that we no longer publish a shadow jar of 'http-client/lobby', we need to provide dependencies as well.
2024-July-29 - 2.7.14840
Lobby-client Jar build config: properly update gradle to publish jar …
2024-July-29 - 2.7.14839
Clean up http-clients build (possible fix for "still shadow jar") (#1…
2024-July-29 - 2.7.14838
Publish just a standard JAR and not a shadow jar for http-clients (#1…
2024-July-29 - 2.7.14837
Cleanup: remove unused chat-upload files (#12794) * Remove unused files that were recently moved * Remove unused files
2024-July-29 - 2.7.14836
Move ClientIdentifiers.java to 'lobby-client' so shared code can read…
2024-July-29 - 2.7.14835
ConcurrentModification error: slightly hacky fix (#12791) * ConcurrentModification error: slightly hacky fix Should be a fix for #12789 This is not an ideal fix, and we likely have this problem in other areas. It is possible this is a non-fix too, we should watch out for further error reports to check carefully if this was a non-fix. * Formatting
2024-July-28 - 2.7.14834
Prune unused dependencies (#12786)
2024-July-27 - 2.7.14832
push-down units to SimpleUnitPanel (#12785) * opt_getUnitTypes #1 PlayerUnitsPanel.java - break up logic in method getAllUnitCategories into separate methods - add documentation * push-down units to SimpleUnitPanel #1 Replaces usages of method SimpleUnitPanel.setUnitsFromCategories with new method setUnits in: - BottomBar.java (passing through methods setTerritory -> updateTerritoryInfo -> createUnitBar) - HistoryDetailsPanel.java - MovePanel.java - PlacementUnitsCollapsiblePanel.java - PlacePanel.java - PurchasePanel.java SimpleUnitPanel.java - remove method setUnitsFromCategories - add new method setUnits