Browse Source

update website with latest release

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@458 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 17 years ago
parent
commit
dc0c4cd0ec
1 changed files with 20 additions and 0 deletions
  1. 20 0
      WebSite/index.php

+ 20 - 0
WebSite/index.php

@@ -53,6 +53,26 @@
           
             <a name="Change History"></a>
             <div class="post">
+                <h1 class="title">3.16.5.0 03-23-09</h1>
+                <div class="entry">
+                    <ul>
+						<li>Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus</li>
+						<li>Added the ability to create add-ins, called before an item is pasted</li>
+						<li>Fixed issue with getting the currently focused window when not using the hook dll</li>
+						<li>Updated italiano language file</li>
+						<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>
+						<li>Fixed word wrap option to reload correctly</li>
+						<li>Fixed issues with loading cut copy buffer 3 correctly from config on restart</li>
+						<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>
+						<li>Updated to sqlite version 3.16.10</li>
+                    </ul>
+              </div>
+              <div class="meta">
+				<p class="byline"><a href="changeHistory.php" class="more">Full Change History</a></p>
+			  </div>
+          </div>
+			
+			<div class="post">
                 <h1 class="title">3.15.4.0 01-16-08</h1>
                 <div class="entry">
                     <ul>