Changelog

v0.2.4 - Chat Scrolling & Ghost Mode (2023-04-16)

New Features

  • Fixes to scrolling in chat
  • Ghost mode for opting out of storing any kind of data on our servers

Bug Fixes

  • Nicer edits, now work with cmd-Z
  • Various bugs squashed in the streaming diffs

v0.2.3 - Enhanced Error Handling (2023-04-14)

New Features

  • Hover over an error to have the AI explain it/fix it

Bug Fixes

  • Settings icon on Linux
  • Don't install "cursor" command on startup

Coming soon

  • GPT-4 support

v0.2.2 - Bug Fixes Galore (2023-04-07)

Bug Fixes

  • Fixes the Mac autoupdating experience
  • "Undefined uri" issue fixed
  • Turns off the auto-install of the "cursor ." command (and fixes its install altogether)

v0.2.0 - Introducing Cursor 0.2.0! (2023-04-06)

  • We've transitioned to building Cursor on top of a fork of VSCodium, moving away from our previous Codemirror-based approach.
  • This allows us to focus on AI features while leveraging VSCode's mature text editing capabilities.
  • Our goal is to create an IDE optimized for pair-programming with AI.
  • While currently similar to a standard code editor with AI features, we plan to evolve the programming experience significantly over time.

New Features

  • Transitioned to building Cursor on top of a fork of VSCodium
  • Focus on enhancing the AI for pair-programming