Releases: jtracey/journal-backlinks
Releases · jtracey/journal-backlinks
v0.11.1
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
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.0
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
v0.7.0
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
- @HonzoNebro made their first contribution in #1
- @AzfarBadaroudine made their first contribution in #2
Full Changelog: v0.6...v0.7.0
v0.6
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.