mnaoumov_obsidian-smart-rename/CHANGELOG.md
2026-07-20 19:22:04 -06:00

3 KiB

CHANGELOG

2.2.8

  • chore: update libs

2.2.7

  • chore: update libs
  • chore(demo-vault): drop committed Invocables placeholder
  • fix(demo-vault): export invoke() from startup script; add Invocables folder

2.2.6

  • docs: standardize demo-vault README
  • docs: drop per-plugin demo-vault setup notes (bootstrap covered by ODU harness)
  • docs: unnumber demo-vault setup notes
  • Merge branch 'T102-renumber': number Smart Rename demo vault example notes (S2)
  • Merge branch 'T102': create the Smart Rename demo vault (S2)
  • chore: update lib
  • docs: update
  • docs: migrate to AGENTS.md

2.2.5

  • chore: update libs
  • chore: update obsidian-dev-utils to 85.0.0
  • refactor: pass params objects to SmartRenameComponent methods
  • test: use commands__ accessor after obsidian-test-mocks bridge rename
  • build: lock typescript to 6.0.3
  • test: wire integration-testing vitest-setup into integration projects
  • chore: update libs
  • chore: sort tsconfig types

2.2.4

  • refactor: new template

2.2.3

  • chore: update libs

2.2.2

  • chore: update template

2.2.1

  • chore: update template

2.2.0

  • feat: allow configuring preserving old titles re #14
  • feat: add setting groups
  • chore: update libs

2.1.14

  • refactor: commands

2.1.13

  • chore: update libs

2.1.12

  • chore: update libs

2.1.11

  • chore: update libs

2.1.10

  • chore: update libs
  • chore: lint
  • chore: enable markdownlint

2.1.9

  • fix: build
  • chore: update libs

2.1.8

  • chore: enable conventional commits

2.1.7

  • Minor changes

2.1.6

  • Minor changes

2.1.5

  • Minor changes

2.1.4

  • Minor changes

2.1.3

  • Minor changes

2.1.2

  • Minor changes

2.1.1

  • Minor changes

2.1.0

  • shouldSupportNonMarkdownFiles config
  • Update settings UI
  • Don't edit non-md files
  • Fix validation for default invalid char

2.0.27

  • Minor changes

2.0.26

  • Minor changes

2.0.25

  • Use getOsAndObsidianUnsafePathCharsRegExp

2.0.24

  • Minor changes

2.0.23

  • Minor changes

2.0.22

  • Minor changes

2.0.21

  • Minor changes

2.0.20

  • Improve performance

2.0.19

  • Fix initialization

2.0.18

  • Minor changes

2.0.17

  • Minor changes

2.0.16

  • Minor changes

2.0.15

  • New template
  • ESLint template

2.0.14

  • Minor changes

2.0.13

  • Minor changes

2.0.12

  • Minor changes

2.0.11

  • Update template

2.0.10

  • Minor changes

2.0.9

  • Minor changes

2.0.8

  • Minor changes

2.0.7

  • Minor changes

2.0.6

  • Minor changes

2.0.5

  • Minor changes

2.0.4

  • Minor changes

2.0.3

  • Avoid default exports

2.0.2

  • Minor changes

2.0.1

  • Minor changes

2.0.0

  • Add support to case changing
  • Check for title starting with dot
  • Add file menu
  • Handle link from the same file
  • Use newer prompt

1.1.2

  • Minor changes

1.1.1

  • Minor changes

1.1.0

  • Improve performance
  • Add process of invalid title characters
  • Store invalid title as an alias
  • Store title into title frontmatter key
  • Store title into first heading

1.0.1

  • Applied suggestions after code review

1.0.0

  • Initial version