Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibot393 authored Nov 3, 2023
1 parent 50ad2ef commit 24bdb28
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v2.15.0
- Added api (`game.modules.get("Rideable").api`)
- Fixed several small bugs
- Fixed bug with sort, the riding height can now be set to 0 and riders should still appear above their mounts
- Added world setting Use riding height by default to set wether tokens/tiles should use the riding height per default for their riders
- Added token(tile) setting Use riding height to set wether this token/tile should use the riding height per default for its riders
- Added several example macros to show a few things that can be done
- Added custom MATT actions and filters
- Added action Mount to mount a set of tokens to specified token/tile
- Added action Unmount to unmount a set of tokens
- Added action Unmount riders to unmount the riders of a given token/tile
- Added action Toggle mount to change teh riding state of a set of tokens regarding a given token/tile
- Added filter Filter riders of mount to filter the riders of a given token/tile
- Added filter Filter riders to filter tokens that currently are riding
- Added filter Filter ridden to filter tokens that currently are ridden

## v2.14.5
- Fixed bug in connection with tagger

Expand Down

0 comments on commit 24bdb28

Please sign in to comment.