File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to the Archivist Sync module will be documented in this file
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.5] - 2025-11-11
9+
10+ ### Fixed
11+ - Token duplication when drag and dropping.
12+ - Adjustments to the sync
13+
814## [ 1.3.4] - 2025-10-21
915
1016### Changed
Original file line number Diff line number Diff line change 3333 " scripts/dialogs/ask-chat-window.js" ,
3434 " scripts/dialogs/sync-dialog.js"
3535 ],
36- "styles" : [
37- " styles/archivist-sync.css" ,
38- " styles/sync-dialog.css"
39- ],
36+ "styles" : [" styles/archivist-sync.css" , " styles/sync-dialog.css" ],
4037 "flags" : {
4138 "hotReload" : {
42- "paths" : [
43- " dist" ,
44- " templates" ,
45- " lang"
46- ]
39+ "paths" : [" dist" , " templates" , " lang" ]
4740 }
4841 },
4942 "languages" : [
5750 "manifest" : " https://github.com/camrun91/archivist-sync/releases/download/beta-latest/module.json" ,
5851 "download" : " https://github.com/camrun91/archivist-sync/releases/download/beta-latest/module.zip" ,
5952 "license" : " MIT" ,
60- "readme" : " README.md" ,
53+ "readme" : " https://github.com/camrun91/archivist-sync/blob/main/ README.md" ,
6154 "bugs" : " https://github.com/camrun91/archivist-sync/issues" ,
62- "changelog" : " CHANGELOG.md"
55+ "changelog" : " https://github.com/camrun91/archivist-sync/blob/main/ CHANGELOG.md"
6356}
Original file line number Diff line number Diff line change 11{
22 "name" : " archivist-sync" ,
3- "version" : " 1.3.4 " ,
3+ "version" : " 1.3.5 " ,
44 "description" : " A simple Foundry VTT module for fetching world data from an API endpoint using an API key." ,
55 "type" : " module" ,
66 "scripts" : {
2929 "eslint-plugin-prettier" : " ^5.1.3" ,
3030 "prettier" : " ^3.2.5"
3131 }
32- }
32+ }
You can’t perform that action at this time.
0 commit comments