Releases: octgn/OCTGN
3.4.413.0
- Got pile protection working
3.4.411.0
- Added command line argument support for skipping updates (--skip-update, --no-update, -n) * Added command line help functionality (--help, -h) with detailed usage information * Enhanced command line argument descriptions and examples * Updated README.md with comprehensive command line documentation * Added VS Code workspace configuration for improved development experience * Improved command line option parsing with better error handling
3.4.410.0
$(RECENT_CHANGES)
3.4.403.0
Fixed a crash when you try to sort a limited card pool by a property that can have null values
3.4.402.0
$(RECENT_CHANGES)
3.4.401.0
$(RECENT_CHANGES)
3.4.398.0
Fixed games not being spectatable unless the option gets toggled Removed extra menu option for chat text shadows
3.4.397.0
webRead API properly sets the User-Agent header property.
3.4.396.0
fixed bug from previous commit where the popup windows load off-screen
3.4.395.0
choiceDlg and inputDlg API now pop up next to the mouse cursor (instead of in the middle of the screen) Card Focus feature added, which darkens all cards on the table except for a specified list of cards Hovering over a card in the python API SelectCards or SelectMultiCards dialogs will Focus that card in play New Python API - focus([list of cards]) will Focus those cards New Python API - clearFocus() will clear the Focus state New Python API - getFocus() will return a list of Focused cards