BreakTaker Changelog

What's new in BreakTaker 1.2.0.3

Nov 1, 2011
  • BreakTaker now loads faster by checking for updates when it closes rather than it opens.
  • Minor updates to the About window

New in BreakTaker 1.2.0.0 (Nov 1, 2011)

  • Performance improvements
  • Added “Pause timer when PC is locked” feature. If enabled, BreakTaker will automatically pause the break timer if you lock your PC. The timer will automatically resume when the PC is unlocked.
  • Added more tooltips to Settings window – hover over any text or controls to view details about each setting.

New in BreakTaker 1.1.0.10 (Nov 1, 2011)

  • Added: Gray icon when BreakTaker is paused. So you don’t forget

New in BreakTaker 1.1.0.9 (Nov 1, 2011)

  • Fix: Default color scheme was reversed (white background with orange text instead of orange background with white text).

New in BreakTaker 1.1.0.8 (Nov 1, 2011)

  • Added themes! 6 themes initially: Classic Orange, Monochrome Black, Verdant Green, Flamingo Pink, Eggplant Purple, and Techerator Blue. Try them out by right clicking the BreakTaker icon and going to Settings.
  • Removed unused autorun code (now stores autorun in Program Files/Startup as detailed in version 1.1.0.1)
  • Changed multiple instance detection language in dialog

New in BreakTaker 1.1.0.7 (Nov 1, 2011)

  • From the previous update, missed a few criteria that could be inserted into the notification delay textbox that could crash the program. Using int.TryParse() instead of int.Parse() now so even if somebody does figure out how to insert a value that could crash the program, it will be properly handled and the program will continue to run with the previously set value.

New in BreakTaker 1.1.0.6 (Nov 1, 2011)

  • Fixed bug where program would crash if non-integer value was used for the notification delay (int.Parse() doesn’t like parsing doubles). Input is now sanitized so you can ONLY input numbers, no decimal points or any other characters.

New in BreakTaker 1.1.0.5 (Nov 1, 2011)

  • Added a new icon for the Settings menu when right clicking the BreakTaker tray icon. This one has a darker border. (Thanks to Jon Paul who pointed out the other one looked very dim.)
  • Changing the notification delay in Settings no longer resets the timer. This makes sure you don’t miss any breaks if you adjust the notification delay. (Thanks to Jon Paul who requested this change.)
  • Added a link to the BreakTaker website in the About menu.

New in BreakTaker 1.1.0.4 (Nov 1, 2011)

  • Added a Pause icon to the “Pause BreakTaker” item in right-click system tray menu. Because it’s the little things that matter.

New in BreakTaker 1.1.0.3 (Nov 1, 2011)

  • Minor bugfix: The “Start With Windows” checkbox in the settings window was checked or unchecked based on the presence of the shortcut in the Start Menu –> Startup folder. Changed this to look at the value stored in settings instead, which is the correct functionality

New in BreakTaker 1.1.0.2 (Nov 1, 2011)

  • Minor bugfix: If changes to autorun settings were made, they wouldn’t take effect until the program was closed and restarted. Now the changes take effect immediately.

New in BreakTaker 1.1.0.1 (Nov 1, 2011)

  • In line with knowledge learned from Version 1.1.0.0, made more modifications to how the program autoruns.
  • Decided to use the Start Menu –> Startup folder method to autorun the program rather than use registry keys.
  • Added code that automatically checks for registry keys set in previous versions and removes them. Squeaky clean.

New in BreakTaker 1.1.0.0 (Nov 1, 2011)

  • Basically, ClickOnce is very picky about how you launch it and if you launch the executable directly, it doesn’t see it as a ClickOnce application anymore. The app still runs just fine, but it won’t return the correct version number and won’t check for updates.
  • Rewrote autorun code to point to the ClickOnce shortcut which is a .appref-ms file.
  • A minor version number upgrade! Welcome to 1.1.

New in BreakTaker 1.0.0.38 (Nov 1, 2011)

  • Changed support URL to new site (http://www.techerator.com/software/breaktaker).
  • Added desktop icon during installation.

New in BreakTaker 1.0.0.37 (Nov 1, 2011)

  • Notification titlebar turns red when you’ve ignored a break. Turns back to orange once a break is taken.
  • Added mutex to prevent multiple instances of application running.