diff --git a/CHANGELOG.md b/CHANGELOG.md index bf01e416..3de6e0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.7.2](https://github.com/SilentVoid13/Templater/compare/2.7.1...2.7.2) (2024-09-25) + + +### Bug Fixes + +* **1446:** updates docs to match _actual_ behaviour of tp.file.folder() ([8d4f402](https://github.com/SilentVoid13/Templater/commit/8d4f4023e5adb7e85ada0c5c58bf583e27e1c190)) +* Fix first letter of suggest modal being cut off ([0f07a0d](https://github.com/SilentVoid13/Templater/commit/0f07a0d884d9a70d2c4bf2084eafb9047ca13b9d)), closes [#1454](https://github.com/SilentVoid13/Templater/issues/1454) [#1436](https://github.com/SilentVoid13/Templater/issues/1436) +* Prompt Autofocus Input ([a4eca81](https://github.com/SilentVoid13/Templater/commit/a4eca812c5f55b93f7986998dceab3f92370fdb2)), closes [#1457](https://github.com/SilentVoid13/Templater/issues/1457) [#1120](https://github.com/SilentVoid13/Templater/issues/1120) +* Use requestUrl instead of fetch to fix CORS errors when using `tp.web.request` ([bfbb474](https://github.com/SilentVoid13/Templater/commit/bfbb474180193e2c1c484f34e6acf1d2f76425f0)), closes [#1455](https://github.com/SilentVoid13/Templater/issues/1455) + ### [2.7.1](https://github.com/SilentVoid13/Templater/compare/2.7.0...2.7.1) (2024-09-04) diff --git a/manifest.json b/manifest.json index 82332e74..2e63a79a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.7.1", + "version": "2.7.2", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 80689b7d..2dc5cb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.7.1", + "version": "2.7.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1ca78e27..c42d699a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.7.2": "1.5.0", "2.7.1": "1.5.0", "2.7.0": "1.5.0", "2.6.0": "1.5.0",