Skip to content

Releases: dev-cycles/contextive

v1.17.2

21 Jul 13:55
Compare
Choose a tag to compare

⚑ 1.17.2 (2025-07-21)

πŸ“˜ Docs | πŸ“‹ Compare with v1.17.1

πŸ› Bug Fixes

  • intellij: remove emoji from IntelliJ Plugin README which was blocking deployment (7254255)

v1.17.1

24 May 07:11
Compare
Choose a tag to compare

⚑ 1.17.1 (2025-05-24)

πŸ“˜ Docs | πŸ“‹ Compare with v1.17.0

πŸ› Bug Fixes

  • language-server: ensure completion list contains terms from other contexts in the same glossary file, even when the first glossary has more than 60 matching terms (a8139c8)

v1.17.0

19 May 06:17
Compare
Choose a tag to compare

πŸš€ 1.17.0 (2025-05-19)

πŸ“˜ Docs | πŸ“‹ Compare with v1.16.2

🌟 Features

  • language-server: support .yaml extension as well as .yml in glossary filenames (fixes #106) (7128344)
  • language-server: support diacritic markers in defined terms that are not present in code (#95) (c961ccc)
  • language-server: support ẞ and ß in terminology definitions when represented as 'ss' in code (#95) (36673f4)
  • vscode: activate vscode extension on detecting .glossary.yaml extension (#106) (51f02b5)

πŸ“ˆ Performance Enhancement

  • language-server: Improve performance of auto-completion with many very large glossaries (tested with 15 glossaries of 10,000 terms each) (14dff7c)
  • language-server: Pre-index glossaries to improve performance with many very large glossaries (tested with 15 glossaries of 10,000 terms each) (f230f7f)

v1.16.2

24 Mar 22:26
Compare
Choose a tag to compare

⚑ 1.16.2 (2025-03-24)

πŸ“˜ Docs | πŸ“‹ Compare with v1.16.1

πŸ› Bug Fixes

  • intellij: fix issue if system property jna.noclasspath is null (8cfacd6)

v1.16.1

23 Mar 21:41
Compare
Choose a tag to compare

⚑ 1.16.1 (2025-03-23)

πŸ“˜ Docs | πŸ“‹ Compare with v1.16.0

πŸ› Bug Fixes

  • language-server: correct handling of multi-word terms with unicode characters (fixes #90) (6ed7bc1)

v1.16.0

22 Mar 06:16
Compare
Choose a tag to compare

πŸš€ 1.16.0 (2025-03-22)

πŸ“˜ Docs | πŸ“‹ Compare with v1.15.0

🌟 Features

  • language-server: can import local glossary files to make terms available in multiple locations (6915ef2)
  • language-server: can import multiple files, local or remote, into a glossary (d93f716)
  • language-server: can import remote glossary files from unauthenticated URLs (26c73da)
  • language-server: contexts can have a metadata dictionary that is rendered in the context header (b63950d)
  • language-server: terms can have a metadata dictionary which is rendered in the hover panel (5546749)

πŸ› Bug Fixes

  • language-server: prevent old default glossaries from still being included after the config value is changed (4f66fac)

v1.15.0

19 Mar 21:32
Compare
Choose a tag to compare

πŸš€ 1.15.0 (2025-03-19)

πŸ“˜ Docs | πŸ“‹ Compare with v1.14.1

🌟 Features

  • intellij: activate contextive in all projects to ensure the language server can scan the project for glossary files (2460ff6)
  • language-server: can now locate glossary files in the folder hierarchy - the definitions in the file will automatically apply to any file in the same folder or any children (closes #54) (dece2a5)
  • language-server: glossary files across the folder hierarchy work with multi-root workspaces #54 (9c05eb7)
  • language-server: remove local schema managment as the schema has been submitted to the schema registry (3bfdf60)

πŸ› Bug Fixes

  • correct typo in default glossary file (24e24e0)
  • intellij: prevent error when starting on windows (fixes #86) (661351d)
  • language-server: safely handle glossary files with no contexts defined (36aedec)
  • language-server: safely handle glossary files with null context (77fb290)

v1.14.1

12 Mar 01:34
Compare
Choose a tag to compare

1.14.1 (2025-03-12)

Bug Fixes

  • vscode,intellij: correct links in plugin/extension readme (2d86d37)

v1.14.0

11 Mar 01:58
Compare
Choose a tag to compare

1.14.0 (2025-03-11)

Bug Fixes

  • intellij: Support forthcoming IntelliJ Platform 2025 editions (69e3113)

Features

  • language-server: add support for hovering over kebab-case terms (3c02938)
  • language-server: multi-word terms can be defined in the definitions file in snake_case or kebab_case (4aeffd8)

v1.12.1

20 Sep 04:37
Compare
Choose a tag to compare

1.12.1 (2024-09-20)

Bug Fixes

  • intellij: Add support for 2024.3 (430cfec)