Calendar Reminder Changelog

What's new in Calendar Reminder 1.0.0.0

Jan 18, 2010
  • Rewrote the application in C# to be more manageable. Many stability problems have been fixed in the process.
  • Improved the usability of some of the interface controls.
  • Icon quality has been improved. The previous version had icons that had reduced quality, with respect to the artist's (Paul Davey) original creation. The application icon is now the author's original file.
  • Switched to XNA based rendering. The application now requires shader model 2.0 compliant rendering hardware.
  • The application now has an installer, which takes care of setting the program to run at startup.
  • Changed the data file location to a more correct location (not the user's documents folder anymore). If the data file from an older version is found, it will be converted, re-written to the new location, and then deleted.
  • The application no longer pops up when the time rolls around to the next day at midnight. The tray-icon will flash if there's a reminder for the new day, but the application will not pop up.
  • Added a countdown timer feature with an optional sound when the time expires.

New in Calendar Reminder 0.5.0.9 (Jan 18, 2010)

  • Render engine being a pixel-off was fixed.
  • Fixed innacuracies in date algorithm.

New in Calendar Reminder 0.5.0.8 (Jan 18, 2010)

  • If a reminder pops for a day and you click the check to return to calendar view, you can now switch back to message view with the same button.
  • When restoring from the tray icon, application window pops to front.
  • Render engine included with this release uses latest version of DirectX. You must have the latest version of DirectX 9 to use the program.

New in Calendar Reminder 0.5.0.7 (Jan 18, 2010)

  • Fixed some things with startup. If the render engine doesn't initiaize, it will retry a few times. Upon failure, the user now can click the "Retry" button in the failure message box. Since the render engine sometimes does not intialize if the system is still booting up, this allows the user to retry after the system has loaded up.
  • When browsing on the active month, the month text will be green rather than white and the current day is highlighted orange.
  • A few button animations added.

New in Calendar Reminder 0.5.0.5 (Jan 18, 2010)

  • Fixed issues with moving the window
  • Fixed a grammar error in one of the messages

New in Calendar Reminder 0.5.0.4 (Jan 18, 2010)

  • Program now waits 10 seconds when running at startup to avoid errors loading the graphics device while the system is booting up
  • The program now prompts the user before setting itself to automatically run at startup

New in Calendar Reminder 0.5.0.3 (Jan 18, 2010)

  • Fixed issue where the rendering device is lost when certain applications, such as fullscreen games, are run and cause the program to not render anything in the interface (requires render library version 0.5.0.1 or later)
  • Added option for "nobmfont" runtime parameter to use text-rendered fonts for the day numbers rather than image based numbers

New in Calendar Reminder 0.5.0.2 (Jan 18, 2010)

  • Changed startup type from registry to shortcut in start menu

New in Calendar Reminder 0.5.0.1 (Jan 18, 2010)

  • Added 5 second delay parameter to startup command in registry since the program sometimes would not run correctly at bootup