Releases: foundryvtt/world-anvil
1.4.6
World Anvil 1.4.5
Bug Fixes
- Improve the behavior of sorting categories (#72)
Bug Fixes
- Correct a rendering problem which affected Foundry V10.
World Anvil 1.4.4
World Anvil 1.4.3
Compatibility update for dual support for Versions 10 and 11 only. No changes.
World Anvil 1.4.0
This World Anvil release upgrades compatible support to Foundry Virtual Tabletop version 10.
Because of the significant changes to the V10 Journal System, this new version of the World Anvil module requires Foundry VTT version 10. If you are remaining on Verison 9 or prior you should also remain on an older version of the WA module.
Many thanks to Adrien Schiehle (@adrien-schiehle) for his contributions towards V10 compatibility and the features included in this release:
- Version 10 compatibility, the components of a World Anvil article will be split up into pages of the imported Journal Entry.
- Add support for collapsible/expandable categories in the World Anvil browser interface.
- Bug fixes for refresh workflows with a new button to manually refresh articles within the UI.
- Better support for choosing the featured image of a World Anvil article.
- Adapt to some upstream API changes on the World Anvil side.
- Improved support of category sorting to more closely match the order in which categories appear within World Anvil.
Additional Contributors
- @wdawson for a helpful bugfix in Release 1.4.2
World Anvil 1.3.3
A minor bugfix release to correct for an API change on the World Anvil side that was affecting content import.
release-1.3.2
Migrate the world-anvil
module to GitHub.
release-1.3.0
World Anvil Version 1.3.0
The version 1.3.0
release for the world-anvil
module adds support for importing secret sections from World Anvil articles which result in secret blocks in the imported Foundry VTT text. It also adds support for convenient buttons that can share imported articles with your players (who become Observers).
The version also expands upon the API by adding the following hooks at various stages of the content import workflow.
Hooks.callAll(`WAUpdateJournalEntry`, entry, content);
Hooks.callAll(`WACreateJournalEntry`, entryData, article, content);
Hooks.callAll(`WAParseArticle`, article, parsedData);
Documentation on these hooks is available within the framework.js
file.
Contributors
Many thanks to Adrien Schiehle whose contributions made this release possible.
release-1.2.0
World Anvil Version 1.2.0
The version 1.2.0
release for the world-anvil
module adds support for hierarchical categories and improved imports. This allows you to retain your parent/child category structure on World Anvil and import journal entries which keep that Category structure as the folder names for your imported content.
This version also significantly improves the underlying API for importing content from World Anvil and provides a stronger platform for making additional changes in the future.
Information on these new features has been added to the readme file at https://gitlab.com/foundrynet/world-anvil.
Contributors
Many thanks to Adrien Schiehle whose contributions made this release possible.
release-1.1.0
New Features
- Automatically set the Journal Title from the
<h1>
element of the World Anvil article instead of duplicating it in the body - Move the "View on World Anvil" link to the header buttons instead of in the HTML content
- Add a permission control setting for whether players can follow the link to the WA site or not
- Improved importing of sidebar content by better recognizing various sections and assigning header titles.
Community Contributions
- Many thanks to Adrien Schiehle whose work in https://gitlab.com/foundrynet/world-anvil/-/merge_requests/8 made this release possible