From 0409032ff8982cb3598317bac1997349e093ce18 Mon Sep 17 00:00:00 2001 From: Ian Fisher Date: Sun, 28 Jul 2024 15:06:42 -0400 Subject: [PATCH] Version 0.2.5 --- CHANGELOG.md | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c1ee0..3052b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.2.5 (28 July 2024) +- Links containing spaces work again. (https://github.com/iafisher/obsidian-quick-links/issues/7) + ## v0.2.4 (19 June 2024) - A custom word separator can be set per-link. (https://github.com/iafisher/obsidian-quick-links/issues/6) diff --git a/manifest.json b/manifest.json index 51c5d0e..fd2995f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quick-links", "name": "Quick Links", - "version": "0.2.4", + "version": "0.2.5", "minAppVersion": "0.15.0", "description": "Create quick link shortcuts to Wikipedia and other sites", "author": "Ian Fisher",