374f6efa9ed201e5d8db42db11caab6fef40b52e
## 1.0.0 (2026-02-14) ### Features * **ci:** add semantic-release pipeline, cross-platform builds, and lefthook git hooks ([caf3e84](https://github.com/onion-4-dinner/yellowjacket/commit/caf3e843af7da37e05da36da5c41b6dc3c53ded1)) ### Bug Fixes * **ci:** use PAT for semantic-release to trigger build workflow ([68d41c0](https://github.com/onion-4-dinner/yellowjacket/commit/68d41c0ff22fede57acab7a2bfed42df7814bb90))
YellowJacket
How music was meant to bee.
Install
You can grab the latest release here
Features
TODO: add feature list and screenshots here
Development
Development documentation can be found here.
Prerequisites
-
First, you will need Go installed.
-
Then, you will need the
wailscli tool.Install it with
go install github.com/wailsapp/wails/v2/cmd/wails@latest -
After installing the Wails CLI you may need some build dependencies. View the missing Wails dependencies by running
wails doctor. Using your system's package manager, install the missing dependencies.
Dev Server
To run the Wails hot-reloading dev server, run make dev in the root of the project.