Copyright 2009, 2015 Kristopher Johnson
See http://capablehands.net/menubarcountdown for information about this software.
LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
RELEASE NOTES
v2.0 (work in progress)
- Updated for OS X 10.10 and newer, with 64-bit support
- Code translated to Swift
- When timer is stopped, menubar displays small hourglass icon rather than 00:00:00, to conserve menubar space.
- Add option to repeat alert sound after timer expiration, until it is acknowledged
- Add option to blink 00:00:00 in the menu bar after timer expiration, until it is acknowledged
- Add Pause menu item.
- Remove support for Growl
v1.2 (2009/06/22)
- New application icon
- Command-X, Command-C, Command-V, and Command-A now work in the text fields in the settings dialog
- Command-R is now a shortcut key for the Restart Countdown... button in the alert window
- Add option to hide seconds in menu bar
- Show start-timer dialog when application launches
- Add Growl notifications. The Announcement text specified in the Start dialog will be displayed in the Growl notification window.
v1.1 (2009/04/20)
- timer-expired alert window floats above other applications' windows
- added application icon
- added Doxygen comments to source code
v1.0 (2009/04/09)
- initial release