From 44e0c9935f5717385f96186538b39ac3b33f599d Mon Sep 17 00:00:00 2001 From: aljawaid Date: Fri, 21 Oct 2022 00:14:18 +0100 Subject: [PATCH] Prepare first release --- README.md | 15 +++++++++------ changelog.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 changelog.md diff --git a/README.md b/README.md index 9b74a83..3e22139 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,25 @@ Main Features - EmailTaskHistory - Upon closing tasks, email the full task description and history of comments to the task creator, assignee or both -- Translations - - English (UK), French, German + + +Translations +------------ + +- English (UK), French, German Compatibility ------------- - - Requires Kanboard ≥`1.2.20` +- Requires Kanboard ≥`1.2.20` Changelog --------- - - All notable style changes are listed in the [Changelog](../main/changelog.md "See changes") - +[**Full Changelog**](../main/changelog.md "See changes") + Installation ------------ @@ -55,4 +59,3 @@ Authors & Contributors License ------- - This project is distributed under [The Unlicense](../main/LICENSE "Read The Unlicense") - diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..ec0b85f --- /dev/null +++ b/changelog.md @@ -0,0 +1,36 @@ +# KanboardEmailHistory Changelog + +## v1.0 + +### What's Changed + +_(most recent changes are listed on top):_ +* b104e76 Cleanup code +* 0d4737d Update README.md +* b5f77d8 FIX: Email styling for comments section +* 275f5f0 Attempt to call plugin-specific templates- Fixes #1 +* 92b0e50 Merge pull request #2 - template override for action replaces frontend template +* 7d478aa Attempt to call plugin-specific templatesAttempt to call plugin-specific templates instead of template overrides +* b64df1e Avoid Template OverridesAvoid template overrides to prevent the frontend from being affected +* 455916d FIX: Translations +* c143eca NEW: Add Translations- Added French, German (used Google Translate for translations) +* 7fd5b6b FIX: Email Content - Fixes: commit 815d234019c50db52d0334921960bb849cccf8ed (based on suggestions by @creecros) +* 815d234 UPDATE: Add email structure to Action - Correct spacing on subject line +* f544b4a NEW: Set Template Overrides +* 4ace072 UPDATE: Translations - Split language strings for creator and assignee +* 8a8f016 Wrong folder in conditional +* 408723f Few more fixes I missed +* 4c2ec10 Fixes +* 29e80a3 add code comments +* 6cc4c44 NEW: Initial push +* 0a2f804 UPDATE: Translations +* 9d0504d NEW: Added `en_GB` translations +* 6dfc04f Create translations.php +* 7701fbc Delete EmailCommentHistory +* 31929bc Rename EmailFullTaskHistory to EmailTaskHistory +* 51f0ac8 Create EmailFullTaskHistory +* 8a1a92d Create EmailCommentHistory +* e721ed0 Create Plugin.php + + + [**Full Changelog**](../main/changelog.md "See changes") \ No newline at end of file