Skip to content

Commit bcf1812

Browse files
committed
Add changelog
1 parent 1bec742 commit bcf1812

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [0.2.0] - 2024-11-29
8+
9+
### Added
10+
11+
- Option to pick which headings to include in link display text when linking to multiple headings.
12+
- Options to change where the note name goes in relation to the headings in the link display text.
13+
- Option to change the message of the optional notice that appears whenever the plugin auto changes the display text.
14+
15+
### Fixed
16+
17+
- Incorrect display text when the link includes multiple headings.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "header-display-text",
33
"name": "Header Display Text",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"minAppVersion": "0.15.0",
66
"description": "Automatically uses linked headers as the display text for the link.",
77
"author": "Robert Arsenault",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "header-display-text-plugin",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Plugin for Obsidian (https://obsidian.md) that sets the display text of linked headers to the name of the header.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.1.0": "0.15.0"
2+
"0.2.0": "0.15.0"
33
}

0 commit comments

Comments
 (0)