BuffBrain v0.1.1
BuffBrain v0.1.1
Fixes and polish based on real-world usage of v0.1.0.
Bug fixes
- macOS Dock icon gone: BuffBrain no longer appears in the Dock. Runs as a true menu bar app via
NSApplicationActivationPolicy::Accessory. - Paste focus restored:
Cmd+Vnow pastes into the app you were using when you opened BuffBrain (not BuffBrain itself). Fixes the "nothing pastes" / "wrong window receives it" issue. - Heuristic classifier tightened: removed broad English keywords (
let,new,return,true,false,class,import,export) from the JavaScript signal list. These were triggering false positives on prose like "let us know".
Improvements
- Tray icon refreshed: new 22×22 menu bar icon derived from the BuffBrain logo.
- Window transparency tuned: glass backgrounds bumped from 0.72→0.92 (dark) and 0.76→0.95 (light) for better legibility while keeping the rounded-corner aesthetic.
- Cross-platform CI: first release built and packaged on macOS (Apple Silicon + Intel), Windows, and Linux (Debian) in one matrix run.
Downloads
- macOS (Apple Silicon):
BuffBrain_0.1.1_aarch64.dmg - macOS (Intel):
BuffBrain_0.1.1_x64.dmg - Windows:
BuffBrain_0.1.1_x64-setup.exe - Linux (Debian/Ubuntu):
BuffBrain_0.1.1_amd64.deb
Verification matrix
| Platform | Target | Bundle | Status |
|---|---|---|---|
| macOS | aarch64-apple-darwin | dmg | ✅ |
| macOS | x86_64-apple-darwin | dmg | ✅ |
| Windows | x86_64-pc-windows-msvc | nsis (.exe) | ✅ |
| Linux | x86_64-unknown-linux-gnu | deb | ✅ |
All 7 Rust unit tests pass.
Install notes
- macOS: open the DMG, drag BuffBrain to Applications. The first launch may require right-click → Open (Gatekeeper) since the app is not notarized for v0.1.x.
- Windows: run the NSIS installer.
- Linux:
sudo dpkg -i BuffBrain_0.1.1_amd64.debthenbuffbrainfrom the app menu.