Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

104 lines (55 loc) · 3.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.2.2 (2024-05-12)

Bug Fixes

4.2.1 (2024-05-12)

Bug Fixes

  • Iterate over toc without checking media type (f1bf3a8), closes #12
  • Update module.json (bd90d34)

4.2.0 (2023-05-29)

Features

  • Use new section select menu to write to anchor flag (46f70da)

4.1.0 (2022-10-17)

Features

  • Add header as label in update dialog (Solves #8)

4.0.0 (2022-09-18)

⚠ BREAKING CHANGES

  • Only compatible with Foundry V10

  • Remove all foundry code, this now only adds anchor links on scene notes (d08bac8)

3.0.2 (2022-04-30)

3.0.1 (2022-04-30)

Bug Fixes

3.0.0 (2022-04-30)

⚠ BREAKING CHANGES

  • Now does exact search, then match id, then loose contains.

Features

  • Now does exact search, then match id, then loose contains. (37883fb)

Bug Fixes

2.0.0 (2021-12-18)

  • Support for Foundry V9.

1.2.0 (2021-12-18)

  • Support for compendium links courtesy @Mgiepz.

1.1.0 (2021-08-12)

Added

  • Support for scene notes following the same paradigm as the Journal Links.

Fixed

  • Now properly checks if header element exists or not.
  • No longer displaying a ui notification when a header is not found. Instead logs a warning in console for easier debugging.

1.0.2 (2021-08-10)

Fixed

  • CSS rule on body to fix it on screen. This allows the use of scrollIntoView() again.
  • Reverted to scrollIntoView() setting behaviour to smooth.
  • Setting a custom name for a link will now be respected by the module.

1.0.1 (2021-08-09)

Added

  • Animation to scroll

Fixed

  • Bug where canvas would be scrolled as well

1.0.0 (2021-08-09)

Initial Commit and Release

Added

  • Libary
  • Module files