From 31a105a89a14a21fc9b67ebb1d1af62ec6ea8b18 Mon Sep 17 00:00:00 2001 From: typhonrt Date: Tue, 7 Sep 2021 06:42:11 -0700 Subject: [PATCH] README / Changelog updates --- README.md | 3 ++- changelog.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6f4664..072f27f4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ A button to access the Quest Log is situated on the bottom of Journal Directory FQL is quite user-friendly with an intuitive UI, however you might want to [check out the Wiki](https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log/wiki) for more detailed usage including macros and Quest API details for external developers integrations. There are also a series of useful in depth video tutorials on YouTube that cover each recent release: -- [v0.7.5](https://youtu.be/cakE2a9MedM) +- [v0.7.7](https://youtu.be/lfSYJXVQAcE) - [v0.7.6](https://youtu.be/Dn2iprrcPpY) +- [v0.7.5](https://youtu.be/cakE2a9MedM) ## Features diff --git a/changelog.md b/changelog.md index 10f4e119..39f6bcad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,77 @@ # Changelog +## Release 0.7.7 +This release is a major quality of life update. + +- Quest Tracker overhaul + - Removed floating quest log. + - Quest tracker is now dockable / resizable. + - UI management + +- Macro Compendiums + - GM & Player macro compendiums. + - Most common macros to control FQL are pre-made and ready to drop in hotbar. + +- TinyMCE Corrections + - Default font in editor is the same when viewing quest. + - New smaller font sizes. + - Correct implementation for line spacing. + +- Theming + - Support for Whetstone. + - Support for Lib Themer (beta) / not officially released yet. + +## Release 0.7.6 +This release is a major quality of life update. There is deeper integration with Foundry allowing quests to be made into Notes on the canvas and many enhancements to the TinyMCE content editing capabilities. + +- FQL journal entry opens quest details. +- Drag FQL journal entry or quest from quest log to canvas as a Note. +- Quest tracker / floating log can interact w/ objectives. +- Content entity linking in objectives / abstract rewards +- TinyMCE + - New fonts + - oEmbed plugin + - style border + - style drop shadow + - Styles + - Blend mode + - Border + - Filters + - Blur + - Drop Shadow + - Grayscale + - Float + - Fonts + - Neon + - Line height + - Margin + - Opacity + - Source Code Editing + - CSS selector + - background gradient + - background before / after + +## Release 0.7.5 +Small quality of life update. + +Fix for Issue #98. +Esc key now cancels all single line input editing. +For all single line input fields cursor is set to end of input. +The default module setting for countHidden is now false instead of true. +Updated French translation / language file. + +## Release 0.7.4 +Brings substantial finishing aspects to FQL + +Improved user experience +Trusted Player Edit +New quest creation workflow +In-memory QuestDB +and much more! + +## Release 0.7.0-0.7.3 +Total rewrite that fixes most known bugs, courtesy of @typhonrt. +Existing quests will be migrated, except that quest rewards will be removed and need to re-added manually. +Remember to back up your world before installing. ## Release 0.6.0 * Set compatible with Foundry 0.8.6 (and removes compatibility with lower versions)