changeHistory.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <title>Ditto clipboard extender</title>
  6. <meta name="keywords" content="" />
  7. <meta name="description" content="" />
  8. <link href="default.css" rel="stylesheet" type="text/css" />
  9. <?php $focusTab = "History"; Include("header.php");?>
  10. </head>
  11. <body>
  12. <div id="page">
  13. <div id="content">
  14. <a name="Change History"></a>
  15. <div class="post">
  16. <h1 class="title">3.18.24.0 1-3-12</h1>
  17. <div class="entry">
  18. <ul>
  19. <li>Fixed issue with pasting last 10 pastes through global shortcut keys</li>
  20. <li>Fixed issue with chinese language files</li>
  21. <li>Take the windows task bar into account when ensuring entire Ditto window is visible</li>
  22. <li>Show correct shortcut key text in [Options - Keyboard Shortcuts] when Win is checked</li>
  23. </ul>
  24. </div>
  25. <div class="meta">
  26. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  27. </div>
  28. </div>
  29. <div class="post">
  30. <h1 class="title">3.18.20.0 12-23-11</h1>
  31. <div class="entry">
  32. <ul>
  33. <li>64bit build
  34. <li>Clip shortcut keys can be global (you don't need to open ditto for your clip shortcut keys to work). New check box on the clip properties window.</li>
  35. <li>New shortcut key window (right click on icon - Global hot keys) so you can see what clips are available globally and was ditto able to register the shortcut key.</li>
  36. <li>Updated icon</li>
  37. <li>Removed draw rich text option (was finding this didn't work with office 2010 rtf text)</li>
  38. <li>Fixed crash when viewing images through F3</li>
  39. <li>Portable setting is now based off of the file "portable" not a setting in the config file</li>
  40. <li>Backup the db when running an update script</li>
  41. <li>Fixed crash when automatically closing ditto's window</li>
  42. <li>Fixed issue with displaying chinease language</li>
  43. </ul>
  44. </div>
  45. <div class="meta">
  46. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  47. </div>
  48. </div>
  49. <div class="post">
  50. <h1 class="title">3.17.00.17 12-23-10</h1>
  51. <div class="entry">
  52. <ul>
  53. <li>Removed named paste, named paste items can be searched by entering /q text</li>
  54. <li>Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names</li>
  55. <li>Added add-in to remove all line feeds then paste the clip</li>
  56. <li>Fixed issue with ditto taking focus back, happened when always on-top was selected</li>
  57. <li>Reverted to previous method for setting the focus</li>
  58. <li>Fixed issue where 'v' was pasted instead of the actual clip</li>
  59. <li>Changed default method for tracking focus to polling</li>
  60. <li>Sped up clip deletes, delete of the large clipboard data now happens in the background</li>
  61. <li>Sped up filling of the list, only items in view are loaded</li>
  62. <li>Save connected to the clipboard state to config settings</li>
  63. <li>Search full cf_unicode clip data with /f in the search text ex) /f text</li>
  64. <li>Include correct version of mfc and c++ runtime files</li>
  65. <li>Removed auto update feature</li>
  66. </ul>
  67. </div>
  68. <div class="meta">
  69. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  70. </div>
  71. </div>
  72. <div class="post">
  73. <h1 class="title">3.16.8.0 08-16-09</h1>
  74. <div class="entry">
  75. <ul>
  76. <li>Added DittoUtil Addin, adds the ability to paste any clip type as text</li>
  77. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput</li>
  78. <li>Added the ability to create add-ins, called before an item is pasted</li>
  79. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  80. <li>Updated italiano language file</li>
  81. <li>Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste</li>
  82. <li>Fixed word wrap option to reload correctly</li>
  83. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  84. <li>Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands</li>
  85. <li>Updated to sqlite version 3.16.10</li>
  86. </ul>
  87. </div>
  88. <div class="meta">
  89. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  90. </div>
  91. </div>
  92. <div class="post">
  93. <h1 class="title">3.16.5.0 03-23-098</h1>
  94. <div class="entry">
  95. <ul>
  96. <li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus</li>
  97. <li>Added the ability to create add-ins, called before an item is pasted</li>
  98. <li>Fixed issue with getting the currently focused window when not using the hook dll</li>
  99. <li>Updated italiano language file</li>
  100. <li>Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste</li>
  101. <li>Fixed word wrap option to reload correctly</li>
  102. <li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
  103. <li>Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands</li>
  104. <li>Updated to sqlite version 3.16.10</li>
  105. </ul>
  106. </div>
  107. <div class="meta">
  108. <p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
  109. </div>
  110. </div>
  111. <div class="post">
  112. <h1 class="title">3.15.4.0 01-16-08</h1>
  113. <div class="entry">
  114. <ul>
  115. <li>Fixed empty directory from being created in application data in stand alone version</li>
  116. <li>Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)</li>
  117. <li>Updated to latest sqlite db version</li>
  118. <li>When creating a new db auto vacuum is set. Or when doing a compact and repair.</li>
  119. </ul>
  120. </div>
  121. </div>
  122. <div class="post">
  123. <h1 class="title">3.15.1.0 8-19-07</h1>
  124. <div class="entry">
  125. <ul>
  126. <li>Custom Key strokes per application (http://ditto-cp.wiki.sourceforge.net/Custom+key+strokes)</li>
  127. <li>Added option to hide friends, via registry setting only (http://ditto-cp.wiki.sourceforge.net/Disable+Friends)</li>
  128. <li>Change some default values on new installs, limit copies to 500, disable friends, show at caret</li>
  129. <li>Save word wrap option</li>
  130. <li>Editor hot keys, added keys for undo, redo, wrap, bold, underline</li>
  131. </ul>
  132. </div>
  133. </div>
  134. <div class="post">
  135. <h1 class="title">3.14.0.0 2-18-06</h1>
  136. <div class="entry">
  137. <ul>
  138. <li>Added new feature, "Ditto copy buffers" Options - Copy buffers. Can assign short cut keys for extra copy buffers. These copy buffers work just like Ctrl-C and Ctrl-V. Things can be copied and pasted without affecting the standard clipboard data.</li>
  139. <li>Updated to latest sqlite db version. This fixed the problem with foreign characters in the current user's name.</li>
  140. <li>Added CF_HDROP (copied files), Rich Text, Html Format to multi-paste support. (will group those types on multi-paste)</li>
  141. <li>Added option for what separater is put between multi-pasted clips. (Options - General)</li>
  142. <li>Added "Word Wrap" setting in clip editor</li>
  143. <li>When searching in a group only search the clips in that group.</li>
  144. <li>Hide apply button in options. The button didn't do anything.</li>
  145. <li>Don't underline the character following an ampersand(&) when displaying clip text.</li>
  146. </ul>
  147. </div>
  148. </div>
  149. <div class="post">
  150. <h1 class="title">3.9.0.0 8-03-06</h1>
  151. <div class="entry">
  152. <ul>
  153. <li>Fixed issue that could cause Ditto to not disconnect from the clipboard</li>
  154. </ul>
  155. </div>
  156. </div>
  157. <div class="post">
  158. <h1 class="title">3.8.0.0 7-27-06</h1>
  159. <div class="entry">
  160. <ul>
  161. <li>Added the command line parameters "-disconnect" and "-connect" to control if ditto is connected to the clipboard or not</li>
  162. <li>Added option to output debug strings(F5) to file(Ctrl-F5) or debugview.exe (F5/Ctrl - F5 in quick paste window)</li>
  163. <li>Fixed error that caused some foreign characters as line feeds in Ditto</li>
  164. </ul>
  165. </div>
  166. </div>
  167. <div class="post">
  168. <h1 class="title">3.6.0.0 6-06-06</h1>
  169. <div class="entry">
  170. <ul>
  171. <li>Added the ability to edit clips</li>
  172. </ul>
  173. </div>
  174. </div>
  175. <div class="post">
  176. <h1 class="title">3.5.0.0 5-09-06</h1>
  177. <div class="entry">
  178. <ul>
  179. <li>Added option to import/export clips</li>
  180. <li>Added menu option to clear quick paste text for selected clips</li>
  181. </ul>
  182. </div>
  183. </div>
  184. <div class="post">
  185. <h1 class="title">3.4.0.0 4-26-06</h1>
  186. <div class="entry">
  187. <ul>
  188. <li>Compact database button in options now compacts the sqlite database</li>
  189. <li>Added option to prompt when deleting clips (options - Quick paste - prompt when deleting clips)</li>
  190. <li>Fixed error where Ditto would show "NO TARGET" when some Outlook windows would show</li>
  191. <li>Fixed shortcut key Alt-Home and removed short cut key Alt-End</li>
  192. <li>Fixed crash when many clips are selected and pasted</li>
  193. <li>Added Dutch translation</li>
  194. </ul>
  195. </div>
  196. </div>
  197. <div class="post">
  198. <h1 class="title">3.3.0.0 3-26-06</h1>
  199. <div class="entry">
  200. <ul>
  201. <li>Added ability to send files from one computer to another. Just copy the file send the clip to the other computer, on paste Ditto will copy file from computer A to B and past the file</li>
  202. </ul>
  203. </div>
  204. </div>
  205. <div class="post">
  206. <h1 class="title">3.2.0.0 2-17-06</h1>
  207. <div class="entry">
  208. <ul>
  209. <li>Fixed error on multiple pastes in unicode, the line fide was inserted properly</li>
  210. <li>Fixed error that caused the "run on start" to not get entered properly in the registry</li>
  211. <li>Fixed Error where if an item had a thumbnail with the clip then the clip was delete the thumbnail would still show in the list</li>
  212. </ul>
  213. </div>
  214. </div>
  215. <div class="post">
  216. <h1 class="title">3.1.0.0 1-22-06</h1>
  217. <div class="entry">
  218. <ul>
  219. <li>added special processing for CF_HDROP (copied file from windows explorer). When copied the name of the file copied will show in ditto. (it used to only show CF_HDROP</li>
  220. <li>added CF_HDROP to the default save types</li>
  221. <li>fixed error when pasting and auto hide is selected ditto would not auto hide on paste</li>
  222. <li>when pasting from quick paste as soon as a known quick paste is typed paste it<li>
  223. <li>fixed extra character from showing when using a foreign language</li>
  224. </ul>
  225. </div>
  226. </div>
  227. <div class="post">
  228. <h1 class="title">2.6.7.0 1-24-06</h1>
  229. <div class="entry">
  230. <ul>
  231. <li>Added number pad keys to the 0-9 shortcut keys for pasting last 10 entries</li>
  232. <li>Fixed uninitialized variable that could cause Ditto to not connect to the clipboard</li>
  233. <li>Fixed error that could have caused hidden icons on the desktop to show up</li>
  234. </ul>
  235. </div>
  236. </div>
  237. <div class="post">
  238. <h1 class="title">2.6.5.0 11-1-05</h1>
  239. <div class="entry">
  240. <ul>
  241. <li>Only show an error message once when we can't auto send a clip to a client</li>
  242. <li>Added French translation</li>
  243. <li>Hide tooltip window when keys are pressed and the focus is on the search edit box</li>
  244. <li>Set check marks on the menu correctly when using a foreign language</li>
  245. </ul>
  246. </div>
  247. </div>
  248. <div class="post">
  249. <h1 class="title">2.6.4.0 10-28-05</h1>
  250. <div class="entry">
  251. <ul>
  252. <li>Added option to have ditto ensure it's always connected to the clipboard. (Options - General)</li>
  253. <li>Added Italian translation</li>
  254. <li>Changed how Ditto pings the clipboard to ensure it is connected to the clipboard. It was causing a conflict with some other programs that resulted in Ditto using 100% of the cpu</li>
  255. <li>Fixed disconnect from clipboard. It would not disconnect.</li>
  256. <li>Fixed crash when auto updating.</li>
  257. <li>Replaced search combo with search edit box.</li>
  258. </ul>
  259. </div>
  260. </div>
  261. <div class="post">
  262. <h1 class="title">2.6.3.0 10-3-05</h1>
  263. <div class="entry">
  264. <ul>
  265. <li>Modified German Language File</li>
  266. <li>Fix memory leak when showing a clip's description (F3)</li>
  267. </ul>
  268. </div>
  269. </div>
  270. <div class="post">
  271. <h1 class="title">2.6.2.0 9-19-05</h1>
  272. <div class="entry">
  273. <ul>
  274. <li>Modified dialogs to fit foreign language text better</li>
  275. <li>Added German Language File</li>
  276. <li>Added more delay when clip changes happen. I think this will help with Ditto maxing out the cpu </li>
  277. </ul>
  278. </div>
  279. </div>
  280. <div class="post">
  281. <h1 class="title">2.6.0.0 Beta 7-24-05</h1>
  282. <div class="entry">
  283. <ul>
  284. <li>Added support for multiple languages</li>
  285. <li>Added delay time for saving clips, if copies happen to fast Ditto will ignore them. Settable on General Tab in Options.</li>
  286. <li>When focus is on the search combo, copy and delete will now work.</li>
  287. </ul>
  288. </div>
  289. </div>
  290. <div class="post">
  291. <h1 class="title">2.5.1.0 - 5-12-05</h1>
  292. <div class="entry">
  293. <ul>
  294. <li>Added size limit on a clip, if a clip is over that limit the clip will not be saved</li>
  295. <li>Back button will refresh the screen and go back to parent group</li>
  296. <li>When focus is on the description window then you click on another window, Ditto will hide it's window correctly</li>
  297. </ul>
  298. </div>
  299. </div>
  300. <div class="post">
  301. <h1 class="title">2.5.0.0 - 4-21-05</h1>
  302. <div class="entry">
  303. <ul>
  304. <li>Show full Rich Text or Text in description window (F3)</li>
  305. <li>Added the ability to tab to description text and copy text from it</li>
  306. <li>Added option to paste html format as plain text</li>
  307. <li>Added option to 'Find as you Type'</li>
  308. <li>Added option to always display ditto so the entire window is visible</li>
  309. <li>Added option to not show clips that are in Groups in the main list</li>
  310. <li>Clips are encrypted when sending across the network</li>
  311. <li>Ditto must be updated on both sides for the network transfer to work</li>
  312. <li>Added the ability to draw RTF text in the clip list</li>
  313. <li>Added option to not send paste to active Window</li>
  314. <li>Can specify a sound to play when Ditto saves a clip from the clipboard</li>
  315. <li>Added shortcut key Shift - Enter to put only CF_TEXT on the clipboard and send a paste</li>
  316. <li>Can use the windows keys in shortcuts</li>
  317. </ul>
  318. </div>
  319. </div>
  320. <div class="post">
  321. <h1 class="title">2.4 - 11-30-04</h1>
  322. <div class="entry">
  323. <ul>
  324. <li>Added Help file (Right-Click -> Help)</li>
  325. <li>If CF_DIB (bitmaps) is saved a thumbnail of the image will be displayed in the list and in the description (option to display image or not, Options -> Quick Paste)</li>
  326. <li>Added option to not start up the server thread (Options -> Friends -> Disable Receiving Clips)</li>
  327. <li>Set the font of the list control (Options -> Quick Paste, Right-Click -> Quick Options)</li>
  328. <li>Properties window is resizable</li>
  329. <li>When searching Spaces are treated as OR unless in quotes</li>
  330. <li>Added a move to group dialog (Right-Click -> Groups -> Move To Group)</li>
  331. <li>Added menu option to paste CF_TEXT(Paint Text) only (Right-Click -> Paste Plain Text Only)</li>
  332. <li>Check if ditto window is in a valid monitor when showing ditto</li>
  333. <li>Added CF_DIB (bitmaps) to the default types</li>
  334. <li>Fixed memory leak due to improper termination of MTServerThread.</li>
  335. <li>Fixed "corrupted QuickPaste position when closing while minimized".</li>
  336. <li>Fixed auto internet update, it was being checked properly.</li>
  337. <li>Fixed bug if you used global hot keys to paste the last item in the list it would not paste.</li>
  338. </ul>
  339. </div>
  340. </div>
  341. <div class="post">
  342. <h1 class="title">2.3 - 7-2-04</h1>
  343. <div class="entry">
  344. <ul>
  345. <li>Keep multiple Computers' clipboards in sync (Friends Tab)</li>
  346. <li>Send copied data automatically to other machines (Friends Tab)</li>
  347. <li>Right click and send individual clips to other machines</li>
  348. <li>Single click on the icon opens ditto</li>
  349. <li>New method for getting the current active window to paste into</li>
  350. <li>Option to close ditto on hot key if ditto is already active (General Tab, On by default)</li>
  351. <li>Menu option to disconnect/connect ditto to the clipboard chain</li>
  352. <li>If DAO is not installed you will be prompted to download the DAO redistribution package from http://ditto-cp.sourceforge.net/dao_setup.exe</li>
  353. </ul>
  354. </div>
  355. </div>
  356. <div class="post">
  357. <h1 class="title">2.2 - 2-29-04</h1>
  358. <div class="entry">
  359. <ul>
  360. <li>Added global hot keys for the last 10 items copied</li>
  361. <li>Added back button when viewing groups</li>
  362. <li>Added menu options to set to</li>
  363. <li>Never Auto Delete</li>
  364. <li>Auto Delete</li>
  365. <li>Remove Hot key</li>
  366. <li>Fixed bug, when setting the group in the properties screen it was not setting the item to Never Auto Delete</li>
  367. <li>Fixed bug, checking the wrong url for update</li>
  368. </ul>
  369. </div>
  370. </div>
  371. <div class="post">
  372. <h1 class="title">2.1 - 2-15-04</h1>
  373. <div class="entry">
  374. <ul>
  375. <li>Improved drawing speed</li>
  376. </ul>
  377. </div>
  378. </div>
  379. <!-- Start of StatCounter Code -->
  380. <script type="text/javascript">
  381. var sc_project=4303469;
  382. var sc_invisible=0;
  383. var sc_partition=54;
  384. var sc_click_stat=1;
  385. var sc_security="b3f57099";
  386. </script>
  387. <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a title="site stats" href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/4303469/0/b3f57099/0/" alt="site stats" ></a></div></noscript>
  388. <!-- End of StatCounter Code --><br><a href="http://my.statcounter.com/project/standard/stats.php?project_id=4303469&guest=1">View My Stats</a>
  389. </div>
  390. <?php Include("rightSide.php");?>
  391. </div>
  392. </div>
  393. </body>