Releases: shimeoki/obsidian-store
Release list
0.8.1
- 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
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
quick fix for aliases, because headings were broken
changelog: 0.7.0...0.7.1
0.7.0
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
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
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
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
0.4.0
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