Skip to content

Releases: asadm/codemirror-copilot

v0.0.7

18 Jan 15:22
88c6036
Compare
Choose a tag to compare

What's Changed

  • Packaging improvements by @tmcw in #15

Full Changelog: v0.0.6...v0.0.7

Fix interaction with other plugins

17 Jan 21:27
02d5420
Compare
Choose a tag to compare

The main component of this release is how codemirror-copilot interacts with other plugins: transactions created by other plugins had the potential to cause flickering of the suggestion. This PR aims to fix that issue.

  • Merge pull request #12 from tmcw/other-plugin-interference 02d5420
  • Don’t disappear if another plugin produces a transaction 1416093
  • Merge pull request #10 from tmcw/symlink-readme 3469032
  • Symlink readme, update package.json b63421d

v0.0.5...v0.0.6

v0.0.5

13 Dec 18:59
18c7508
Compare
Choose a tag to compare
  • Make the behavior in which suggestions are accepted on click optional: #5 from tmcw/click-optional c10fc76
  • Add documentation, make keybinding customizable fd463e7
  • Fix a crash where codemirror.doc cannot be joined 5c46fa8

85b7ec1...v0.0.5