Skip to content

Commit 1b2d0c2

Browse files
committed
2.0.0
1 parent 0f68fcd commit 1b2d0c2

File tree

5 files changed

+40
-6
lines changed

5 files changed

+40
-6
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CHANGELOG
2+
3+
## 2.0.0
4+
5+
- Add support to case changing
6+
- Check for title starting with dot
7+
- Add file menu
8+
- Handle link from the same file
9+
- Use newer prompt
10+
11+
# 1.1.2
12+
13+
- Minor refactoring
14+
15+
# 1.1.1
16+
17+
- Minor refactoring
18+
19+
# 1.1.0
20+
21+
- Improve performance
22+
- Add process of invalid title characters
23+
- Store invalid title as an alias
24+
- Store title into title frontmatter key
25+
- Store title into first heading
26+
27+
# 1.0.1
28+
29+
- Applied suggestions after [code review](https://github.com/obsidianmd/obsidian-releases/pull/1782#issuecomment-1482613623)
30+
31+
# 1.0.0
32+
33+
- Initial version

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "smart-rename",
33
"name": "Smart Rename",
4-
"version": "1.1.2",
5-
"minAppVersion": "1.1.0",
4+
"version": "2.0.0",
5+
"minAppVersion": "1.7.5",
66
"description": "Renames notes keeping previous title in existing links",
77
"author": "mnaoumov",
88
"authorUrl": "https://github.com/mnaoumov",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smart-rename",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"description": "Renames notes keeping previous title in existing links",
55
"scripts": {
66
"build:validate": "obsidian-dev-utils build:validate",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.1": "1.1.0",
44
"1.1.0": "1.1.0",
55
"1.1.1": "1.1.0",
6-
"1.1.2": "1.1.0"
6+
"1.1.2": "1.1.0",
7+
"2.0.0": "1.7.5"
78
}

0 commit comments

Comments
 (0)