Skip to content

Releases: Catglobe/Catglobe.CgScript

v2.32.3

12 May 06:21

Choose a tag to compare

This release is also available on:

  • v2.32.3
  • v2.32.3

2.32.3 (2026-05-12)

Bug Fixes

  • use specific ResilienceHandler for the long running attempts (3c274fa)

v2.32.2

11 May 10:20

Choose a tag to compare

This release is also available on:

  • v2.32.2
  • v2.32.2

2.32.2 (2026-05-11)

Bug Fixes

v2.32.1

08 May 05:15

Choose a tag to compare

This release is also available on:

  • v2.32.1
  • v2.32.1

2.32.1 (2026-05-08)

Bug Fixes

  • CGS001 detect cross-scope variable re-declaration conflicts (#126) (137d651)
  • prevent line breaks inside 'for' loop headers during formatting (a6f0ba9)
  • Prevent line breaks inside for loop headers during formatting (#127) (5852c6b)
  • security update to dependency (2f011dc)
  • update engine to 118 (55d5c04)

v2.32.0

24 Apr 03:54

Choose a tag to compare

This release is also available on:

  • v2.32.0
  • v2.32.0

2.32.0 (2026-04-24)

Features

  • qsl: add QSL007 warning for unnecessarily-quoted q/AO/SQ text (311ae4c)
  • qsl: extend QSL007 to conditions; fix ON_PAGE to comma-only (4da01a1)
  • tts: add TTS_ENTER_TO_NEXT_TEXT property (104) (8f88d3a)
  • tts: add TTS_MULTI_SELECT_TEXT (105) property (6813922)

v2.31.2

17 Apr 03:46
4165ce5

Choose a tag to compare

This release is also available on:

  • v2.31.2
  • v2.31.2

2.31.2 (2026-04-17)

Bug Fixes

  • Support Bool as a valid type alias for bool (#122) (4165ce5)

v2.31.1

16 Apr 02:28

Choose a tag to compare

This release is also available on:

  • v2.31.1
  • v2.31.1

2.31.1 (2026-04-16)

Bug Fixes

  • add bundledDependencies so vscode-languageclient ships in the VSIX (8804ec5)

v2.31.0

15 Apr 14:16

Choose a tag to compare

This release is also available on:

  • v2.31.0
  • v2.31.0

2.31.0 (2026-04-15)

Bug Fixes

  • make whereExpressions non-optional in protected ctor; pass through With* methods (b599e85)

Features

  • export where-expressions to CgScriptDefinitions.json; remove hardcoded BuildWhereExpressions() (8bdb6c4)
  • restore temp-pack comment in Lsp.csproj; convert WhereExpressions to instance members for payload support (20ab166)

v2.30.0

15 Apr 08:06

Choose a tag to compare

This release is also available on:

  • v2.30.0
  • v2.30.0

2.30.0 (2026-04-15)

Features

  • add where-expression aggregator recognition (CGS027) (09d50bb)
  • LSP hover, completion, and signature help for where-expressions (1e29622)

v2.29.6

14 Apr 09:48

Choose a tag to compare

This release is also available on:

  • v2.29.6
  • v2.29.6

2.29.6 (2026-04-14)

Bug Fixes

  • show CGS code in diagnostics panel; CGS004 is Error not Warning (286e110)

v2.29.5

14 Apr 09:30

Choose a tag to compare

This release is also available on:

  • v2.29.5
  • v2.29.5

2.29.5 (2026-04-14)

Bug Fixes

  • cm-activeLine must be transparent so selection is visible on active line (31b50b4)
  • improve active line visibility in dark and light mode (5c898ec), closes #ffffff18 #d0e4ff99