Skip to content

Releases: svsool/memo

v0.3.9

19 Jun 22:18
518f3c5
Compare
Choose a tag to compare

Features

  • Support configurable root location for creating notes #331 (caiych)
  • Support configurable location for creating notes #331 (caiych)
  • Support configurable location for creating notes #331 (caiych)

Bug Fixes

Code Refactoring

Chores

Commits

v0.3.8

30 Apr 16:25
961af86
Compare
Choose a tag to compare

Code Refactoring

Chores

v0.3.7

27 Apr 16:36
fc97edb
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.3.6

24 Apr 17:13
5655d6c
Compare
Choose a tag to compare

Chores

v0.3.5

24 Apr 16:47
18bff0c
Compare
Choose a tag to compare

Bug Fixes

  • Re-enable image preview on hover in latest vscode versions (Svyat Sobol)

Chores

v0.3.4

20 Mar 17:00
92e869c
Compare
Choose a tag to compare

Bug Fixes

  • Fix backlink error when filenames contain regex symbols #281 (Louis Quinnell)
  • Add a note about degraded experience on image hover with vscode 1.53/1.54 (Svyat Sobol)
  • Make follow link to work with vscode 1.53/1.54 (Svyat Sobol)

Tests

  • Make tests work with the latest vscode executable (Svyat Sobol)
  • Add test for backlink that contains regexp symbol in name (Svyat Sobol)
  • Skip one backlinks test under Windows (Svyat Sobol)
  • Fix vscode version to 1.52.1 in test runner (Svyat Sobol)

Chores

v0.3.3

20 Mar 16:49
ee66fe6
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

  • rename openLinkInNextColumn to openReferenceInNextColumn #252 (ez4gis)
  • rename to refAtPos for consistency #252 (ez4gis)
  • Remove type not being used yet #252 (ez4gis)
  • Change name to openReferenceBeside #252 (ez4gis)

Tests

  • Add tests for open link to the side #252 (ez4gis)
  • Add more test, w known issue of a test fail! #252 (ez4gis)
  • Include showOption ViewColumn in tests #252 (ez4gis)

Chores

Commits

  • [0295808]: Revert "fix: eslint error "Delete CR on Windows" (ez4gis) #252

v0.3.2

06 Dec 21:55
edcf512
Compare
Choose a tag to compare

Code Refactoring

  • Improve show button text in newVersionNotifier (Svyat Sobol)

Chores

v0.3.1

06 Dec 15:43
d240d30
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

  • settings: Rename links.format absolute -> long (Svyat Sobol)

Chores

v0.3.0

31 Oct 20:14
396ab94
Compare
Choose a tag to compare

Breaking Changes

Features

Bug Fixes

Documentation

Code Refactoring

  • move syntax decoration flag to a testable location #134 (mgmeyers)
  • Rename syntaxDecorations.enable -> enableSyntaxDecorations (Svyat Sobol)
  • Rename linkBehavior.useLongRefsAlways -> links.format and fn overloading for getMemoConfigProperty (Svyat Sobol)
  • Rename links.format options (Svyat Sobol)
  • Improve links sync on file rename with links.format = absolute (Svyat Sobol)
  • Improve sync logic (Svyat Sobol)

Chores

Commits

  • [3f71fdc]: Enable persistent use of long refs (jojanaho) #131