Skip to content

Tags: ashblue/unity-quest-journal

Tags

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.1...v2.0.0) (2024-03-27)

### Bug Fixes

* **quest inspector:** cleaned up display bugs in the task display ([cc23082](cc23082))

### Features

* **quest database:** quests are now separate ScriptableObjects independent of the database ([9c64eb5](9c64eb5))
* **quest events:** quest collection now has event hooks ([c535109](c535109))
* **quests and tasks:** default quest and task definition can now be excluded from inspectors ([359ba7b](359ba7b))

### BREAKING CHANGES

* **quest database:** Breaks all existing quest implementations. It is recommended to not upgrade to this
version if you're on 1.X.

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci]

## [1.0.1](v1.0.0...v1.0.1) (2021-11-28)

### Bug Fixes

* **builds:** prevents a crash by removing accidentally included editor only code ([b163656](b163656))

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2021-09-03)

### Features

* initial commit ([d1bfeef](d1bfeef))