This repository was archived by the owner on Jul 6, 2026. It is now read-only.
odds v1.0.2
Icons Restored
- App Icon: #6C Cyber Matrix 3×3 (color SVG + .icns)
- SVG Assets: color, mono-dark, mono-light, menubar template, full logo
- AppIcon.icns bundled in SupportFiles/
New Features
- Dynamic menu bar icon — color-coded triangle reflecting market trend (green=bullish, red=bearish, orange=neutral, gray=offline)
- Price alert system —
AlertManager+PriceAlertmodel, fires macOS notifications when market crosses threshold - Hide from Dock —
NSApp.setActivationPolicy(.accessory)via AppDelegate - Makefile —
make run(dev build),make release(signed),make dmg(distributable) - Info.plist — LSUIElement, bundle ID, ATS config
Tech
MenuBarIcon.swiftrenders dynamic NSImage with NSBezierPathPriceAlert.swiftmanages persistent alerts with UNUserNotification- Zero new dependencies