Skip to content

Releases: jtracey/journal-backlinks

v0.11.1

16 Jan 21:31
Compare
Choose a tag to compare

This should hopefully fix the issues many have been having in various systems with windows moving around, but also makes the module more strict with where backlinks are added. Please file an issue if you see breakage.

What's Changed

  • be more strict about which elements we modify by @jtracey in #22

Full Changelog: v0.11.0...v0.11.1

v0.11.0

26 Oct 23:24
Compare
Choose a tag to compare

This is the first release with support for Foundry v11. Previous versions of Foundry are no longer supported. The only changes are bug fixes for compatibility.

v0.10.0

17 Nov 23:04
Compare
Choose a tag to compare

This is the first release with support for Foundry v10. Previous versions of Foundry are no longer supported. Major changes include:

  • You can no longer get backlinks on entire Journal Entries. Instead, if you want a backlink, it has to be to a particular Journal Entry Page.
  • Accordingly, links between all types of journal pages should function as expected.
  • Default heading has been dropped from <h1> to <h2> (otherwise it gets a bit confusing when using "view multiple pages" mode). The setting still allows you to change it, if you want to bump it back to <h1>.
  • Name-style links are not supported (see the Foundry link docs if you don't understand what this means). If you would like to see them supported, please file an issue.

Full Changelog: v0.8.0...v0.10.0

v0.8.0

06 Jun 22:22
e325bfc
Compare
Choose a tag to compare

What's Changed

  • Prevent error with Monster Blocks by @vexofp in #5
  • Hide backlinks in print media by @vexofp in #7

New Contributors

  • @vexofp made their first contribution in #5

Full Changelog: v0.7.0...v0.8.0

v0.7.0

09 Apr 04:18
c23a660
Compare
Choose a tag to compare

What's Changed

  • Spanish translation added by @HonzoNebro in #1
  • Support for entries linked by name, by @AzfarBadaroudine in #2
  • Switched to full semver (still on 0.* releases for now)

New Contributors

Full Changelog: v0.6...v0.7.0

v0.6

06 Apr 03:10
Compare
Choose a tag to compare

Initial release on this branch. The changes made so far on this fork include:

  • Fixed compatibility with Foundry version 9.
  • Add a setting to configure the minimum permission level a user must have before a link is visible.
  • Initial i18n support. So far only English is available; pull requests are welcome.