Releases: OlegLustenko/obsidian-bulk-rename
Releases Β· OlegLustenko/obsidian-bulk-rename
0.3.4
0.3.3
0.3.2
0.3.2
0.3.1
0.3.1
0.3.0
We joined Obsidian Community Plugins!
This is a minor release that contains layout improvements and some typo fixes in README
0.2.6
New Features
Search Files By Tags
This release extends existing functionality and adds 1 more feature
Now you can search by tags across the vault and later move or update the names of such notes
Existing characters can be regExp
RegExp is generating with escaped characters
Changes
- Add search by tags
- Existing characters can be regExp(with escaped characters)
- increase code coverage
- Updated documentation
Full Changelog: 0.2.5...1.0.0
0.2.5
0.2.5
0.2.4
It's a minor release, without any significant changes in the code.
Renamed a few interfaces and reverted back to having a style.css
as it's required for passing CD
0.2.2
0.2.2
0.2.1
A couple of changes to make renamings is more accurate
- Extensions will not be a part of renamings anymore
- Increased test code coverage for existing functionality
- Preventing renaming for cases when:
- Existing Symbol is empty
- Existing Symbol is equal to Replace Pattern
- Files are not reviewed before submit
- Added notifications of success starting renamings and finishing renamings