Skip to content

Releases: svsool/memo

v0.1.7

10 Jul 15:24
fc56e3d
Compare
Choose a tag to compare

Commits

  • [49747bd]: #5: Fix backlinks lookup for filenames with special characters (Svyatoslav Sobol)
  • [1c3a1c1]: v0.1.7 (Svyatoslav Sobol)
  • [fc56e3d]: Fix BacklinksTreeDataProvider tests for Windows (Svyatoslav Sobol)

v0.1.6

08 Jul 16:23
354c05d
Compare
Choose a tag to compare

Commits

  • [c38d6ea]: Update keywords (Svyatoslav Sobol)
  • [7a525ad]: Fix typos (Svyatoslav Sobol)
  • [8b80b89]: Add personal token secret for publish job in ci.yml (Svyatoslav Sobol)
  • [edd09cb]: #4: Ensure directory exists for long links (Svyatoslav Sobol)
  • [354c05d]: v0.1.6 (Svyatoslav Sobol)

v0.1.5

06 Jul 21:42
2d71d24
Compare
Choose a tag to compare

Commits

  • [d49cbc8]: Update ci (Svyatoslav Sobol)
  • [770051f]: Update package.json (Svyatoslav Sobol)
  • [bcdcd32]: Change marketplace badge to short one because version is updated faster (probably not cached) (Svyatoslav Sobol)
  • [8184e68]: Unify logic for finding uri by ref (Svyatoslav Sobol)
  • [6ff2ee4]: Add releasing section to CONTRIBUTING.md (Svyatoslav Sobol)
  • [2d71d24]: v0.1.5 (Svyatoslav Sobol)

v0.1.4

06 Jul 19:51
3f24262
Compare
Choose a tag to compare

Commits

  • [950ba93]: Fix open document by reference when image with the same name as note was opened via short link (Svyatoslav Sobol)
  • [d00aaff]: Remove --yarn suffix from vsce commands (Svyatoslav Sobol)
  • [400a3c3]: Add autorelease job to ci (Svyatoslav Sobol)
  • [039956e]: Update README.md (Svyatoslav Sobol)
  • [3f24262]: v0.1.4 (Svyatoslav Sobol)

v0.1.3

05 Jul 21:03
e21dafb
Compare
Choose a tag to compare
  • Minor updates for README.md

v0.1.2

06 Jul 19:58
4b412a8
Compare
Choose a tag to compare
  • Minor updates for README.md

v0.1.1

05 Jul 20:31
2a65516
Compare
Choose a tag to compare
  • Update features in README.md
  • Add help

v0.1.0

04 Jul 17:46
eb3f636
Compare
Choose a tag to compare
  • Links support
    • Creating links
    • Links navigation on cmd+click for macOS or ctrl+click for Windows
    • Automatic links synchronization on file rename
    • Support for short and full links if filename is not unique in the workspace
  • Notes & images preview in the built-in Markdown preview or on hovering a link
  • Creating notes on the fly from the links that are not created yet to the filesystem
  • Simple backlinks panel
  • Two new commands added
    • Open today's note command — creates a note with a title in this format yyyy-mm-dd or opens already existing one
    • Open random note — allows you to explore your knowledge base a little bit