Skip to content

Latest commit

 

History

History
107 lines (67 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

107 lines (67 loc) · 3.25 KB

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.

1.1.5 - 2023-10-15

Fixed

  • Fix the "short links to files" description in the settings

1.1.4 - 2023-08-11

Changed

  • Revert changes from 1.1.3.

1.1.3 - 2023-06-23

Changed

  • Add test cases for the Dataview plugin.
  • Add test cases for tables which contain aliased links.

Fixed

  • Fix aliased link detection for the Dataview plugin. #9.

1.1.2 - 2023-05-07

Changed

  • Add test cases for footnotes to the Obsidian vault.

Fixed

  • Do not show icons for footnotes. #8.

1.1.1 - 2023-04-18

Changed

  • Update many notes in the Obsidian vault.
  • Update the NPM dependencies.

Fixed

  • Rename the symbolic link to this plugin in the Obsidian vault.
  • Major update to the internal link parser. #6.
  • Modified the behaviour of the markdown post processor. #6.

1.1.0 - 2023-04-10

Added

  • A settings tab to configure the plugin.
  • Shorten internal links to blocks, headings, notes and files.
  • Show icons next to internal links to indicate their types.
  • Replace external link icons with the icons provided by this plugin.
  • Reload the editing and preview view when settings are changed.

Changed

  • Refactor the structure of the plugin.
  • Rewrite the internal system to be more generic and robust.
  • Update the README.md with new documentation.
  • Change the plugin name to be less specific.
  • Update GitHub workflow to include styles.css.

1.0.2 - 2023-01-15

Fixed

  • Show decorations when the rightmost character is selected.
  • Don't update decorations when mouse is down in an attempt to mimic Obsidian's behaviour.

1.0.1 - 2023-01-15

Added

Fixed

  • Fixed links which contain Markdown formatting. #2.

1.0.0 - 2022-12-28

Added

  • The Obsidian extension which is an editor extension and a markdown post-processor.
  • A build system to transpile TypeScript to JavaScript.
  • A GitHub workflow to publish the extension.
  • Project settings for Visual Studio Code.
  • A README.md and a LICENSE.