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