Skip to content

Releases: DennisTurco/RemindMe

Remind Me - 1.2.2

Choose a tag to compare

@DennisTurco DennisTurco released this 22 Jan 12:45
77fbcc5

general code refactor following the SRP

Remind Me - 1.2.1

Choose a tag to compare

@DennisTurco DennisTurco released this 16 Jan 13:01
71a3940
  • App version information to the registration email
  • App version information to the error email
  • A fix for the crash reported in the automatic email from John, where multiple threads attempted to access the same JSON file concurrently

Remind Me - 1.2.0

Choose a tag to compare

@DennisTurco DennisTurco released this 03 Jan 23:17
  • General code refactoring
  • One time at day reminder
  • fix: Update next execution after import from json
  • New setup file for InnoSetup

Remind Me - 1.1.0

Choose a tag to compare

@DennisTurco DennisTurco released this 10 Aug 18:18

Added more tray icon actions:

  • Quick Access – Open the app
  • Pause – Pause the reminder system
  • Resume – Resume the reminder system
Immagine 2025-08-10 200549

Remind Me - 1.0.2

Choose a tag to compare

@DennisTurco DennisTurco released this 04 Jul 19:51

Issue:

When trying to edit or add a new reminder, you get an error if your time is in a format like "04:00pm" instead of "16:00".

Cause:

  • The application did not recalculate the next execution time upon system boot, causing reminders to trigger immediately.
  • The application did not correctly interpret the time if your PC was set to a non-24-hour format.

Fix:

A more flexible time parsing logic has been implemented to handle different time formats. Now you can edit or create reminders using any time format configured on your PC without errors.

Remind Me - 1.0.1

Choose a tag to compare

@DennisTurco DennisTurco released this 19 Jun 18:04

Issue:

On PC startup, reminders were triggering immediately, which was not the intended behavior.

Cause:

The application did not recalculate the next execution time when the system booted, causing reminders to fire right away.

Fix:

Implemented logic to recalculate the nextExecution time for each active reminder at startup. This ensures reminders follow their scheduled intervals correctly after reboot.

Remind Me - 1.0.0

Choose a tag to compare

@DennisTurco DennisTurco released this 18 Jun 17:26

RemindMe is a lightweight and intuitive application designed to help users schedule and execute custom, periodic reminders with ease. Whether it's hourly alerts, daily prompts, or weekly notifications, RemindMe offers full flexibility in defining when and how each reminder appears.

With a simple and user-friendly interface, users can create personalized reminder messages, set specific intervals, and manage their active reminders at any time. Reminders are displayed as clear desktop notifications, ensuring they are seen without being intrusive. The application runs silently in the background and requires no installation, making it a portable and hassle-free solution.

Ideal for task management, regular check-ins, medication schedules, or simply staying on top of daily routines, RemindMe provides a reliable way to stay organized and on time—every time.