Explorar el Código

web site updates when release 3.17.0.17

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@547 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden hace 15 años
padre
commit
95ea7e0b29
Se han modificado 4 ficheros con 55 adiciones y 4 borrados
  1. 25 0
      WebSite/changeHistory.php
  2. 1 1
      WebSite/header.php
  3. 26 0
      WebSite/index.php
  4. 3 3
      WebSite/rightSide.php

+ 25 - 0
WebSite/changeHistory.php

@@ -15,6 +15,31 @@
         <div id="content">
           
             <a name="Change History"></a>
+			
+			<div class="post">
+                <h1 class="title">3.17.00.17 12-23-10</h1>
+                <div class="entry">
+                    <ul>
+						<li>Removed named paste, named paste items can be searched by entering /q text</li>
+						<li>Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names</li>
+						<li>Added add-in to remove all line feeds then paste the clip</li>
+						<li>Fixed issue with ditto taking focus back, happened when always on-top was selected</li>
+						<li>Reverted to previous method for setting the focus</li>
+						<li>Fixed issue where 'v' was pasted instead of the actual clip</li>
+						<li>Changed default method for tracking focus to polling</li>
+						<li>Sped up clip deletes, delete of the large clipboard data now happens in the background</li>
+						<li>Sped up filling of the list, only items in view are loaded</li>
+						<li>Save connected to the clipboard state to config settings</li>
+						<li>Search full cf_unicode clip data with /f in the search text ex) /f text</li>
+						<li>Include correct version of mfc and c++ runtime files</li>
+						<li>Removed auto update feature</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.16.8.0 08-16-09</h1>
                 <div class="entry">

+ 1 - 1
WebSite/header.php

@@ -10,7 +10,7 @@
         <div id="wrapper">
             <div id="logo">
                 <h1><a href="index.php">Ditto</a></h1>
-                <h2><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.16.8/DittoSetup_3_16_8_0.exe/download"> &raquo;&nbsp;&nbsp;&nbsp;Clipboard Manager &raquo; 3.16.8</a></h2>
+                <h2><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.17.0.17/DittoSetup_3_17_0_17.exe/download"> &raquo;&nbsp;&nbsp;&nbsp;Clipboard Manager &raquo; 3.17.0.17</a></h2>
             </div>
             <div id="header">
                 <div id="menu">

+ 26 - 0
WebSite/index.php

@@ -61,6 +61,32 @@
           </div>
           
             <a name="Change History"></a>
+			
+			<div class="post">
+                <h1 class="title">3.17.00.17 12-23-10</h1>
+                <div class="entry">
+                    <ul>
+						<li>Removed named paste, named paste items can be searched by entering /q text</li>
+						<li>Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names</li>
+						<li>Added add-in to remove all line feeds then paste the clip</li>
+						<li>Fixed issue with ditto taking focus back, happened when always on-top was selected</li>
+						<li>Reverted to previous method for setting the focus</li>
+						<li>Fixed issue where 'v' was pasted instead of the actual clip</li>
+						<li>Changed default method for tracking focus to polling</li>
+						<li>Sped up clip deletes, delete of the large clipboard data now happens in the background</li>
+						<li>Sped up filling of the list, only items in view are loaded</li>
+						<li>Save connected to the clipboard state to config settings</li>
+						<li>Search full cf_unicode clip data with /f in the search text ex) /f text</li>
+						<li>Include correct version of mfc and c++ runtime files</li>
+						<li>Removed auto update feature</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.16.8.0 08-16-09</h1>
                 <div class="entry">

+ 3 - 3
WebSite/rightSide.php

@@ -9,10 +9,10 @@
     <body>
         
          <div id="sidebar">
-            <h2><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.16.8/DittoSetup_3_16_8_0.exe/download">Download</a></h2>
+            <h2><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.17.0.17/DittoSetup_3_17_0_17.exe/download">Download</a></h2>
             <ul>
-                <li><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.16.8/DittoPortable_3_16_8_0.zip/download">Portable (zip file)</a></li>
-                <li><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.16.8/DittoSource_3_16_8_0.zip/download">Source</a></li>
+                <li><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.17.0.17/DittoPortable_3_17_0_17.zip/download">Portable (zip file)</a></li>
+                <li><a href="https://sourceforge.net/projects/ditto-cp/files/Ditto/3.17.0.17/DittoSource_3_17_0_17.zip/download">Source</a></li>
                 <li><a href="https://sourceforge.net/project/screenshots.php?group_id=84084">Screenshot</a></li>
           </ul>