Releases: dev-cycles/contextive
Releases Β· dev-cycles/contextive
v1.17.2
v1.17.1
β‘ 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
π 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
v1.16.2
β‘ 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
v1.16.0
π 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
π 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)