Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

(update don't often, for actual changelog visit this page)

[Unreleased]

[1.9.0] - 2023/07/28

Added

  • ✨ Automatic quote refresh interval

Fixed

  • Update MarkdownRenderer options (fixes #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)

[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)

[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)

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)

Fixed

  • Some fixes from here

[1.2.9] - 2022/05/13

Fixed

[1.2.8] - 2022/05/12

Fixed

  • innerHtml