Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Aug 25, 2023
1 parent 60d9516 commit 3181df5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions changelog.md
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G

enabledPlatforms=fabric,forge

version=1.0.2
version=1.0.3
group=earth.terrarium.heracles

minecraftVersion=1.20.1
Expand Down

0 comments on commit 3181df5

Please sign in to comment.