This commit is contained in:
Michael Naumov 2025-09-01 01:52:32 -06:00
parent 339db7e612
commit e0cdb41fea
5 changed files with 21 additions and 18 deletions

View file

@ -1,38 +1,41 @@
# CHANGELOG
## 1.5.8
- Minor changes
## 1.5.7
- Update libs
- Minor changes
## 1.5.6
- Update libs
- Minor changes
## 1.5.5
- Update libs
- Minor changes
## 1.5.4
- Update libs
- Minor changes
## 1.5.3
- Update libs
- Minor changes
## 1.5.2
- Update libs
- Minor changes
## 1.5.1
- Update libs
- Minor changes
## 1.5.0
- Refactor to shadow-root.
- This keeps `textContent` value used by [Supercharged Links](https://github.com/mdelobelle/obsidian_supercharged_links).
- Fixes: [Issue #5](https://github.com/mnaoumov/obsidian-backlink-full-path/issues/5).
- This keeps `textContent` value used by [Supercharged Links](https://github.com/mdelobelle/obsidian_supercharged_links) (#5)
## 1.4.0
@ -40,15 +43,15 @@
## 1.3.4
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.1
- Minor changes
## 1.3.3
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.0
- Minor changes
## 1.3.2
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.0.1
- Minor changes
## 1.3.1
@ -66,7 +69,6 @@
- Add setting: Path depth
- Add setting: Should include extension
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/20.2.1
## 1.0.1

View file

@ -6,6 +6,6 @@
"id": "backlink-full-path",
"isDesktopOnly": false,
"name": "Backlink Full Path",
"version": "1.5.7",
"version": "1.5.8",
"minAppVersion": "1.9.12"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "backlink-full-path",
"version": "1.5.7",
"version": "1.5.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "backlink-full-path",
"version": "1.5.7",
"version": "1.5.8",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "latest",

View file

@ -1,6 +1,6 @@
{
"name": "backlink-full-path",
"version": "1.5.7",
"version": "1.5.8",
"description": "Shows the backlink's full path in the backlinks panel.",
"keywords": [],
"license": "MIT",

View file

@ -16,5 +16,6 @@
"1.5.4": "1.8.10",
"1.5.5": "1.8.10",
"1.5.6": "1.9.10",
"1.5.7": "1.9.12"
"1.5.7": "1.9.12",
"1.5.8": "1.9.12"
}