Skip to content

Releases: steelbrain/intentions

v2.1.1

17 Jun 18:08
Compare
Choose a tag to compare

v2.1.0

16 Jun 21:29
Compare
Choose a tag to compare
  • Convert to TypeScript 🎉 (#88)
  • Convert the intentions list to Solid-js 🎉 (#90)

Bug fixes

  • Improve the load-time and run-time performance by using Parcel and Solid-js (#90)
  • Update dependencies (#88, #90)
  • Preserve the original scopes of the editor (#88)
  • Other miscellaneous changes (#88, #89, #90)

v2.0.0

15 Jun 05:43
Compare
Choose a tag to compare

Bug Fixes

  • Allow selecting the underlying text when the intentions are highlighted (#85)
  • Fix the error with invalid points (#81)
  • Unify the keyboard shortcuts on all operating systems (#87):
    • Use ALT+ENTER to open the intensions list and press ENTER (or select by mouse) to choose the action.
    • To see the all available actions hold CTRL ( on macOS).
  • Update dependencies (#75, #80, #81)

Breaking Change

  • keyboard shortcut on macOS is now the same as other operating systems (#87)