Skip to content

Releases: Damnae/storybrew

1.22

14 Oct 09:41
Compare
Choose a tag to compare
  • Added a color picker to Color4 configurables.
  • Added ctrl-arrow shortcut for bookmark navigation.
  • Added shift-arrows shortcut for 4x scroll speed.
  • Added a parser for the ssa /ass subtitle format.
  • Added a reference to System.Core.dll for scripts (Linq).
  • Added indicators to scroll areas.
  • Improved textbox behavior with long strings.
  • Fixed effects and layers with long names breaking the ui.
  • Fixed division-by-zero error on maps without custom combo colors.

1.21

02 Oct 13:44
Compare
Choose a tag to compare
  • HitObjects combo color and number are now available.
  • The current time is now clickable and lets you type a time to jump to (in milliseconds).

1.20

25 Sep 20:23
Compare
Choose a tag to compare
  • Fix effect configuration not updating when the same script is used multiple times.

1.19

24 Sep 21:58
Compare
Choose a tag to compare
  • Fixed a crash when creating a new project if osu!'s folder could not be found.
  • Fixed indexed texture loading.
  • Scripts now have access to project and mapset paths.

1.18

18 Sep 13:22
Compare
Choose a tag to compare
  • Reload the mapset when an .osu file changes.
  • Added extra command methods.
  • Moved the hitobject highlight example outside of the Jigoku script.

1.17

18 Sep 06:28
Compare
Choose a tag to compare
  • Add slider curves through slider.PositionAtTime(time).

1.16

17 Sep 22:55
Compare
Choose a tag to compare
  • Fix intellisense in vscode not working for everyone.
  • Add an Assert method to scripts.
  • Ensure scripts don't reuse previous state when refreshed.

1.15

13 Sep 13:06
Compare
Choose a tag to compare
  • Add a script Log method.
  • Fix effects not always reloading when their script is saved.

1.14

10 Sep 18:38
Compare
Choose a tag to compare
  • Effects using subtitles update automatically when their subtitle file changes.
  • Added methods to load bitmaps and arbitrary files (with automatic reload when they change).
  • Scripts now have access to System.Drawing.

1.13

23 Aug 20:04
Compare
Choose a tag to compare
  • Added a subtitle parser (.srt).
  • Added a text sprite generator.
  • Added a lyrics script (see wiki for explanations).
  • booleans can be made configurable in scripts.