Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Restored compatibility with PopOut! by cloning sidebar base options before overriding defaults so Combat Tracker and other stock tabs keep their pop-out buttons when realtime sync is enabled.

## [1.3.10] - 2025-01-15

### Fixed
- Custom elements (sync button, create buttons, eye toggle buttons) in the Journals tab now mount immediately after world setup completes, without requiring a manual refresh. Fixed V13 ApplicationV2 element access and added automatic re-render triggers when world initialization completes.
- Improved robustness of Journal Directory hooks with retry mechanisms to handle asynchronous DOM rendering.

### Changed
- Recap custom sheet now displays the session date as MM/DD/YYYY.
- After importing Recaps via the Sync dialog, Recaps in the Recaps folder are normalized to sort by the `sessionDate` flag ascending (oldest → newest); undated Recaps are placed at the end.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "cameron.b.llewellyn@gmail.com"
}
],
"version": "1.3.9",
"version": "1.3.10",
"compatibility": {
"minimum": "13.341",
"verified": "13.346"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archivist-sync",
"version": "1.3.9",
"version": "1.3.10",
"description": "A simple Foundry VTT module for fetching world data from an API endpoint using an API key.",
"type": "module",
"scripts": {
Expand Down
Loading