Skip to content

Releases: dev-cycles/contextive

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)

v1.12.0

04 Sep 11:49
Compare
Choose a tag to compare

1.12.0 (2024-09-04)

Bug Fixes

  • intellij: Add support for 2042.2 series of intellij platform (08308bf)

Features

  • language-server: Add support for LSP Clients that only support rootUri and not workspaces (e.g. Visual Studio) (7fe11b3)
  • language-server: Add yaml schema for definitions file (#74) (65ec44a)
  • language-server: Only use 'window/showMessage' if it is supported by the LanguageClient (e.g. Visual Studio does not support it) (965cb30)
  • language-server: validate definitions file for missing term names (0fb0978)
  • visual-studio: Add Visual Studio integration (b052a82), closes #28
  • vscode: Publish to Open-Vsx Marketplace (closes #80) (2d23775)

v1.11.1

15 Jun 06:15
Compare
Choose a tag to compare

1.11.1 (2024-06-15)

Bug Fixes

  • intellij: improve resilience of language-server downloading (7f9a1ce)
  • intellij: only attempt to start the Contextive language server if a contextive definitions file is present. (fixes #64) (0f707eb)
  • intellij: show progress indicator when downloading language server (e2ce467)
  • language-server: ensure initialization of definitions file works even when located sub-folder doesn't exist. (e09ccaa)
  • language-server: only show errors when definitions file doesn't exist if configuration is explicitly set (b730f83)
  • vscode: remove default path config from vscode extension and rely on language server default only (8fdd26d)
  • vscode: resolve errors in logs since moving default contextive.path from vscode to the languageServer (79f4854)
  • vscode: resolve race condition when initializing contextive definitions file and activating extension at the same time ('method not found' error) (dd9f171)

v1.11.0

11 Mar 11:58
Compare
Choose a tag to compare

1.11.0 (2024-03-11)

Features

  • intellij: Add IntelliJ plugin (closes #32) (fad50b8)
  • intellij: automatically download the language server if it's not found (38db4b7)

Performance Improvements

  • language-server: reduce binary size (fixes #61) (5658484)

v1.10.5

19 Nov 13:13
Compare
Choose a tag to compare

1.10.5 (2023-11-19)

Bug Fixes

v1.10.4

19 Nov 11:36
Compare
Choose a tag to compare

1.10.4 (2023-11-19)

Bug Fixes

  • language-server: improve resilience when client doesn't support showMessageRequest (fixes #60) (8a1e684)
  • language-server: language server now offers a custom lsp command to initialize the default definitions file (9c7e8a5)

v1.10.3

15 Nov 01:15
Compare
Choose a tag to compare

1.10.3 (2023-11-15)

Bug Fixes

  • language-server: support LSP clients that only support workspace/configuration (#58) (7e06396)
  • language-server: survey prompt more resilient to accidentally missing the first prompt (7acd140)

v1.10.2

14 Oct 12:26
Compare
Choose a tag to compare

1.10.2 (2023-10-14)

Bug Fixes

  • language-server: fix issue with survey prompt (7196e82)

v1.10.1

14 Oct 10:49
Compare
Choose a tag to compare

1.10.1 (2023-10-14)

Bug Fixes

  • language-server: resolve issue with releasing v1.10.0 for macos and windows (5042b5f)

v1.10.0

14 Oct 09:12
Compare
Choose a tag to compare

1.10.0 (2023-10-14)

Features

  • language-server: includes a one-time invitation for users to complete a Contextive roadmap survey (42272d0)
  • language-server: Use the default path defined in contextive if it's not specified in the configuration. (23f9049)