changeHistory.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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.15.4.0 01-16-08</h1>
  17. <div class="entry">
  18. <ul>
  19. <li>Fixed empty directory from being created in application data in stand alone version</li>
  20. <li>Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)</li>
  21. <li>Updated to latest sqlite db version</li>
  22. <li>When creating a new db auto vacuum is set. Or when doing a compact and repair.</li>
  23. </ul>
  24. </div>
  25. </div>
  26. <div class="post">
  27. <h1 class="title">3.15.1.0 8-19-07</h1>
  28. <div class="entry">
  29. <ul>
  30. <li>Custom Key strokes per application (http://ditto-cp.wiki.sourceforge.net/Custom+key+strokes)</li>
  31. <li>Added option to hide friends, via registry setting only (http://ditto-cp.wiki.sourceforge.net/Disable+Friends)</li>
  32. <li>Change some default values on new installs, limit copies to 500, disable friends, show at caret</li>
  33. <li>Save word wrap option</li>
  34. <li>Editor hot keys, added keys for undo, redo, wrap, bold, underline</li>
  35. </ul>
  36. </div>
  37. </div>
  38. <div class="post">
  39. <h1 class="title">3.14.0.0 2-18-06</h1>
  40. <div class="entry">
  41. <ul>
  42. <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>
  43. <li>Updated to latest sqlite db version. This fixed the problem with foreign characters in the current user's name.</li>
  44. <li>Added CF_HDROP (copied files), Rich Text, Html Format to multi-paste support. (will group those types on multi-paste)</li>
  45. <li>Added option for what separater is put between multi-pasted clips. (Options - General)</li>
  46. <li>Added "Word Wrap" setting in clip editor</li>
  47. <li>When searching in a group only search the clips in that group.</li>
  48. <li>Hide apply button in options. The button didn't do anything.</li>
  49. <li>Don't underline the character following an ampersand(&) when displaying clip text.</li>
  50. </ul>
  51. </div>
  52. </div>
  53. <div class="post">
  54. <h1 class="title">3.9.0.0 8-03-06</h1>
  55. <div class="entry">
  56. <ul>
  57. <li>Fixed issue that could cause Ditto to not disconnect from the clipboard</li>
  58. </ul>
  59. </div>
  60. </div>
  61. <div class="post">
  62. <h1 class="title">3.8.0.0 7-27-06</h1>
  63. <div class="entry">
  64. <ul>
  65. <li>Added the command line parameters "-disconnect" and "-connect" to control if ditto is connected to the clipboard or not</li>
  66. <li>Added option to output debug strings(F5) to file(Ctrl-F5) or debugview.exe (F5/Ctrl - F5 in quick paste window)</li>
  67. <li>Fixed error that caused some foreign characters as line feeds in Ditto</li>
  68. </ul>
  69. </div>
  70. </div>
  71. <div class="post">
  72. <h1 class="title">3.6.0.0 6-06-06</h1>
  73. <div class="entry">
  74. <ul>
  75. <li>Added the ability to edit clips</li>
  76. </ul>
  77. </div>
  78. </div>
  79. <div class="post">
  80. <h1 class="title">3.5.0.0 5-09-06</h1>
  81. <div class="entry">
  82. <ul>
  83. <li>Added option to import/export clips</li>
  84. <li>Added menu option to clear quick paste text for selected clips</li>
  85. </ul>
  86. </div>
  87. </div>
  88. <div class="post">
  89. <h1 class="title">3.4.0.0 4-26-06</h1>
  90. <div class="entry">
  91. <ul>
  92. <li>Compact database button in options now compacts the sqlite database</li>
  93. <li>Added option to prompt when deleting clips (options - Quick paste - prompt when deleting clips)</li>
  94. <li>Fixed error where Ditto would show "NO TARGET" when some Outlook windows would show</li>
  95. <li>Fixed shortcut key Alt-Home and removed short cut key Alt-End</li>
  96. <li>Fixed crash when many clips are selected and pasted</li>
  97. <li>Added Dutch translation</li>
  98. </ul>
  99. </div>
  100. </div>
  101. <div class="post">
  102. <h1 class="title">3.3.0.0 3-26-06</h1>
  103. <div class="entry">
  104. <ul>
  105. <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>
  106. </ul>
  107. </div>
  108. </div>
  109. <div class="post">
  110. <h1 class="title">3.2.0.0 2-17-06</h1>
  111. <div class="entry">
  112. <ul>
  113. <li>Fixed error on multiple pastes in unicode, the line fide was inserted properly</li>
  114. <li>Fixed error that caused the "run on start" to not get entered properly in the registry</li>
  115. <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>
  116. </ul>
  117. </div>
  118. </div>
  119. <div class="post">
  120. <h1 class="title">3.1.0.0 1-22-06</h1>
  121. <div class="entry">
  122. <ul>
  123. <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>
  124. <li>added CF_HDROP to the default save types</li>
  125. <li>fixed error when pasting and auto hide is selected ditto would not auto hide on paste</li>
  126. <li>when pasting from quick paste as soon as a known quick paste is typed paste it<li>
  127. <li>fixed extra character from showing when using a foreign language</li>
  128. </ul>
  129. </div>
  130. </div>
  131. <div class="post">
  132. <h1 class="title">2.6.7.0 1-24-06</h1>
  133. <div class="entry">
  134. <ul>
  135. <li>Added number pad keys to the 0-9 shortcut keys for pasting last 10 entries</li>
  136. <li>Fixed uninitialized variable that could cause Ditto to not connect to the clipboard</li>
  137. <li>Fixed error that could have caused hidden icons on the desktop to show up</li>
  138. </ul>
  139. </div>
  140. </div>
  141. <div class="post">
  142. <h1 class="title">2.6.5.0 11-1-05</h1>
  143. <div class="entry">
  144. <ul>
  145. <li>Only show an error message once when we can't auto send a clip to a client</li>
  146. <li>Added French translation</li>
  147. <li>Hide tooltip window when keys are pressed and the focus is on the search edit box</li>
  148. <li>Set check marks on the menu correctly when using a foreign language</li>
  149. </ul>
  150. </div>
  151. </div>
  152. <div class="post">
  153. <h1 class="title">2.6.4.0 10-28-05</h1>
  154. <div class="entry">
  155. <ul>
  156. <li>Added option to have ditto ensure it's always connected to the clipboard. (Options - General)</li>
  157. <li>Added Italian translation</li>
  158. <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>
  159. <li>Fixed disconnect from clipboard. It would not disconnect.</li>
  160. <li>Fixed crash when auto updating.</li>
  161. <li>Replaced search combo with search edit box.</li>
  162. </ul>
  163. </div>
  164. </div>
  165. <div class="post">
  166. <h1 class="title">2.6.3.0 10-3-05</h1>
  167. <div class="entry">
  168. <ul>
  169. <li>Modified German Language File</li>
  170. <li>Fix memory leak when showing a clip's description (F3)</li>
  171. </ul>
  172. </div>
  173. </div>
  174. <div class="post">
  175. <h1 class="title">2.6.2.0 9-19-05</h1>
  176. <div class="entry">
  177. <ul>
  178. <li>Modified dialogs to fit foreign language text better</li>
  179. <li>Added German Language File</li>
  180. <li>Added more delay when clip changes happen. I think this will help with Ditto maxing out the cpu </li>
  181. </ul>
  182. </div>
  183. </div>
  184. <div class="post">
  185. <h1 class="title">2.6.0.0 Beta 7-24-05</h1>
  186. <div class="entry">
  187. <ul>
  188. <li>Added support for multiple languages</li>
  189. <li>Added delay time for saving clips, if copies happen to fast Ditto will ignore them. Settable on General Tab in Options.</li>
  190. <li>When focus is on the search combo, copy and delete will now work.</li>
  191. </ul>
  192. </div>
  193. </div>
  194. <div class="post">
  195. <h1 class="title">2.5.1.0 - 5-12-05</h1>
  196. <div class="entry">
  197. <ul>
  198. <li>Added size limit on a clip, if a clip is over that limit the clip will not be saved</li>
  199. <li>Back button will refresh the screen and go back to parent group</li>
  200. <li>When focus is on the description window then you click on another window, Ditto will hide it's window correctly</li>
  201. </ul>
  202. </div>
  203. </div>
  204. <div class="post">
  205. <h1 class="title">2.5.0.0 - 4-21-05</h1>
  206. <div class="entry">
  207. <ul>
  208. <li>Show full Rich Text or Text in description window (F3)</li>
  209. <li>Added the ability to tab to description text and copy text from it</li>
  210. <li>Added option to paste html format as plain text</li>
  211. <li>Added option to 'Find as you Type'</li>
  212. <li>Added option to always display ditto so the entire window is visible</li>
  213. <li>Added option to not show clips that are in Groups in the main list</li>
  214. <li>Clips are encrypted when sending across the network</li>
  215. <li>Ditto must be updated on both sides for the network transfer to work</li>
  216. <li>Added the ability to draw RTF text in the clip list</li>
  217. <li>Added option to not send paste to active Window</li>
  218. <li>Can specify a sound to play when Ditto saves a clip from the clipboard</li>
  219. <li>Added shortcut key Shift - Enter to put only CF_TEXT on the clipboard and send a paste</li>
  220. <li>Can use the windows keys in shortcuts</li>
  221. </ul>
  222. </div>
  223. </div>
  224. <div class="post">
  225. <h1 class="title">2.4 - 11-30-04</h1>
  226. <div class="entry">
  227. <ul>
  228. <li>Added Help file (Right-Click -> Help)</li>
  229. <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>
  230. <li>Added option to not start up the server thread (Options -> Friends -> Disable Receiving Clips)</li>
  231. <li>Set the font of the list control (Options -> Quick Paste, Right-Click -> Quick Options)</li>
  232. <li>Properties window is resizable</li>
  233. <li>When searching Spaces are treated as OR unless in quotes</li>
  234. <li>Added a move to group dialog (Right-Click -> Groups -> Move To Group)</li>
  235. <li>Added menu option to paste CF_TEXT(Paint Text) only (Right-Click -> Paste Plain Text Only)</li>
  236. <li>Check if ditto window is in a valid monitor when showing ditto</li>
  237. <li>Added CF_DIB (bitmaps) to the default types</li>
  238. <li>Fixed memory leak due to improper termination of MTServerThread.</li>
  239. <li>Fixed "corrupted QuickPaste position when closing while minimized".</li>
  240. <li>Fixed auto internet update, it was being checked properly.</li>
  241. <li>Fixed bug if you used global hot keys to paste the last item in the list it would not paste.</li>
  242. </ul>
  243. </div>
  244. </div>
  245. <div class="post">
  246. <h1 class="title">2.3 - 7-2-04</h1>
  247. <div class="entry">
  248. <ul>
  249. <li>Keep multiple Computers' clipboards in sync (Friends Tab)</li>
  250. <li>Send copied data automatically to other machines (Friends Tab)</li>
  251. <li>Right click and send individual clips to other machines</li>
  252. <li>Single click on the icon opens ditto</li>
  253. <li>New method for getting the current active window to paste into</li>
  254. <li>Option to close ditto on hot key if ditto is already active (General Tab, On by default)</li>
  255. <li>Menu option to disconnect/connect ditto to the clipboard chain</li>
  256. <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>
  257. </ul>
  258. </div>
  259. </div>
  260. <div class="post">
  261. <h1 class="title">2.2 - 2-29-04</h1>
  262. <div class="entry">
  263. <ul>
  264. <li>Added global hot keys for the last 10 items copied</li>
  265. <li>Added back button when viewing groups</li>
  266. <li>Added menu options to set to</li>
  267. <li>Never Auto Delete</li>
  268. <li>Auto Delete</li>
  269. <li>Remove Hot key</li>
  270. <li>Fixed bug, when setting the group in the properties screen it was not setting the item to Never Auto Delete</li>
  271. <li>Fixed bug, checking the wrong url for update</li>
  272. </ul>
  273. </div>
  274. </div>
  275. <div class="post">
  276. <h1 class="title">2.1 - 2-15-04</h1>
  277. <div class="entry">
  278. <ul>
  279. <li>Improved drawing speed</li>
  280. </ul>
  281. </div>
  282. </div>
  283. <!-- Start of StatCounter Code -->
  284. <script type="text/javascript">
  285. var sc_project=4303469;
  286. var sc_invisible=0;
  287. var sc_partition=54;
  288. var sc_click_stat=1;
  289. var sc_security="b3f57099";
  290. </script>
  291. <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>
  292. <!-- End of StatCounter Code --><br><a href="http://my.statcounter.com/project/standard/stats.php?project_id=4303469&guest=1">View My Stats</a>
  293. </div>
  294. <?php Include("rightSide.php");?>
  295. </div>
  296. </div>
  297. </body>