Skip to content

Releases: tangcent/one-IDE

Release v1.1.6

10 Apr 11:59
13d08ff

Choose a tag to compare

JetBrains Plugin Changes

  • fix: correct path boundary checking in StateHelper (#16)
  • doc: improve Skills section install instructions (#15)
  • doc: highlight terminal AI tool integration in README (#14)
  • feat: add one-ide-cli and editor-context skill (#13)

VS Code Extension Changes

  • fix: correct path boundary checking in StateHelper (#16)
  • doc: improve Skills section install instructions (#15)
  • doc: highlight terminal AI tool integration in README (#14)
  • feat: add one-ide-cli and editor-context skill (#13)

Release v1.1.5

11 Mar 23:18
41f4ab0

Choose a tag to compare

JetBrains Plugin Changes

  • feat: add install script for VS Code extension and forks (#11)
  • fix: prevent interference with AI coding tools during file edits (#10)
  • docs: add Open VSX version and download badges (#8)

VS Code Extension Changes

  • feat: add install script for VS Code extension and forks (#11)
  • fix: prevent interference with AI coding tools during file edits (#10)
  • docs: add Open VSX version and download badges (#8)

Release v1.1.4

01 Mar 13:50
2a867c2

Choose a tag to compare

JetBrains Plugin Changes

  • fix: settings not persisting when toggling off in IDEA settings (#6)
  • feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
  • fix: leader should step down when window loses focus (#4)
  • feat: Add Kiro rules support (#2)
  • refactor(cluster): decouple role actions and sync orchestration across plugins (#1)

VS Code Extension Changes

  • fix: settings not persisting when toggling off in IDEA settings (#6)
  • feat: Complete Kiro support - add steering rules, update gitignore and README (#5)
  • fix: leader should step down when window loses focus (#4)
  • feat: Add Kiro rules support (#2)
  • refactor(cluster): decouple role actions and sync orchestration across plugins (#1)

Release v1.1.3

06 Jan 00:15

Choose a tag to compare

JetBrains Plugin Changes

  • feat(sync): add pause/resume functionality to cluster service

VS Code Extension Changes

  • feat(sync): add pause/resume functionality to cluster service

Release v1.1.2

27 Dec 14:18

Choose a tag to compare

JetBrains Plugin Changes

  • feat(rules): add preferred extension support for rule files
  • feat: add support for text selection synchronization

VS Code Extension Changes

  • feat(rules): add preferred extension support for rule files
  • feat: add support for text selection synchronization

Release v1.1.1

26 Dec 00:55

Choose a tag to compare

JetBrains Plugin Changes

  • feat: notify user on plugin version mismatch across IDEs
  • refactor(cluster): remove node heartbeat functionality
  • refactor(state): simplify state structure

VS Code Extension Changes

  • feat: notify user on plugin version mismatch across IDEs
  • refactor(cluster): remove node heartbeat functionality
  • refactor(state): simplify state structure

Release v1.1.0

25 Dec 00:29

Choose a tag to compare

JetBrains Plugin Changes

  • feat:Add debouncer to prevent rapid consecutive state applications from other IDEs
  • refactor(state): simplify state structure
  • fix(jetBrain): resolve watch error when opening new projects

VS Code Extension Changes

  • feat:Add debouncer to prevent rapid consecutive state applications from other IDEs
  • refactor(state): simplify state structure

Release v1.0.6

24 Dec 14:08

Choose a tag to compare

JetBrains Plugin Changes

  • fix(cluster): handle window focus during election to prevent race condition

VS Code Extension Changes

  • fix(cluster): handle window focus during election to prevent race condition

Release v1.0.5

24 Dec 01:22

Choose a tag to compare

JetBrains Plugin Changes

  • fix: make file path comparisons case insensitive

VS Code Extension Changes

  • fix: make file path comparisons case insensitive

Release v1.0.4

22 Dec 23:18

Choose a tag to compare

JetBrains Plugin Changes

  • refactor(cluster): Optimize the synchronization strategy

VS Code Extension Changes

  • refactor(cluster): Optimize the synchronization strategy