From d861cc5418835f8398eb20d1547b8d06a9f8be44 Mon Sep 17 00:00:00 2001 From: Andrii Yefremov <56955307+ka1tzyu@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:53:36 +0300 Subject: [PATCH] ci: new version 1.9.0 --- docs/docs/CHANGELOG.md | 138 +++++++++++++++++++++++++++++++++++-- docs/docs/assets/lq190.mp4 | Bin 0 -> 7442720 bytes manifest.json | 16 ++--- package.json | 2 +- versions.json | 71 +++++++++---------- 5 files changed, 177 insertions(+), 50 deletions(-) create mode 100644 docs/docs/assets/lq190.mp4 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index eb2006f..e50600a 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -8,149 +9,256 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.9.0] - 2023/07/28 + +## Added + +- ✨ Automatic quote refresh interval + +![](assets/lq190.mp4) + +## Fixed + +- Update MarkdownRenderer options (fixes [#26](https://github.com/decatetsu/local-quotes/issues/26)) +- (dev) Updated packages and configurations +- (dev) Fixed all eslint problems +- (dev) Moved to yarn + +## [1.8.5] - 2023/02/25 + +## Fixed + +- Refresh button is invisible ([#23](https://github.com/decatetsu/local-quotes/issues/23)) + +## [1.8.4] - 2022/07/24 + +## Fixed + +- Implemented a display warning setting across the code to make its work more properly + +## [1.8.3] - 2022/07/23 + +## Fixed + +- Warnings now displaying in the console and can be disabled in the settings + +## [1.8.2] - 2022/07/23 + +## Fixed + +- Reducing TypeError with empty frontmatter ([#19](https://github.com/decatetsu/local-quotes/issues/19)) + +## [1.8.1] - 2022/07/13 + +## Fixed + +- Incompatibility with 0.15.0 + ## [1.8.0] - 2022/07/10 + ## Added + - Ability to use double tap on mobile to refresh quote block - Setting to disable double tap feature ## Changed + - Improved performance with large blockMetadata collections ## [1.7.2] - 2022/06/28 + ## Fixed + - Now customClass can handle more than one class ## [1.7.1] - 2022/06/28 + ## Fixed + - Labels for corners in `Style Settings` ## [1.7.0] - 2022/06/28 + ## Added + - Style the refresh button as you like in `Style Settings` plugin ## [1.6.0] - 2022/06/26 + ## Added + - Refresh button that allow you to update content without waiting (and setting to hide it) ## Changed + - Some refactoring and code improvements ## [1.5.0] - 2022/06/24 + ## Added + - Command `Refresh local quotes for active file` ## Fixed + - Some grammar issues and clarifying in the settings - Some wrong commands' and classes' names ## [1.4.0] - 2022/06/22 + ## Changed + - Ability to use weighted random strategy in settings ([#15](https://github.com/ka1tzyu/local-quotes/issues/15)) ## Fixed + - Increased performance for function that removes markdown in author's name - Full search and wrong search display ## [1.3.4] - 2022/06/20 + ## Changed + - Ability to disable quote's formatting (using plain text instead of quote's format) ## [1.3.3] - 2022/06/03 + ## Fixed + - Dataview update blocked rendering some lines of quote ## [1.3.2] - 2022/06/01 + ## Changed + - `onFileModify` event from file's `modify` to metadata's `changed` ## Removed + - Some reduntant code ## [1.3.1] - 2022/05/28 + ## Fixed + - Error on startup with failed load ## [1.3.0] - 2022/05/24 + ## Added + - Ability to automatically update quote listing when file modifies, so you don't need to manually rescan it - Setting for automatically quote listing update (enabled by default) ## Removed + - Unnecessary `quoteScanOnBlockRender` setting ## [1.2.10] - 2022/05/19 + ### Changed -- Replace showdown to Obsidian's `renderMarkdown()`, so plugin size reduced to ~35KB -([related task](https://github.com/ka1tzyu/local-quotes/projects/1#card-82152964)) + +- Replace showdown to Obsidian's `renderMarkdown()`, so plugin size reduced to ~35KB + ([related task](https://github.com/ka1tzyu/local-quotes/projects/1#card-82152964)) ### Fixed + - Some fixes from [here](https://github.com/ka1tzyu/local-quotes/projects/1#card-82152799) ## [1.2.9] - 2022/05/13 + ### Fixed -- Multi-line quotes now work properly -[wiki reference](https://github.com/ka1tzyu/local-quotes/wiki/How-quote-listings-work#-multi-line-quotes) + +- Multi-line quotes now work properly + [wiki reference](https://github.com/ka1tzyu/local-quotes/wiki/How-quote-listings-work#-multi-line-quotes) ## [1.2.8] - 2022/05/12 + ### Fixed + - `innerHtml`