Skip to content

v0.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 22:40
· 365 commits to master since this release
749eb82

Commits

  • [068d95b]: Update CHANGELOG.md (Svyatoslav Sobol)
  • [1e64e33]: #7: Allow opening common extensions in the default app on click (Svyatoslav Sobol)
  • [dc12e4a]: #7: Allow opening common file types in the default app (Svyatoslav Sobol)
  • [c597dff]: Don't sort paths in openDocumentByReference an extra time (Svyatoslav Sobol)
  • [856caf5]: Fix formatting in CONTRIBUTING.md (Svyatoslav Sobol)
  • [8ba6ac7]: Bump @types/jest from 26.0.0 to 26.0.4 (dependabot-preview[bot]) #10
  • [53f7b7c]: Bump ts-jest from 26.1.0 to 26.1.2 (dependabot-preview[bot]) #12
  • [49a897d]: Bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (dependabot-preview[bot]) #13
  • [623e5bc]: Bump @types/vscode from 1.45.1 to 1.47.0 (dependabot-preview[bot]) #14
  • [8656935]: Update README.md (Svyat Sobol)
  • [aa33bee]: Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot]) #15
  • [e17ecd0]: Bump eslint-plugin-import from 2.21.1 to 2.22.0 (dependabot-preview[bot]) #11
  • [a8bb7b8]: Update CONTRIBUTING.md (Svyat Sobol)
  • [ed913ce]: Bump dependencies (Svyatoslav Sobol)
  • [0d73a86]: Remove mentioning about opening links in the default app from README.md for now (Svyat Sobol)
  • [89d12e7]: Update Accepted File Formats.md (Svyatoslav Sobol)
  • [d910bef]: Bump ts-loader from 7.0.5 to 8.0.1 (dependabot-preview[bot]) #17
  • [02f63d5]: Bump @types/node from 13.13.14 to 14.0.23 (dependabot-preview[bot]) #18
  • [e8e171c]: Remove stale comment in openDocumentByReference (Svyat Sobol)
  • [c343c25]: Bump dependencies (Svyat Sobol)
  • [db33caa]: Update ci.yml to run CI against PRs as well (Svyat Sobol)
  • [ffb158a]: #6: Implement ReferenceRenameProvider (Svyat Sobol)
  • [af18094]: Refactor extension.ts and dispose acquired resources properly (Svyat Sobol)
  • [077d7e9]: Add missing word (Svyat Sobol)
  • [1fffa42]: #7: Add openReferenceInDefaultApp command (Svyat Sobol)
  • [06b10df]: Bump eslint from 7.4.0 to 7.5.0 (dependabot-preview[bot]) #26
  • [01d3265]: Bump open from 7.0.4 to 7.1.0 (dependabot-preview[bot]) #27
  • [0027036]: Bump @types/jest from 26.0.4 to 26.0.5 (dependabot-preview[bot]) #28
  • [bb56383]: Minor refactoring for preview links (Svyat Sobol)
  • [3a10093]: Add test for referenceContextWatcher (Svyat Sobol)
  • [df2f262]: Rename context key (Svyat Sobol)
  • [25b6fa8]: Bump @types/node from 14.0.23 to 14.0.24 (dependabot-preview[bot]) #31
  • [79885da]: Bump @typescript-eslint/parser from 3.6.1 to 3.7.0 (dependabot-preview[bot]) #32
  • [8a2e01e]: Remove .only modifier from tests (Svyat Sobol)
  • [0266b25]: Add and use parseRef utility (Svyat Sobol)
  • [96a6ddd]: Rename getReferenceAtPosition result vars (Svyat Sobol)
  • [d4e4723]: Disallow references renaming in the files with unsaved changed (Svyat Sobol)
  • [4f9833a]: Update FAQ order in README.md (Svyat Sobol)
  • [33cce8b]: Minor rename in ReferenceRenameProvider (Svyat Sobol)
  • [579ffb4]: Replace extractLongRef + extractShortRef with fsPathToRef (Svyat Sobol)
  • [58e7970]: Fix bug in Windows when hover was not available for long references (Svyat Sobol)
  • [b56dcb1]: Move isInCodeSpan / isInFencedCodeBlock checks under getReferenceAtPosition where possible (Svyat Sobol)
  • [a6d2a21]: Support rename of the links with unknown extensions (Svyat Sobol)
  • [1496ca3]: Bump @typescript-eslint/eslint-plugin from 3.6.1 to 3.7.0 (dependabot-preview[bot]) #30
  • [8ebaf4d]: Update CHANGELOG.md (Svyat Sobol)
  • [2d5d20d]: v0.1.9 (Svyat Sobol)
  • [749eb82]: Update engine version (Svyat Sobol)