Immutable
release. Only release title and notes can be modified.
SlackStat v0.2.2
Install
- Download
SlackStat.zipbelow - Unzip and move
SlackStat.appto your Applications folder - Important: macOS will show a warning that SlackStat "is damaged and can't be opened." This is normal — it happens because the app is unsigned. Run this in Terminal to fix it:
You only need to do this once.
xattr -cr /path/to/SlackStat.app - Open SlackStat from Applications
Build from source
git clone https://github.com/slackstat/menubar.git
cd menubar
swift build -c release
cp .build/release/SlackStat /usr/local/bin/What's Changed
- fix: handle Threads deep link and relative time display by @slackstat in #5
- fix: support Mac App Store Slack data path by @slackstat in #6
Full Changelog: v0.2.0...v0.2.2