Skip to content

Releases: fimblo/ServiceChecker

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 15 May 11:34
ui bugfix

make red dot disappear when all services are up

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:48
Bug fixes

1. supporting light/dark mode with compositeImage.isTemplate = true;
2. error "red dot" in the status bar icon always stays red regardless of the mode
3. I have set the deployment target to 14.5(I think it is a min number) to support it to my MAC OS.
4. Only allow it to create build for MAC app and not for iphone/ipad.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 20:54
Startup mode and fixes

Feature:
- Startup mode: when selected, will intensely poll (every second) until either 3 minutes have passed or all enabled services are green

Documentation:
- Readme updated with how to bypass macos quarantine

Fixes:
- Redirect network errors to `/dev/null` outside of build/dev environment to slow down syslog log rotation
- Real-time menu updates: the menu will now update even when open.

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Feb 22:48
Revert config README change

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 22:37
Customisation and Docs

- support custom unicode chars for service status
- update configuration readme.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:20
Make app react well to json errors

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 21:41
Added service toggling functionality with persistent state

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 19:20

Basic functionality in place; A macOS menu bar application that:

  • Monitors multiple web services via HTTP health checks
  • Shows service status directly in the menu bar
  • Configurable check intervals (1-60 seconds)
  • Supports custom service endpoints
  • Visual indicators for service status (up/down)