Releases: DennisTurco/RemindMe
Release list
Remind Me - 1.2.2
general code refactor following the SRP
Remind Me - 1.2.1
- 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
- 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
Remind Me - 1.0.2
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
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
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.
