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