Skip to content

Releases: PetersMinistry/HitMeUp

v1.0.5 - Deprecated API Cleanup

Choose a tag to compare

@PetersMinistry PetersMinistry released this 11 Jul 02:58

What's Changed

  • Removed deprecated messages.listTags() API call that caused console warnings on Thunderbird 121+ and Betterbird 140+. Now uses only the standard messages.tags.list() API.

Validation Notes

  • Manifest parses cleanly
  • Background script syntax check passes
  • Zero remaining references to the deprecated API
  • XPI uses forward-slash zip paths (no Windows backslash issue)

Full Changelog

See CHANGELOG.md for the complete history.

v1.0.4 - Maintenance Update

Choose a tag to compare

@PetersMinistry PetersMinistry released this 26 May 13:48

Maintenance update for HitMeUp Reminder.

This release includes small add-on information and metadata upkeep for the current public build.

v1.0.3 - Retry Stabilization

Choose a tag to compare

@PetersMinistry PetersMinistry released this 16 May 22:02

HitMeUp Reminder 1.0.3 improves due reminder reliability when Thunderbird is minimized or in the system tray.

Changes:

  • Retries Inbox return for already-due reminders when the first move attempt does not finish.
  • Keeps due notifications one-time while unfinished Inbox moves continue retrying through the interval loop or background alarm.
  • Clears retry metadata after the Inbox return succeeds.
  • Adds a dependency-free regression test for minimized-style move failure and recovery.

Validation:

  • Manifest JSON parses successfully.
  • Background script syntax check passes.
  • Due reminder retry regression test passes.

v1.0.2 - Minimized Reminder Stabilization

Choose a tag to compare

@PetersMinistry PetersMinistry released this 02 May 23:04

Stabilization update for reminder reliability while Thunderbird is minimized or sitting in the tray.

Fixed

  • Added a Thunderbird background alarm for the next pending reminder so due reminders can wake reliably when Thunderbird is minimized.
  • Kept the existing interval loop as a fast foreground fallback.
  • Prevented overlapping due-reminder processing.

Validation

  • Confirmed minimized-to-tray reminder checks passed in local testing.
  • Packaged XPI manifest confirms version 1.0.2.

v1.0.1 - Reminder Tag Cleanup Stabilization

Choose a tag to compare

@PetersMinistry PetersMinistry released this 30 Apr 18:19

Stabilization patch for HitMeUp Reminder.

Fixed

  • Improved reminder tag cleanup after due reminders move messages back to the Inbox.
  • Prevented due-reminder processing from overwriting a dismiss or snooze action while Inbox move/tag updates are still finishing.
  • Added retries when resolving messages after Inbox moves so Thunderbird has time to expose the moved message id.

Validation

  • Manifest version is 1.0.1.
  • XPI package verified with clean archive paths.
  • Thunderbird smoke test passed: set reminder, reminder became due, moved to Inbox, dismissed, tag removed.

v1.0.0 – Initial Public Release

Choose a tag to compare

@PetersMinistry PetersMinistry released this 26 Apr 01:22
4edb488

Initial public release of HitMeUp Reminder for Mozilla Thunderbird.

HitMeUp Reminder helps users set reminders on emails so important follow-ups never get lost.

Features:

  • Right-click email reminders
  • Quick presets and custom reminder times
  • Due and Active reminder dashboard
  • Snooze and dismiss actions
  • Open original email directly
  • Toolbar badge alerts
  • Local-only storage with no tracking or analytics