Skip to content

Releases: slackstat/menubar

v0.2.2

25 Feb 20:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

SlackStat v0.2.2

Install

  1. Download SlackStat.zip below
  2. Unzip and move SlackStat.app to your Applications folder
  3. 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:
    xattr -cr /path/to/SlackStat.app
    
    You only need to do this once.
  4. 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

v0.2.1

25 Feb 16:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

SlackStat v0.2.1

Install

  1. Download SlackStat.zip below
  2. Unzip and move SlackStat.app to your Applications folder
  3. 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:
    xattr -cr /path/to/SlackStat.app
    
    You only need to do this once.
  4. 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/

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Feb 00:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

SlackStat v0.2.0

Install

  1. Download SlackStat.zip below
  2. Unzip and move SlackStat.app to your Applications folder
  3. 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:
    xattr -cr /path/to/SlackStat.app
    
    You only need to do this once.
  4. 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

  • security: pin GitHub Actions to commit SHAs by @slackstat in #2
  • feat: add sidebar sections and inline channel icons to menu bar dropdown by @slackstat in #3
  • fix: include subscribed thread unreads and mentions in counts by @slackstat in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Feb 18:41

Choose a tag to compare

SlackStat v0.1.0

Install

  1. Download SlackStat.zip below
  2. Unzip and move SlackStat.app to your Applications folder
  3. 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:
    xattr -cr /path/to/SlackStat.app
    
    You only need to do this once.
  4. 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/