Skip to content

Commit

Permalink
Merge pull request #4 from redeux1/main
Browse files Browse the repository at this point in the history
v11 support
  • Loading branch information
zarmstrong authored Aug 28, 2023
2 parents d50aec0 + 7d75a79 commit 4f64dfc
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.11.0 (Aug 28, 2023)

* Added v11 support
* specified pack ownership for players

## 1.10.3 (Sep 24, 2022)

* Updated formatting of every table to match
Expand Down
22 changes: 13 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"ko-fi": "SLATE"
}
],
"version": "1.10.3",
"version": "1.11.0",
"compatibility": {
"minimum": "10",
"verified": "10.286",
"maximum": "10"
"minimum": "11",
"verified": "11"
},
"relationship": {
"systems": [
Expand All @@ -25,26 +24,31 @@
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.5"
"minimum": "5.2.0",
"verified": "5.3.2"
}
}
]
},
"packs": [
{
"label": "PFS Consumables Compendia",
"entity": "JournalEntry",
"type": "JournalEntry",
"name": "journals",
"path": "packs/pfs-consumables.db",
"system": "pf2e",
"package": "pfsconsumables"
"package": "pfsconsumables",
"ownership": {
"PLAYER": "OBSERVER",
"TRUSTED": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"styles": [],
"url": "https://github.com/zarmstrong/pfs-consumables",
"manifest": "https://raw.githubusercontent.com/zarmstrong/pfs-consumables/main/module.json",
"download": "https://github.com/zarmstrong/pfs-consumables/releases/download/PFSConsumables-1.10.3/PFSConsumables-1.10.3.zip",
"download": "https://github.com/zarmstrong/pfs-consumables/releases/download/PFSConsumables-1.11.0/PFSConsumables-1.11.0.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/pfs-consumables",
"bugs": "https://github.com/zarmstrong/pfs-consumables/issues",
Expand Down
5 changes: 0 additions & 5 deletions packs/pfs-consumables.db

This file was deleted.

Binary file added packs/pfs-consumables/000005.ldb
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions packs/pfs-consumables/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000006
Empty file added packs/pfs-consumables/LOCK
Empty file.
8 changes: 8 additions & 0 deletions packs/pfs-consumables/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
2023/08/28-10:32:50.191 1144 Recovering log #4
2023/08/28-10:32:50.206 1144 Delete type=0 #4
2023/08/28-10:32:50.206 1144 Delete type=3 #2
2023/08/28-10:33:19.899 227c Level-0 table #9: started
2023/08/28-10:33:19.899 227c Level-0 table #9: 0 bytes OK
2023/08/28-10:33:19.908 227c Delete type=0 #7
2023/08/28-10:33:19.922 227c Manual compaction at level-0 from '!journal!kDufcyrLeG2RJdFo' @ 72057594037927935 : 1 .. '!journal.pages!kDufcyrLeG2RJdFo.eVIFTsLb2jWnBnBC' @ 0 : 0; will stop at (end)
2023/08/28-10:33:19.922 227c Manual compaction at level-1 from '!journal!kDufcyrLeG2RJdFo' @ 72057594037927935 : 1 .. '!journal.pages!kDufcyrLeG2RJdFo.eVIFTsLb2jWnBnBC' @ 0 : 0; will stop at (end)
5 changes: 5 additions & 0 deletions packs/pfs-consumables/LOG.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2023/08/28-10:31:25.252 364c Delete type=3 #1
2023/08/28-10:32:26.579 a74 Level-0 table #5: started
2023/08/28-10:32:26.598 a74 Level-0 table #5: 13751 bytes OK
2023/08/28-10:32:26.609 a74 Delete type=0 #3
2023/08/28-10:32:26.622 a74 Manual compaction at level-0 from '!journal!kDufcyrLeG2RJdFo' @ 72057594037927935 : 1 .. '!journal.pages!kDufcyrLeG2RJdFo.eVIFTsLb2jWnBnBC' @ 0 : 0; will stop at (end)
Binary file added packs/pfs-consumables/MANIFEST-000006
Binary file not shown.

0 comments on commit 4f64dfc

Please sign in to comment.