Releases: Damnae/storybrew
Releases · Damnae/storybrew
1.62
- Fixed hit objects and control points' sample sets being parsed incorrectly.
SampleType
becomesSampleSet
, type changed fromint
toSampleSet
.
SampleTypeAdditions
becomesAdditionsSampleSet
, type changed fromint
toSampleSet
.
SampleSet
becomesCustomSampleSet
, type changed fromSampleSet
toint
.
1.61
1.60
1.59
1.58
1.57
- System or external assembly dlls can now be imported and used in scripts. (Starrodkirby86)
- Hold Alt to see outside storyboard bounds.
- Sprites with move commands now use 0,0 for their initial coordinates.
- Fixed null configurable values causing an error when saving.
- Fixed loops not always behaving like they do in osu!.
- Fixed ImportOsb samples parsing.
1.56
1.55
- Added Ctrl-Shift-C to copy the current time in a format suitable for aegisub (configurable in settings.cfg).
- Added more KeyframedValue helper methods.
- Rename prompt now starts with the effect's name inside.
- Scripts that don't use beatmap data won't update when the current map changes.
- Scripts using invalid colors will now cause errors.
- Fixed possible crash while closing a project.