Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.11.0](https://github.com/EndurnyrProject/lifthrasir/compare/v0.10.0...v0.11.0) (2026-08-10)


### Features

* Regenerate proto and wired soem new messages ([1cf3f9f](https://github.com/EndurnyrProject/lifthrasir/commit/1cf3f9f208b015166c6a8c3c0ddf1f53eeb16585))
* **ui:** add horizontal skill tree layout ([c1d81ee](https://github.com/EndurnyrProject/lifthrasir/commit/c1d81ee3e20f2e98d006962fb59edda87d26e026))
* **ui:** highlight focused skill chains ([a2a30ad](https://github.com/EndurnyrProject/lifthrasir/commit/a2a30adffef8895d39d810e35c979e4868e8613c))
* **ui:** render horizontal skill job bands ([2180b22](https://github.com/EndurnyrProject/lifthrasir/commit/2180b229906a5bc03f617e3050298a4d3c7dd812))
* **ui:** render skill prerequisite connectors ([c55ada4](https://github.com/EndurnyrProject/lifthrasir/commit/c55ada45a2e243336d117993d0fbd91972dfcbc8))


### Bug Fixes

* **ammo:** Fix ammo equipment ([51823f5](https://github.com/EndurnyrProject/lifthrasir/commit/51823f5e598171cc7409df2eefc7e9bd90e192f7))
* **animation:** Fixed movement slop ([f9b96b2](https://github.com/EndurnyrProject/lifthrasir/commit/f9b96b2fc8c2e8f3b0393b0f6e60781e24f2097a))
* **death:** PCs should not be deleted on death ([0cff5ef](https://github.com/EndurnyrProject/lifthrasir/commit/0cff5ef665cdc3c1d44cf5c8fdcdd6370999bb8d))
* **ui:** reconcile staged skill allocation gates ([f84a4a6](https://github.com/EndurnyrProject/lifthrasir/commit/f84a4a6c2f5aef4b989a0ce191200d4120ba452a))

## [0.10.0](https://github.com/EndurnyrProject/lifthrasir/compare/v0.9.0...v0.10.0) (2026-08-03)


Expand Down
Loading