-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60d9516
commit 3181df5
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
**————————[1.0.1]————————** | ||
|
||
- Added warning if quests failed to load. | ||
- Automatically xml encoded markdown contents. | ||
- Made it so that gather item now triggers on add items instead of just pickup items. | ||
- Quests will now individually error on each quest saving rather than all. | ||
- Added unlock notification quest setting | ||
- Fixed hidden quests not hiding correctly | ||
- Fixed keybinds not registering correctly on forge | ||
- Fixed rlib not being declared a dependency on fabric | ||
- Item tasks now register when item is added to inventory not just picked up | ||
- Added auto xml encoding contents of markdown | ||
- Fixed that quest book does not trigger tutorial | ||
- Fixed quest complete messaging getting sent if you join a server that you've already progressed on with another member online | ||
- Added capturing stackoverflows in icon modal to catch mods that crash | ||
- Removed the ability to use section symbols in text editor | ||
- Changed identifier input modal to only accept [a-zA-Z0-9_-] | ||
- Changed parsing errors to print full stacktrace in logs when occurred | ||
- Added ability to use color codes by using && instead of section symbols | ||
- Changed how saving and deleting works to defer and updating immediately on clients as to make it seems instant and have responsive feedback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters