Releases: Damnae/storybrew
Releases · Damnae/storybrew
1.52
- Added
OsbAnimationPool
and corresponding methods in OsbSpritePools
.
- The hovered effect/layer is now displayed on the timeline.
- Fixed script changes sometimes not being detected.
- Fixed Vector2d picker being language dependent.
1.51
- Fix possible crash after saving when closing a project.
1.50
- Added buttons to copy/paste an effect's configuration.
- Added Ctrl-O shortcut to change projects.
- Fixed samples at 0ms not playing.
1.49
- storybrew is one year old! 🍥
- Fixed the font generator reporting incorrect width/height for trimmed textures.
- Fixed intellisense sometimes not working on newer versions of vscode (again?).
- Changing an effect's configuration shouldn't cause all effects using the same script to refresh as often.
1.48
- Hovered effects or layers are now highlighted.
- Click an effect or layer to go to its start time.
- Added
GetBeatmap(name)
to retrieve a beatmap by name (the current beatmap is still Beatmap
).
1.47
- Disabled anti-aliasing (same as osu!).
- Vector scale commands will be exported as Scale commands when possible.
- Fixed retrieving the fft from an arbitrary audio file.
- Fixed intellisense sometimes not working on newer versions of vscode.
- Fixed crash on startup if old update files cannot be deleted.
1.46
- Disabled Roslyn / C# 6.0 features for now. You can turn it back on by changing UseRoslyn from False to True in settings.cfg.
1.45
- Added support for C# 6.0 features in scripts.
- Added support for .sbv subtitle files.
- Improved the spectrum effect.
- Improved how fft values are aggregated.
- Fixed possible crash when removing an effect.
1.44
- Added a font glow effect.
- Added a TrimTransparency option to the font generator.
- Updated the Lyrics script with configurables for these features.
- Fixed a crash when the Path variable contains invalid characters.
1.43
- Changing the beatmap now has its own button instead of right clicking the timeline.
- Added a select box when multiple beatmaps can be selected.
- Timeline right click is now used to set the repeating segment.
- The timeline now takes all the available screen width.
- Fixed SliderTrackOverride / SliderBorder colors being interpreted as combo colors.