From 0a47221dad0f827365bd8849ebfdd509615f349a Mon Sep 17 00:00:00 2001 From: Ian Fisher Date: Wed, 19 Jun 2024 11:33:07 -0400 Subject: [PATCH] Version 0.2.4 --- CHANGELOG.md | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cccb5d3..06c1ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.2.4 (19 June 2024) +- A custom word separator can be set per-link. (https://github.com/iafisher/obsidian-quick-links/issues/6) + ## v0.2.3 (7 April 2024) - Piped italicized links are now handled correctly. (https://github.com/iafisher/obsidian-quick-links/issues/5) diff --git a/manifest.json b/manifest.json index 630d7d9..51c5d0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quick-links", "name": "Quick Links", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.15.0", "description": "Create quick link shortcuts to Wikipedia and other sites", "author": "Ian Fisher",