Teensymon
v0.3.3 (2011-02-13)

This is a minimal app to keep an eye on your battery. No fuss, no features,
just the state of your battery. Laptops, netbooks and other battery-fueled
nice-to-haves are slow enough without a full-featured electrons-guzzling and
cpu-hogging monitoring tool. What you see is what you get.

Future versions might get a teensy bit of configurability.

Teensymon was requested by rsatrioadi at:
    http://www.donationcoder.com/forum/index.php?topic=24704.0



VERSION HISTORY
---------------

v0.3.3 (2011-02-13)

    Minor change as requested by rsatrioadi.
    
      Changed: After hiding Teensymon for 5 seconds, the reappearing of the
          display no longer forces window focus upon itself. It now remains
          with whatever window has gotten focused since.

v0.3.2 (2011-01-28)

    Changed some things as requested by rsatrioadi.
    
      Added: Ctrl+LeftMouseButton is now an alternative for MiddleMouseButton.
      Changed: Where before Teensymon was left-top aligned, it is now aligned
          to the bottom-right. This way it doesn't jump around as much since
          Teensymon is expected to be run somewhere at the right side of the
          screen.
      Added: This ReadMe wasn't here in previous versions. Oops.

v0.3.1 (2010-11-26)

    Some bugfixes and other stuff.
    
       Fixed: check against a (dis)charge rate reported as 0 which caused a
           crash in previous versions. (Although the Windows API documentation
           implies that should never be returned.. which is likely the reason
           only some computers with some batteries have it, depending on the
           exact model of battery in their computer.)
       Fixed: popup menu memory leak
       Added: extra sanity (read: anti-crash) protection.
           (Clearing battery buffers before requesting data)
       Changed: the date format now matches the request from the original user.

v0.3.0 (2010-11-25)

    Initial release. Oh my, the bugs, they must be everywhere.
    
       Anti-feature: Black background
       Anti-feature: White text
       Anti-feature: A single line of a tiny 8pt Consolas font
       Feature: Shows whether you are using battery (DC) or current from your
           wall (AC).
       Feature: Shows how long you have till your battery takes a nap.
       Feature: Shows how long it takes for your battery to fully recharge.
           (Sadly, it seems the nature of batteries aging means it instead
           becomes an impossibly long to satisfy time the further it gets along
           with charging.)
       Feature: Left-click and drag around.
       Feature: Middle-click hides for 5 seconds in case it gets in the way.
       Feature: Right-click offers a menu with an About and an Exit option.
       Feature: The file is only 45kb large. It can't get much smaller than
           that!



KNOWN ISSUES
------------
1) There is zero configurability. This is a plan for a 0.4 release, if it ever
    happens. I'm just too darn busy.



CREDITS
-------

Thanks to...

* rsatrioadi for his request @
    http://www.donationcoder.com/forum/index.php?topic=24704.0

* Raymond Chen for his awesome blog about the Windows API @
    http://blogs.msdn.com/b/oldnewthing/

* DonationCoder.com as a whole @
    http://www.donationcoder.com/

* stackoverflow.com for solving those issues I have before I have them @
    http://stackoverflow.com/

* everyone who tested and used Teensymon's previous incarnations.