mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
1.1.0
This commit is contained in:
parent
8509faea27
commit
df7a00ce7a
5 changed files with 12 additions and 5 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- Add setting: Path depth
|
||||
- Add setting: Should include extension
|
||||
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/20.2.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
- Remove escaping
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "backlink-full-path",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Backlink Full Path",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "1.8.9"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tsconfig/strictest": "^2.0.5",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backlink-full-path",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Shows the backlink's full path in the backlinks panel.",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"1.0.0": "1.8.9",
|
||||
"1.0.1": "1.8.9"
|
||||
"1.0.1": "1.8.9",
|
||||
"1.1.0": "1.8.9"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue