Skip to content

Releases: a692570/HourlyChime

HourlyChime v1.0.2

18 Mar 22:41

Choose a tag to compare

Modular app refactor, cached sound playback, wall-clock Pomodoro timing, wake resync, and updated release docs.

HourlyChime v1.0.1

20 Jan 03:20

Choose a tag to compare

🐛 Bug Fix Release

What's Fixed

Menu bar display not updating after work hours

Previously, if you had the app running past your configured work hours, the menu would show stale information like:

  • "Next: 5 PM" at 7:15 PM
  • "1hr until 6 PM" when it's already past 6 PM

Now the menu automatically refreshes every minute to show accurate, real-time information:

  • ✅ "Next: Tomorrow 9 AM" when past work hours
  • ✅ "Work day ended" when outside configured schedule
  • ✅ Accurate countdown that updates in real-time

Technical Details

  • Added automatic menu refresh timer (updates every 60 seconds)
  • Menu now stays current even when you don't click it
  • No performance impact

Installation

📥 Download: HourlyChime-v1.0.1-macOS-Signed.zip (properly signed for macOS 15.4 Sequoia+)

Requirements:

  • macOS 13.0+ (Ventura or later)
  • Apple Silicon (M1/M2/M3/M4) Mac

Steps:

  1. Download the zip file below
  2. Unzip and move HourlyChime.app to Applications
  3. First launch: Right-click → Open (to bypass Gatekeeper)
  4. If you still get "damaged" error:
    xattr -cr /Applications/HourlyChime.app
    open /Applications/HourlyChime.app

Upgrading from v1.0.0:

  1. Quit old app (click 🔔 → Quit)
  2. Replace with new version
  3. Launch

Notes


Changelog:

  • Fix: Menu display not updating after work hours end
  • Fix: Proper code signing for macOS Sequoia 15.4+
  • Added: Automatic menu refresh every 60 seconds
  • Version: 1.0.1 (Build 2)

HourlyChime v1.0.0

20 Jan 00:11

Choose a tag to compare

⚠️ DEPRECATED - DO NOT USE THIS VERSION

This release has been superseded by v1.0.1.

Why This Version is Deprecated

This version has improper code signing that causes:

  • ❌ "App is damaged and can't be opened" error on macOS Sequoia 15.4+
  • ❌ Info.plist not properly bound to signature
  • ❌ Fails Gatekeeper security checks

✅ Download the Latest Version Instead

👉 Download v1.0.1 (Properly Signed)

v1.0.1 includes:

  • ✅ Proper code signing for macOS Sequoia 15.4+
  • ✅ Bug fix: Menu bar updates automatically every minute
  • ✅ Works on all macOS 13.0+ systems without issues

If You Already Installed v1.0.0

Upgrade to v1.0.1:

  1. Quit the old app (click 🔔 → Quit)
  2. Delete: rm -rf /Applications/HourlyChime.app
  3. Download and install v1.0.1 from the link above

This v1.0.0 release is kept for historical purposes only. All users should upgrade to v1.0.1 or later.