changelog.
txt                                                                       6/14/2025
     1 ClipTrap
     2 Copyright (c) 2006-2014 Jody Holmes (Skwire Empire)
     3 http://skwire.dcmembers.com/fp/?page=cliptrap
     4
     5 + added
     6 * changed
     7 - deleted
     8 ! bug fixed
     9
   10 v1.2.2 - 2014-12-21
   11      + Added security option to delete the clip.txt file on program exit.
   12        (Thanks, Dallas E.)
   13      + Added new tray icon states to show whether or not the clipboard and/or
         the
   14        ClipTray windo u)
   15      - Took out ANSI build. If you were using this under Windows 2000,
   16        contact me at skwire@dcmembers.com.
   17
   18 v1.1.6 - 2013-05-12
   19       + Added optional archival option. (Thanks, BMG)
   20       + Added "Always on top" button to the toolbar.
   21       * Changed the GUI to a tab control. Moved the Options panel to the new
   22        Options tab.
   23       * Changed the "Monitor clipboard" icon.
   24
   25 v1.1.5 - 2012-10-26
   26       + Added "Append text to..." functionality via the toolbar, File menu,
   27        or Ctrl+D hotkey. (Thanks, nkormanik)
   28
   29 v1.1.4 - 2012-10-24
   30       + Last used filename is now saved. (Thanks, nkormanik)
   31       * No longer writes the Unicode BOM to files.
   32
   33 v1.1.3 - 2012-08-14
   34       + Added "Save text as..." functionality via the toolbar, File menu,
   35        or Ctrl+S hotkey. (Thanks, nkormanik)
   36
   37 v1.1.2 - 2012-07-14
   38       ! Worked around an issue when attempting to load a large amount of
   39         saved text when ClipTrap starts. (Thanks, BGM)
   40
                                                                                       Page 1
changelog.txt                                                                      6/14/2025
   41 v1.1.1 - 2012-05-23
   42       + The clip list is now saved between sessions. (Thanks, nkormanik)
   43
   44 v1.1.0 - 2012-04-15
   45       + Added ability to append new clips to the top of the stack. Use the
   46        dropdown list in the toolbar to switch between the top and bottom
   47        options. (Thanks, jltarley)
   48       + Added "Scroll to top" & "Scroll to bottom" toolbar buttons to more
   49        easily navigate the edit field. (Thanks, jltarley)
   50       + Added ability to configure a timestamp string as part of the clip
   51        delimiter. This uses the standard AutoHotkey timestamp tokens as
   52        found on the following webpage:
   53        http://www.autohotkey.com/docs/commands/FormatTime.htm
   54        In addition to configuring the actualy timestamp string, you must
   55        enable this option by checking the "Enable timestamp tokens"
   56        checkbox. (Thanks, jltarley)
   57       + Statusbar now shows the contents currently on the clipboard.
   58
   59 v1.0.9 - 2012-04-12
   60       ! My build script wasn't including the Unicode build properly. The
   61         install zip file should now include ClipTrap.exe and ClipTrap_ANSI.exe.
   62         The ClipTrap.exe is the Unicode version. (Thanks, lanes1)
   63
   64 v1.0.8 - 2012-04-11
   65       + Added "Close to tray" option. (Thanks, jltarley)
   66
   67 v1.0.7 - 2012-03-10
   68       * Made a slight change/tweak to the "Copy window text" functionality to
   69        try and preserve CR/LF line endings. (Thanks, N. Richardson)
   70
   71 v1.0.6 - 2012-03-08
   72       + Tray icon now changes with toggle state.
   73       + Configurable hotkey to toggle monitoring. (Thanks, lanux128)
   74
   75 v1.0.5 - 2011-03-22
   76       + Added custom delimiter option. (Thanks, nkormanik)
   77       * Changed toolbar and button icons to the Fugue set.
   78       - Removed "Add extra blank line option" since you can now specify a
   79         custom delimiter. For two blank lines, like before, use: \r\n\r\n
   80
   81 v1.0.4 - 2011-01-05
                                                                                        Page 2
changelog.txt                                                                   6/14/2025
   82       + Added word wrap capability under Options. (Thanks, longrun)
   83       + Added ability to add an extra blank line between clips under
   84        Options. (Thanks, longrun)
   85
   86 v1.0.3 - 2010-07-30
   87       ! Fixed a couple of 120 DPI graphical glitches. (Thanks, cmpm)
   88
   89 v1.0.2 - 2010-01-06
   90       + Added "Minimize on startup" option. Go to Options, Configure to
   91        set it. (Thanks, Isaac Patch)
   92
   93 v1.0.1 - 2010-01-02
   94       + Added an option that will allow for confirmation of the "Clear
   95        window text" button. Go to Options, Configure to set it.
   96        (Thanks, ewemoa)
   97       + Added a Unicode build to the zip.
   98
   99 v1.0.0 - 2009-12-10
  100       + Initial release.
  101
                                                                                   Page 3