Skip to content

Commit

Permalink
Merge branch 'fix_sortable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenett committed Mar 10, 2024
2 parents 2228bde + e9cb8f5 commit 498a880
Show file tree
Hide file tree
Showing 5 changed files with 3,839 additions and 78 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Patch Notes:

## Version 1.3.0

* Remove `_sortable.js` from module dependcy to local dependency #22

## Version 1.2.1

* V11 compatibility (removed packs from module.json)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Théo Plénet
Copyright (c) 2024 Théo Plénet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
128 changes: 51 additions & 77 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,54 @@
{
"manifestPlusVersion": "1.0.0",
"id": "fate-aspect-tracker",
"title": "Fate Aspect Tracker",
"description": "An Aspect Tracker for any Fate RPG.",
"version": "1.2.1",
"authors": [{ "name": "Théo Plénet" }],
"url": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker",
"bugs": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/issues",
"allowBugReporter": true,
"manifest": "https://raw.githubusercontent.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/master/module.json",
"download": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/releases/latest/download/module.zip",
"media": [],
"library": false,
"compatibility": {
"minimum": "10",
"verified": "11",
"maximum": "11"
"id": "fate-aspect-tracker",
"title": "Fate Aspect Tracker",
"description": "An Aspect Tracker for any Fate RPG.",
"version": "1.3.0",
"authors": [
{
"name": "Théo Plénet",
"flags": {}
}
],
"url": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker",
"bugs": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/issues",
"manifest": "https://raw.githubusercontent.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/master/module.json",
"download": "https://github.com/Galdormin/FoundryVTT-Fate-Aspect-Tracker/releases/latest/download/module.zip",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"esmodules": [
"modules/fate-aspect-tracker.js",
"modules/Sortable.js"
],
"styles": [
"styles/fate-aspect-tracker.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
"esmodules": [
"modules/fate-aspect-tracker.js"
],
"styles": [
"styles/fate-aspect-tracker.css"
],
"packs":[],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"includes": [
"modules/fate-aspect-tracker.js",
"modules/colors.js",
"modules/logger.js",
"modules/tracker.js",
"modules/ui.js",
"modules/socket.js",
"lang/en.json",
"styles/fate-aspect-tracker.css",
"templates/aspect-item-form.hbs",
"templates/aspect-list.hbs"
],
"relationships": {
"requires": [
{
"id": "_sortablejs",
"type": "module",
"compatibility": {
"verified": "1.14.0-fvtt1"
}
}
]
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json",
"flags": {}
},

"dependencies": [
{
"name": "_sortablejs",
"type": "module"
}
],
"socket": true
}
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
}
],
"socket": true
}
Binary file removed module.zip
Binary file not shown.
Loading

0 comments on commit 498a880

Please sign in to comment.