Releases: misterpotts/fabricate
Release 0.8.7
defect: Can't rename Options #118 (#119)
Release 0.8.6
What's Changed
- docs: Add fix for known issue by @misterpotts in #114
- docs: Record planned fix for #115 by @misterpotts in #116
- defect: Resolves issue preventing external component modification by @misterpotts in #117
Full Changelog: 0.8.5...0.8.6
Release 0.8.5
docs: Update for 0.8.5 (#113)
Release 0.8.4
What's Changed
- docs: Bump docs version by @misterpotts in #106
- chore: Refactor release workflow by @misterpotts in #107
- Chore/refactor release workflow by @misterpotts in #108
- docs: Latest release by @misterpotts in #109
- defect: Recipe option not self-deleting by @misterpotts in #110
Full Changelog: 0.8.3...0.8.4
Release 0.8.3
What's Changed
- chore: Contributing docs by @misterpotts in #78
- chore: Delete test template by @misterpotts in #79
- defect: Fix PR template by @misterpotts in #80
- Feature/81 fabricate item tab look and feel by @misterpotts in #82
- Credit theripper93 for his help by @misterpotts in #85
- Use Foundry Shield by @misterpotts in #86
- Pages build config by @misterpotts in #94
- docs: End user documentation by @misterpotts in #95
- Docs/GitHub pages docs by @misterpotts in #96
- Docs/GitHub pages docs by @misterpotts in #97
- Docs/GitHub pages docs by @misterpotts in #98
- Docs/GitHub pages docs by @misterpotts in #99
- Docs/GitHub pages docs by @misterpotts in #100
- Docs/GitHub pages docs by @misterpotts in #101
- Docs/expand user documentation by @misterpotts in #102
- docs: Link to docs from readme by @misterpotts in #103
- Feature: Recipe management by @misterpotts in #104
- defect: Repair release pipeline by @misterpotts in #105
Full Changelog: 0.7.5...0.8.3
Release 0.7.5
Feature: import and export crafting systems (#77)
Release 0.7.4
What's Changed
- Refactor/crafting system manager app by @misterpotts in #75
- refactor: Handle missing items causing systems not to load by @misterpotts in #76
Full Changelog: 0.7.3...0.7.4
Comments
You can invoke the handleItemDeleted
function manually by opening the console (F12) and using the following command, and replacing the item UUID with the UUID of the item that has been deleted.
game.fabricate.SystemRegistry.handleItemDeleted("Item.tKCevfwt1D1FiuXD");
SystemRegistry.ts?1604:224 Deleted 1 Recipes, 1 components and 0 references to the Item with UUID Item.tKCevfwt1D1FiuXD.
You can obtain an Item UUID by right clicking the passport icon on the item prior to deletion.
Alternatively, you should be able to obtain it from the error messages in the console printed when Fabricate tries to load a crafting system, or when the item is deleted by Foundry.
Release 0.7.3
What's Changed
- docs: Add "How to install" to the FAQ by @misterpotts in #71
- defect: #69 Item Window Will not Open by @misterpotts in #72
Full Changelog: 0.7.2...0.7.3
Release 0.7.2
What's Changed
- Docs: Add release 0.7.1 to README.md by @misterpotts in #65
- Create issue templates by @misterpotts in #66
- Feat/recipe creation by @misterpotts in #67
Full Changelog: 0.7.1...0.7.2
Release 0.7.1
Changes how Fabricate renders UI Applications in Foundry so they all use the same code.
What's Changed
- docs: Refresh Readme by @misterpotts in #60
- Docs/refresh readme by @misterpotts in #61
- docs: Badge styles by @misterpotts in #62
- Chore/trim dependencies by @misterpotts in #63
- Chore: Reusable app window components by @misterpotts in #64
Full Changelog: 0.7.0...0.7.1