Releases: dev-cycles/contextive
Releases · dev-cycles/contextive
v1.17.8
⚡ 1.17.8 (2025-10-07)
📘 Docs | 📋 Compare with v1.17.7
🐛 Bug Fixes
- language-server: add debug logging of gitignore handling available by setting env var CONTEXTIVE_DEBUG_LOG (473ecf7)
- language-server: properly handle gitignore of folders (leading slash) (26ff0fe)
- language-server: when ignoring according to gitignore, properly handle comments and blank lines (fixes #108) (f58f25c)
v1.17.7
v1.17.6
⚡ 1.17.6 (2025-09-20)
📘 Docs | 📋 Compare with v1.17.5
🐛 Bug Fixes
- intellij: restrict to sinceBuild 251 to avoid binary incompatibilities (eeca280)
v1.17.5
⚡ 1.17.5 (2025-09-20)
📘 Docs | 📋 Compare with v1.17.4
🐛 Bug Fixes
- intellij: downgrade intellijPlatform dependency to 2025.1.5.1 to avoid PluginId compatibility issues (02f8a4a)
v1.17.4
⚡ 1.17.4 (2025-09-20)
📘 Docs | 📋 Compare with v1.17.3
🐛 Bug Fixes
- intellij: consolidate build and test on java 21 to match intellij platform (90b90c3)
v1.17.3
⚡ 1.17.3 (2025-09-19)
📘 Docs | 📋 Compare with v1.17.2
🐛 Bug Fixes
- intellij: add support for 2025.2 intellij platform (64bdd1f)
v1.17.2
⚡ 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
⚡ 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)