Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Feb 1, 2025
1 parent 5dc64dc commit 6749620
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.6.0

- Show url tooltip
- Format unresolved links
- Preserve value set in UI
- Make links clickable in Live Preview mode

## 1.5.5

- Lint
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "frontmatter-markdown-links",
"name": "Frontmatter Markdown Links",
"version": "1.5.5",
"version": "1.6.0",
"description": "Adds support for markdown links in frontmatter",
"author": "mnaoumov",
"authorUrl": "https://github.com/mnaoumov/",
"isDesktopOnly": false,
"minAppVersion": "1.8.3",
"minAppVersion": "1.8.4",
"fundingUrl": "https://www.buymeacoffee.com/mnaoumov"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontmatter-markdown-links",
"version": "1.5.5",
"version": "1.6.0",
"description": "Adds support for markdown links in frontmatter",
"scripts": {
"build": "obsidian-dev-utils build",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.5.2": "1.7.7",
"1.5.3": "1.7.7",
"1.5.4": "1.7.7",
"1.5.5": "1.8.3"
"1.5.5": "1.8.3",
"1.6.0": "1.8.4"
}

0 comments on commit 6749620

Please # to comment.