From 0414c5a252ef3bc46cc5bd299590cade667fee10 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 19 Feb 2022 05:42:24 +0000 Subject: [PATCH] chore(release): v1.16.0 --- CHANGELOG.md | 14 ++++++++++++++ Templates.omnifocusjs/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd96fc5..d40d67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.16.0](https://github.com/ksalzke/templates-for-omnifocus/compare/v1.15.0...v1.16.0) (2022-02-19) + + +### Bug Fixes + +* :bug: don't show active projects inside dropped folders in destination list ([8c406a6](https://github.com/ksalzke/templates-for-omnifocus/commit/8c406a688384c42248e0299994f7f6342c4ca35b)), closes [#27](https://github.com/ksalzke/templates-for-omnifocus/issues/27) + + +### Features + +* :sparkles: don't show 'on hold' templates in drop down for 'Create From Template' action enhancement ([dbc1c38](https://github.com/ksalzke/templates-for-omnifocus/commit/dbc1c389dbc202b6c184dd0e9271e2ecd00621f2)) + + + # [1.15.0](https://github.com/ksalzke/templates-for-omnifocus/compare/v1.14.0...v1.15.0) (2022-02-19) diff --git a/Templates.omnifocusjs/manifest.json b/Templates.omnifocusjs/manifest.json index 5ee2960..d160651 100644 --- a/Templates.omnifocusjs/manifest.json +++ b/Templates.omnifocusjs/manifest.json @@ -3,7 +3,7 @@ "identifier": "com.KaitlinSalzke.Templates", "author": "Kaitlin Salzke", "description": "An OmniFocus plug-in that enables projects to be created from templates", - "version": "1.15.0", + "version": "1.16.0", "actions": [ { "identifier": "createFromTemplate",