Releases: storycloner/StockTickerApp
Release list
Stock Ticker v1.7: Launch Fixes
🚀 What's New
Bug Fixes
Resolves issues on Apple Silicon (M1/M2/M3) Macs where unsigned apps would refuse to launch even after clearing quarantine attributes
When downloading from GitHub, you might still need to run xattr -cr /App/Path once to clear the download quarantine.
Compact Mode (Sticky-ish)
New "Compact Mode": Added a toggle to hide the daily change and arrows, showing only Ticker + Price. This significantly reduces the width of the widget, making it much less likely to be hidden by macOS when other icons (like Zoom/Notch) crowd the menu bar.
Improved Accuracy
Live Daily Change: Fixed a bug where the "Daily Change" was calculated against an incorrect baseline (start of chart). The app now accurately calculates the change based on the true previous day's close from historical data.
📦 Installation
Download StockTicker.app.zip, unzip it, and drag StockTicker to your Applications folder.
Stock Ticker for Mac v1.3
🚀 What's New
Improved Ticker Management
Bulk Edit: New "Manage Tickers" dialog allows you to easily add, remove, or reorder stocks using a simple text list.
Limit: Supports up to 10 active tickers to keep your menu bar clean.
Visual Updates
Smoother Marquee: The scrolling ticker mode (Marquee) has been tuned for better performance and readability (adjusted speed to ~6 chars/sec).
Color Coded: Prices now correctly display as Green (▲) or Red (▼) in both scrolling and rotating modes.
Core Improvements
Real-time Data: Integrated with Yahoo Finance API for accurate price and daily change metrics.
Native & Lightweight: Built purely in Swift/AppKit for minimal resource usage.
Versioning: Automated build pipeline now correctly stamps the version (v1.3.0) in the app and "Quit" menu.
🐛 Bug Fixes
Fixed an issue where the "Daily Change" value was displaying the full price instead of the difference.
Fixed NSTextView deprecation warnings in the build process.
Resolved high-speed jitter in Marquee mode by using monospaced fonts.
📦 Installation
Download StockTicker.app.zip, unzip it, and drag StockTicker to your Applications folder. (Note: You may need to right-click -> Open the first time to bypass macOS Gatekeeper).