From b5d177cf96d3c329b1367959cdebdd0aeff1cc2f Mon Sep 17 00:00:00 2001 From: Murphy Date: Fri, 23 Feb 2024 12:55:43 +0100 Subject: [PATCH] 2.4.1 changelog --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2a4f3ca..ab1d7bb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## [2.4.1](https://github.com/StrangeGirlMurph/obsidian-wikipedia-search/releases/tag/2.4.1) (23.02.2024) +- Fixes a bug where a template still uses the specified template file without creating a note +- Improves the auto-cleanup feature to also parse the LaTeX of a Wikipedia articles intro. + ## [2.4.0](https://github.com/StrangeGirlMurph/obsidian-wikipedia-search/releases/tag/2.4.0) (17.12.2023) - Fixes a big bug that made using template files with the link article command impossible. (#25) - Adds the option to use the parent folder of the currently active note to create new notes in. (#24)