Skip to content

Releases: Damnae/storybrew

1.55

21 Aug 14:26

Choose a tag to compare

  • 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.

1.54

23 Jul 12:22

Choose a tag to compare

  • Added variable parsing to the ImportOsb script.
  • Animation frame delay can now take a double.
  • Vector scale commands are no longer exported as Scale when possible.
  • Fixed display issues with P commands and command insertion order.

1.53

27 May 18:51

Choose a tag to compare

  • Enabled Roslyn again (C# 6.0 features).

1.52

04 May 18:28

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

Choose a tag to compare

  • Fix possible crash after saving when closing a project.

1.50

22 Apr 18:30

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

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

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

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

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.