storybrew icon indicating copy to clipboard operation
storybrew copied to clipboard

A storyboard editor for osu!

Results 10 storybrew issues
Sort by recently updated
recently updated
newest added

Probably a niche case, but this was happening to me and it took me a while to figure out what was going on, so I figured I might as well...

this change makes visual studio not attempt to reload the csproj with each change from within storybrew, nothing else is affected

Beatmaps may have a "Colours" section without any custom combo colors. While parsing such a file, the combo colors are cleared, but none are added, which later produces a division...

Certain referenced assemblies seem to have storybrew look for the file from the app's root folder instead of the project folder. Example given with MathNet.Numeric (after importing System.Numeric manually in...

Adds ability to convert Empty Enum values to just text values on the Config UI. Examples below: ![image](https://user-images.githubusercontent.com/37494321/189536198-e2dda784-081a-429a-b2ef-e4497e66866d.png) Before ![image](https://user-images.githubusercontent.com/37494321/189536257-09f1d660-899a-4653-9ac1-236c21bb8afe.png) After Example Code: ```csharp public enum EmptyEnum{} [Configurable(DisplayName = "...

- [ ] Depends on https://github.com/Damnae/brewlib/pull/1 This updates all csprojs to the .NET SDK style, updates the target framework to 4.7.2 and updates all dependencies. That should make the project...

Something my audio device got disconnected and I had to restart the app to get the right audio device. It would be nice if you could fix it. And is...

1. Click on storybrew window to focus it 2. Click somewhere else to unfocus storybrew window (desktop, taskbar, another window) 3. Observe the mouse is moved back into storybrew window...

Added script name on command overlap and compatibility error messages for better clarity Before: ![image](https://github.com/user-attachments/assets/d2dfe9a2-61f6-4773-a745-12a20c121bf4) After: ![image](https://github.com/user-attachments/assets/e07fb105-bd9b-4d48-9934-8e20506db945)

While using Storybrew's latest version (1.92.9014.28033), and previous version before this one, on Windows 11 24H2 26100.4351, I've encountered an error when I try to save a project. ![Image](https://github.com/user-attachments/assets/5bac7d6d-aa56-46d8-ba24-1e8b3a07aea9) Here's...