Skip to content

Releases: octgn/OCTGN

3.4.413.0

16 Jul 01:37
741c751

Choose a tag to compare

  • Got pile protection working

3.4.411.0

11 Jun 23:50

Choose a tag to compare

  • 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

11 Jun 21:59

Choose a tag to compare

$(RECENT_CHANGES)

3.4.403.0

07 Jun 13:10

Choose a tag to compare

Fixed a crash when you try to sort a limited card pool by a property that can have null values

3.4.402.0

07 Jun 00:36

Choose a tag to compare

$(RECENT_CHANGES)

3.4.401.0

07 Jun 00:27

Choose a tag to compare

$(RECENT_CHANGES)

3.4.398.0

23 Dec 16:27

Choose a tag to compare

Fixed games not being spectatable unless the option gets toggled Removed extra menu option for chat text shadows

3.4.397.0

03 Sep 15:52

Choose a tag to compare

webRead API properly sets the User-Agent header property.

3.4.396.0

12 Aug 16:36

Choose a tag to compare

fixed bug from previous commit where the popup windows load off-screen

3.4.395.0

24 Jul 22:57

Choose a tag to compare

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