﻿ClipTrap
Copyright (c) 2006-2014 Jody Holmes (Skwire Empire)
http://skwire.dcmembers.com/fp/?page=cliptrap

+ added
* changed
- deleted
! bug fixed

v1.2.2 - 2014-12-21
    + Added security option to delete the clip.txt file on program exit.
      (Thanks, Dallas E.)
    + Added new tray icon states to show whether or not the clipboard and/or the
      ClipTray window is empty.  For an explanation of all of them, go to the
      'Options tab > Tray icon legend' section.

v1.2.1 - 2014-12-19
    + Made the clipboard edit field read-only and added a custom context menu.
      Now, copying text out of the edit field should not add that text back to
      edit field.  (Thanks, Dori) 
    + The tray icon now shows three different states:
        - Clipboard with red X:      Monitoring is off.
        - Clipboard with blank page: Monitoring is on, clipboard is empty.
        - Clipboard with text:       Monitoring is on, clipboard is not empty.
      (Thanks, Dallas E.)
    + Added a few new security features:
        - Timer-based auto-clear of the clipboard.
        - Timer-based auto-clear of the ClipTrap window.
        - Auto-clear of the clip archive.
      (Thanks, Dallas E.)
    * Reworked the Options tab.
    * If append mode is set to 'Bottom', the edit field will automatically
      scroll to the bottom.
      
v1.2.0 - 2014-12-14
    + Added the "Monitor clipboard," "Clear clipboard," "Clear window text," and
      "Copy window text" functions to the tray icon menu.  (Thanks, Dallas E.)

v1.1.9 - 2014-03-13
    + Added configurable hotkeys for each of the three buttons on the
      main form: Clear clipboard, clear window text, and copy window
      text. (Thanks, star)

v1.1.8 - 2013-07-25
    * Set a minimum size to the form.  (Thanks, BGM)
    ! The setting of the global monitoring toggle hotkey was broken.

v1.1.7 - 2013-07-23
    + Added standard Find functionality.  (Thanks, A. Bhikkhu)
    - Took out ANSI build.  If you were using this under Windows 2000,
      contact me at skwire@dcmembers.com.

v1.1.6 - 2013-05-12
    + Added optional archival option.  (Thanks, BMG)
    + Added "Always on top" button to the toolbar.
    * Changed the GUI to a tab control.  Moved the Options panel to the new
      Options tab.
    * Changed the "Monitor clipboard" icon.

v1.1.5 - 2012-10-26
    + Added "Append text to..." functionality via the toolbar, File menu,
      or Ctrl+D hotkey.  (Thanks, nkormanik)

v1.1.4 - 2012-10-24
    + Last used filename is now saved.  (Thanks, nkormanik)
    * No longer writes the Unicode BOM to files.

v1.1.3 - 2012-08-14
    + Added "Save text as..." functionality via the toolbar, File menu,
      or Ctrl+S hotkey.  (Thanks, nkormanik)

v1.1.2 - 2012-07-14
    ! Worked around an issue when attempting to load a large amount of
      saved text when ClipTrap starts.  (Thanks, BGM)

v1.1.1 - 2012-05-23
    + The clip list is now saved between sessions.  (Thanks, nkormanik)

v1.1.0 - 2012-04-15
    + Added ability to append new clips to the top of the stack.  Use the
      dropdown list in the toolbar to switch between the top and bottom
      options.  (Thanks, jltarley)
    + Added "Scroll to top" & "Scroll to bottom" toolbar buttons to more
      easily navigate the edit field.  (Thanks, jltarley)
    + Added ability to configure a timestamp string as part of the clip
      delimiter.  This uses the standard AutoHotkey timestamp tokens as
      found on the following webpage:
      http://www.autohotkey.com/docs/commands/FormatTime.htm
      In addition to configuring the actualy timestamp string, you must
      enable this option by checking the "Enable timestamp tokens"
      checkbox.  (Thanks, jltarley)
    + Statusbar now shows the contents currently on the clipboard.

v1.0.9 - 2012-04-12
    ! My build script wasn't including the Unicode build properly.  The
      install zip file should now include ClipTrap.exe and ClipTrap_ANSI.exe.
      The ClipTrap.exe is the Unicode version.  (Thanks, lanes1)

v1.0.8 - 2012-04-11
    + Added "Close to tray" option.  (Thanks, jltarley)

v1.0.7 - 2012-03-10
    * Made a slight change/tweak to the "Copy window text" functionality to
      try and preserve CR/LF line endings.  (Thanks, N. Richardson)

v1.0.6 - 2012-03-08
    + Tray icon now changes with toggle state.
    + Configurable hotkey to toggle monitoring.  (Thanks, lanux128)

v1.0.5 - 2011-03-22
    + Added custom delimiter option.  (Thanks, nkormanik)
    * Changed toolbar and button icons to the Fugue set.
    - Removed "Add extra blank line option" since you can now specify a
      custom delimiter.  For two blank lines, like before, use: \r\n\r\n

v1.0.4 - 2011-01-05
    + Added word wrap capability under Options.  (Thanks, longrun)
    + Added ability to add an extra blank line between clips under
      Options.  (Thanks, longrun)

v1.0.3 - 2010-07-30
    ! Fixed a couple of 120 DPI graphical glitches.  (Thanks, cmpm)

v1.0.2 - 2010-01-06
    + Added "Minimize on startup" option.  Go to Options, Configure to
      set it.  (Thanks, Isaac Patch)

v1.0.1 - 2010-01-02
    + Added an option that will allow for confirmation of the "Clear
      window text" button.  Go to Options, Configure to set it.
      (Thanks, ewemoa)
    + Added a Unicode build to the zip.

v1.0.0 - 2009-12-10
    + Initial release.
