Skip to content

Releases: shimeoki/obsidian-store

0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:46
0.8.1
bd03853
  • tagme feature has been added. if no other tags are in the note, a tagme tag is added. it can be deleted automatically if at least one other tag is present. previously it could be done with templates, but not the automatic deletion part.
  • tags are handled generally better, because they are case-insensitive now and a scenario with a single string instead of a list is considered.
  • validation for tags in the settings was added.

changelog: 0.8.0...0.8.1

0.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:21
0.8.0

mainly this is for the migration to new obsidian declarative settings api: https://docs.obsidian.md/plugins/guides/migrate-declarative-settings.

this is a breaking change, because the layout of the settings is now flat. it is really easier this way.

no new features, but there are some translation fixes and dependency updates.

changelog: 0.7.1...0.8.0

0.7.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 11:28
0.7.1
96dd6cf

quick fix for aliases, because headings were broken

changelog: 0.7.0...0.7.1

0.7.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 14:39
0.7.0
185c690

an actual rework of the plugin. more settings, some features and significant internal revamp.

from the most notable changes:

  • the interaction with the plugin is condensed into a single "store" action (aside from the packing)
  • documentation
  • excludes
  • template folder
  • you can create notes in the current/new tab separately

changelog: 0.6.0...0.7.0

0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:53
0.6.0
490a0bb

fixes:

  • no more "store-" prefixes for command id's (how it should be)

features:

  • setting groups

migration:

  • if you have any hotkeys binded, then migrate them manually: remove the "store-" prefix.

changelog: 0.5.1...0.6.0

mostly it's an "internal refactor" update and i wanted to test nix ci

0.5.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 18:19
0.5.1
0a7a568

fixes:

  • nix package was broken
  • pack folder field was suggesting notes

features:

  • archive. now via a command or a file menu notes with a tag "archive" can be moved to a separate folder (also "archive"). right now settings for this feature are not in the settings tab yet, because i want to use new setting groups and rework them entirely.

changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 13:29
0.5.0
48325b3

oopsie-daisy, that was supposed to be 0.4.2. anyway

features:

  • packer. now you can "pack" your notes to a directory in the vault. this makes the process of sharing your hashed notes with other people much easier.

ci:

  • nix flake was added. now the process of contributing and building with nix is effortless.

changelog: 0.4.1...0.5.0

0.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:15
0.4.1
ba0d775

features:

  • now you can add aliases from first-level headings

changelog: 0.4.0...0.4.1

0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 11:51
0.4.0
8562fe3

new minor release because of the internal refactoring breaking changes (and right now minor act as major versions, because major is 0).

features:

  • architecture for i18n
  • russian l10n

changelog: 0.3.1...0.4.0

0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 21:30
0.3.1
77a9b4d

features:

now you can add first-level heading to a note from the filename.

changelog: 0.3.0...0.3.1