Skip to content

Commit e41d714

Browse files
committed
0.6.0
1 parent 18e391d commit e41d714

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414

1515

16+
17+
## [0.6.0] - 2025-11-14
18+
19+
### Changes
20+
21+
- docs: add comment documenting use of undocumented getBacklinksForFile API
22+
- docs: update alias feature documentation and rename display text setting for clarity
23+
- docs: clarify display text preservation behavior and update default setting
24+
- feat: separate alias preservation from display text preservation with improved backlink handling
25+
- feat: add optional alias preservation when renaming files to maintain backlink display text
26+
- feat: add configurable frontmatter title field support
27+
1628
## [0.5.1] - 2025-08-02
1729

1830
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "file-title-updater",
33
"name": "File Title Updater",
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"minAppVersion": "1.0.0",
66
"description": "Synchronize titles between filename, frontmatter, and first heading in notes.",
77
"author": "wenlzhang",

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": "file-title-updater",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Synchronize titles between filename, frontmatter, and first heading in notes.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"0.3.0": "1.0.0",
1111
"0.4.0": "1.0.0",
1212
"0.5.0": "1.0.0",
13-
"0.5.1": "1.0.0"
13+
"0.5.1": "1.0.0",
14+
"0.6.0": "1.0.0"
1415
}

0 commit comments

Comments
 (0)