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