Releases: svsool/memo
Releases · svsool/memo
v0.3.9
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
- Fix links in markdown preview in the latest vscode (#367, #401) (Svyat Sobol)
Code Refactoring
- Refactor openDocumentByReference (Svyat Sobol)
Chores
- Update README.md (Svyat Sobol)
- Update help (Svyat Sobol)
- release: 0.3.9 (Svyat Sobol)
Commits
- ab0f63d: Apply suggestions from code review (Caiych) #331
- 52b3718: Merge branch 'config' of https://github.com/caiych/vscode-memo into config (caiych) #331
- 8fb531c: Merge branch 'config' of https://github.com/caiych/vscode-memo into config (caiych) #331
v0.3.8
Code Refactoring
- Refactor findUriByRef util (Svyat Sobol)
Chores
- deps-dev: bump @types/jest from 26.0.22 to 26.0.23 #348 (dependabot-preview[bot])
- deps: bump open from 8.0.6 to 8.0.7 #350 (dependabot-preview[bot])
- deps-dev: bump @types/node from 14.14.41 to 15.0.1 #351 (dependabot-preview[bot])
- Publish to Open VSX Registry (#349) (Svyat Sobol)
- Fix indentation in ci.yml (Svyat Sobol)
- Remove extra step from ci.yml (Svyat Sobol)
- Add Open VSX badge (Svyat Sobol)
- release: 0.3.8 (Svyat Sobol)
v0.3.7
Bug Fixes
- Fix findUriByRef for long links with dots (#346, #339) (Svyat Sobol)
Chores
- deps: [security] bump y18n from 4.0.0 to 4.0.3 #329 (dependabot-preview[bot])
- release: 0.3.7 (Svyat Sobol)
v0.3.6
Chores
- Update README.md (Svyat Sobol)
- release: 0.3.6 (Svyat Sobol)
v0.3.5
Bug Fixes
- Re-enable image preview on hover in latest vscode versions (Svyat Sobol)
Chores
- deps-dev: bump @typescript-eslint/parser from 4.18.0 to 4.19.0 #311 (dependabot-preview[bot])
- deps: bump semver from 7.3.4 to 7.3.5 #312 (dependabot-preview[bot])
- deps: bump open from 8.0.3 to 8.0.4 #307 (dependabot-preview[bot])
- deps-dev: bump @types/node from 14.14.35 to 14.14.36 #313 (dependabot-preview[bot])
- deps: Upgrade dependencies (Svyat Sobol)
- deps: Update webpack (Svyat Sobol)
- deps-dev: Update husky (Svyat Sobol)
- deps: [security] bump ini from 1.3.5 to 1.3.7 #218 (dependabot-preview[bot])
- deps: bump ini from 1.3.5 to 1.3.8 #221 (dependabot[bot])
- deps: [security] bump node-notifier from 8.0.0 to 8.0.2 #298 (dependabot-preview[bot])
- deps-dev: bump husky from 5.2.0 to 6.0.0 #316 (dependabot-preview[bot])
- deps-dev: bump @typescript-eslint/parser from 4.19.0 to 4.20.0 #318 (dependabot-preview[bot])
- deps: Bump dependencies (Svyat Sobol)
- release: 0.3.5 (Svyat Sobol)
v0.3.4
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
- Remove trailing space in help/README.md (Svyat Sobol)
- Update dependencies (Svyat Sobol)
- Fix node version in CI (Svyat Sobol)
- Change vscode compatibility to 1.52.x (Svyat Sobol)
- Update README.md (Svyat Sobol)
- Update README.md (Svyat Sobol)
- Update yarn.lock (Svyat Sobol)
- Revert engine version back to 1.54 (Svyat Sobol)
- Update README.md (Svyat Sobol)
- release: 0.3.4 (Svyat Sobol)
v0.3.3
Features
- open link in adjacent/new editor column (#81) #252 (ez4gis)
- Add memo:refFocusedOrHovered #252 (ez4gis)
- Add context menu "Open menu to the side" #252 (ez4gis)
Bug Fixes
- eslint error "Delete
CR
on Windows #252 (ez4gis) - remove space #252 (ez4gis)
- add showOption #252 (ez4gis)
- Fix tests for openReferenceBeside #252 (ez4gis)
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
- cleanup unused import(s) #252 (ez4gis)
- tests: Fix extension tests configuration to run tests directly in vscode (Svyat Sobol)
- Update help and docs (Svyat Sobol)
- Add new version teaser (Svyat Sobol)
- Update README.md (Svyat Sobol)
- Update help (Svyat Sobol)
- Update dependencies (Svyat Sobol)
- release: 0.3.3 (Svyat Sobol)
Commits
v0.3.2
Code Refactoring
- Improve show button text in newVersionNotifier (Svyat Sobol)
Chores
- Update README.md (Svyat Sobol)
- release: 0.3.2 (Svyat Sobol)
v0.3.1
Bug Fixes
- Fix long ref backlinks (#209) (Svyat Sobol)
Code Refactoring
- settings: Rename links.format absolute -> long (Svyat Sobol)
Chores
- deps: Bump dependencies (Svyat Sobol)
- jest: Rename tsConfig -> tsconfig (Svyat Sobol)
- Add new version teaser (Svyat Sobol)
- Add donate button (Svyat Sobol)
- Update engine version (Svyat Sobol)
- release: 0.3.1 (Svyat Sobol)
v0.3.0
Breaking Changes
- Make most of the features disableable (#167) (Svyat Sobol)
Features
- Adds flag for syntax decorations #134 (Matthew Meyers)
- Support links.format = absolute on file rename (Svyat Sobol)
- Make most of the features disableable (#167) (Svyat Sobol)
Bug Fixes
- remove errant only #134 (mgmeyers)
- Properly handle escape symbol for piped links (#164) (Svyat Sobol)
- Fix replacing multiple links at once (Svyat Sobol)
Documentation
- Update help/README.md (Svyat Sobol)
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
- deps-dev: bump eslint-plugin-import from 2.22.0 to 2.22.1 #132 (dependabot-preview[bot])
- update syntaxDecoration flag setting description #134 (mgmeyers)
- Upgrade dependencies (Svyat Sobol)
- Upgrade dependencies (Svyat Sobol)
- Update links.format option descriptions (Svyat Sobol)
- release: 0.3.0 (Svyat Sobol)