Skip to content

Releases: OlegLustenko/obsidian-bulk-rename

0.3.4

10 Sep 07:31
Compare
Choose a tag to compare

UI Simplification release

  • Preview Area now become bigger
  • Preview/Refresh now called on field blur
  • Total files moved to the bottom

Desktop

image

Mobile

image

0.3.3

10 Sep 07:10
Compare
Choose a tag to compare

UI Simplification release

image

  • Preview Area now become bigger
  • Preview/Refresh now called on field blur
  • Total files moved to the bottom

0.3.2

10 Sep 07:06
Compare
Choose a tag to compare
0.3.2

0.3.1

10 Sep 07:06
Compare
Choose a tag to compare
0.3.1

0.3.0

09 Sep 14:05
Compare
Choose a tag to compare

We joined Obsidian Community Plugins!

This is a minor release that contains layout improvements and some typo fixes in README

0.2.6

05 Sep 14:33
Compare
Choose a tag to compare

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

03 Sep 18:42
Compare
Choose a tag to compare
0.2.5

0.2.4

03 Sep 18:34
Compare
Choose a tag to compare

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

03 Sep 07:27
Compare
Choose a tag to compare
0.2.2

0.2.1

28 Aug 10:54
Compare
Choose a tag to compare

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