Skip to content

Releases: Damnae/storybrew

1.52

04 May 18:28
Compare
Choose a tag to compare
  • 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

27 Apr 13:56
Compare
Choose a tag to compare
  • Fix possible crash after saving when closing a project.

1.50

22 Apr 18:30
Compare
Choose a tag to compare
  • Added buttons to copy/paste an effect's configuration.
  • Added Ctrl-O shortcut to change projects.
  • Fixed samples at 0ms not playing.

1.49

01 Apr 01:28
Compare
Choose a tag to compare
  • 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

17 Mar 13:07
Compare
Choose a tag to compare
  • 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

11 Mar 22:11
Compare
Choose a tag to compare
  • 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

28 Feb 08:07
Compare
Choose a tag to compare
  • 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

26 Feb 14:00
Compare
Choose a tag to compare
  • 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

03 Feb 23:08
Compare
Choose a tag to compare
  • 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

31 Jan 20:18
Compare
Choose a tag to compare
  • 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.