Releases: triplea-game/triplea
Releases · triplea-game/triplea
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
2024-July-27 - 2.7.14831
opt_getUnitTypes #1 (#12784) PlayerUnitsPanel.java - break up logic in method getAllUnitCategories into separate methods - add documentation
2024-July-27 - 2.7.14830
Issue 12447 part2 (#12783) * Reapply "Issues 12447 (Standardized Sorting of UnitCategory) (#12722)" (#12762) This reverts commit e73fdec1d452793d89ffd8c8c1616ff6b286219f. * Issue_12447_Part2 #1 PlayerUnitsPanel.java - ensure uniqueness in returned list in method getAllUnitCategories - reduce complexity by use of new method getProducibleUnitTypes ProductionFrontier.java - new method getProducibleUnitTypes
2024-July-26 - 2.7.14829
Remove moderator right click option "fetch game chat history" (#12781) We are no longer uploading chat messages from hosted (bot or player) games to lobby. This update removes the 'fetch game chat history' feature since that data will always be blank going forward.