Skip to content

Releases: Helixform/CodeCursor

v0.5.3

07 Jul 17:36
Compare
Choose a tag to compare

Release Notes

Fix

  • Fixed the issue where extensions may unexpectedly panic during login polling. #35

v0.5.2

14 Jun 14:38
c9b5bf2
Compare
Choose a tag to compare

Release Notes

Refactor

  • Migrate to new server APIs

Fix

  • Fix the issue that extension not working

v0.5.1

21 Apr 05:48
Compare
Choose a tag to compare

Release Notes

New Feature

  • Now you can generate entire projects with the AI 🎉

Fix

  • Fix the issue of unable to login and register. #34

v0.4.1

20 Apr 08:11
Compare
Choose a tag to compare

Release Notes

Change

  • Upgrade Cursor API to version 0.2.7

v0.4.0

16 Apr 17:50
Compare
Choose a tag to compare

Release Notes

New Feature

  • Support log in with Cursor account. #21 #27 #29

Fix

  • Fixed the issue where the chat dialogue button disappears after moving the chat panel. #22

v0.3.2

30 Mar 16:08
Compare
Choose a tag to compare

Release Notes

Add

  • Supports for custom OpenAI API key and models

Fix

  • Fixed a regression issue where commands will disappear during search

v0.3.1

29 Mar 17:58
Compare
Choose a tag to compare

Release Notes

Add

  • Commands for commonly used actions (such as "Accept Changes"), which allow users to bind keyboard shortcuts

Fix

  • Fixed the issue where text wrapped in the placeholder pattern would be lost when inserting code snippet
  • Show alert when chatting without an active text editor

v0.3.0

28 Mar 15:31
Compare
Choose a tag to compare

Release Notes

New Feature

  • Chat is now available in the CodeCursor
  • Add Generate Code command to the editor context menu

Fix

  • Fixed issue where failed requests were incorrectly identified as completed

v0.2.2

25 Mar 15:13
Compare
Choose a tag to compare

Release Notes

Fix

  • Unify the display name
  • Frequent failures may occur when dealing with long code
  • Throttle the diff operation for performance

v0.2.1

23 Mar 12:58
Compare
Choose a tag to compare

Release Notes

Add

  • Automatically merge the generated contents to the current document