[tiled] r776 - website/src

tiled-svn at biggeruniverse.com tiled-svn at biggeruniverse.com
Sun Jul 20 14:20:46 PDT 2008


Author: bjorn
Date: 2008-07-20 16:20:45 -0500 (Sun, 20 Jul 2008)
New Revision: 776

Modified:
   website/src/page_downloads.xml
   website/src/page_index.xml
Log:
Tiled 0.7.0 release added to the website


Modified: website/src/page_downloads.xml
===================================================================
--- website/src/page_downloads.xml	2008-07-19 16:46:21 UTC (rev 775)
+++ website/src/page_downloads.xml	2008-07-20 21:20:45 UTC (rev 776)
@@ -1,16 +1,18 @@
 <page>
   <content>
-    <h2>Download stable version 0.6.1</h2>
+    <h2>Download stable version 0.7.0</h2>
     <ul>
-      <li><a href="files/tiled-0.6.1-bin.zip">tiled-0.6.1-bin.zip</a> (383 KB)</li>
-      <li><a href="files/tiled-0.6.1-src.zip">tiled-0.6.1-src.zip</a> (401 KB)</li>
+      <li><a href="files/tiled-0.7.0-bin.zip">tiled-0.7.0-bin.zip</a> (454 KB)</li>
+      <li><a href="files/tiled-0.7.0-src.zip">tiled-0.7.0-src.zip</a> (475 KB)</li>
     </ul>
 
     <h2>Development version</h2>
+    <!--
     <ul>
-      <li><a href="files/tiled-0.7.0rc1-bin.zip">tiled-0.7.0-beta-bin.zip</a></li>
-      <li><a href="files/tiled-0.7.0rc1-src.zip">tiled-0.7.0-beta-src.zip</a></li>
+      <li><a href="files/tiled-0.7.0rc2-bin.zip">tiled-0.7.0rc2-bin.zip</a></li>
+      <li><a href="files/tiled-0.7.0rc2-src.zip">tiled-0.7.0rc2-src.zip</a></li>
     </ul>
+    -->
     <ul>
       <li><a href="http://nightly.mapeditor.org/">Nightlies</a> (<a href="http://nightly.mapeditor.org/tiled-current.jar">current</a>)</li>
     </ul>
@@ -20,22 +22,14 @@
       <tr>
         <td valign="top">
     <ul>
+      <li><a href="files/tiled-0.6.1-bin.zip">tiled-0.6.1-bin.zip</a></li>
+      <li><a href="files/tiled-0.6.1-src.zip">tiled-0.6.1-src.zip</a></li>
+    </ul>
+    <ul>
       <li><a href="files/tiled-0.6.0-bin.zip">tiled-0.6.0-bin.zip</a></li>
       <li><a href="files/tiled-0.6.0-src.zip">tiled-0.6.0-src.zip</a></li>
     </ul>
     <ul>
-      <li><a href="files/tiled-0.6.0rc3-bin.zip">tiled-0.6.0rc3-bin.zip</a></li>
-      <li><a href="files/tiled-0.6.0rc3-src.zip">tiled-0.6.0rc3-src.zip</a></li>
-    </ul>
-    <ul>
-      <li><a href="files/tiled-0.6.0rc2-bin.zip">tiled-0.6.0rc2-bin.zip</a></li>
-      <li><a href="files/tiled-0.6.0rc2-src.zip">tiled-0.6.0rc2-src.zip</a></li>
-    </ul>
-    <ul>
-      <li><a href="files/tiled-0.6.0rc1-bin.zip">tiled-0.6.0rc1-bin.zip</a></li>
-      <li><a href="files/tiled-0.6.0rc1-src.zip">tiled-0.6.0rc1-src.zip</a></li>
-    </ul>
-    <ul>
       <li><a href="files/tiled-0.5.1-bin.zip">tiled-0.5.1-bin.zip</a></li>
       <li><a href="files/tiled-0.5.1-src.zip">tiled-0.5.1-src.zip</a></li>
     </ul>
@@ -61,10 +55,6 @@
       <li><a href="files/tiled-0.3.1-bin.zip">tiled-0.3.1-bin.zip</a></li>
       <li><a href="files/tiled-0.3.1-src.zip">tiled-0.3.1-src.zip</a></li>
     </ul>
-    <ul>
-      <li><a href="files/tiled-0.3.0c-bin.zip">tiled-0.3.0c-bin.zip</a></li>
-      <li><a href="files/tiled-0.3.0c-src.zip">tiled-0.3.0c-src.zip</a></li>
-    </ul>
         </td>
       </tr>
     </table>

Modified: website/src/page_index.xml
===================================================================
--- website/src/page_index.xml	2008-07-19 16:46:21 UTC (rev 775)
+++ website/src/page_index.xml	2008-07-20 21:20:45 UTC (rev 776)
@@ -6,12 +6,43 @@
       use, yet capable of catering to a host of varying game engines, whether
       your game is an RPG, platformer or Breakout clone. Tiled supports
       plugins to read and write map formats, in addition to its map format,
-      to support map formats in use by engines. Tiled is free software and 
+      to support map formats in use by engines. Tiled is free software and
       is written in Java.
     </p>
 
     <h2>News</h2>
 
+    <h3>July 19th, 2008 - Tiled 0.7.0 released</h3>
+    <p>
+      At long last we have a new stable Tiled release! I'd like to thank all
+      who have contributed to this release. Tiled 0.7.0 has seen more
+      contributions from the community than any previous release! Changes since
+      the previous release:
+    </p>
+    <ul>
+      <li>Added support for arbitrary objects and zones placement (by ElvenProgrammer)</li>
+      <li>Added ability to create stamp brushes from the tile palette</li>
+      <li>Added import/export of configuration</li>
+      <li>Added option to automatically open the last map on startup (by Pedro Miller)</li>
+      <li>Added option to include comments in .tmx map files when saving</li>
+      <li>Added refresh tilesets action (by Pedro Miller)</li>
+      <li>Added remembering of the main window size</li>
+      <li>Added saving of DOCTYPE declaration in .tmx files</li>
+      <li>Added live brush preview for the stamp brush</li>
+      <li>Updated the DTD and added it to the website (by Olivier Beaton)</li>
+      <li>Reanabled the hexagonal map view (by Matthias Kievernagel)</li>
+      <li>Tiles and layers panels are now both floatable and dockable</li>
+      <li>Report out of memory error when saving map as image</li>
+      <li>Properties table now displays the properties in alphabetical order</li>
+      <li>Properties are now saved in the .tmx format in alphabetical order</li>
+      <li>Multiline properties are now saved as character data instead of as attribute</li>
+      <li>Fixed properties dialog to also save values that were still being edited</li>
+      <li>Fixed automatically adding the file extension when not given</li>
+      <li>Fixed save as image to work with more formats and to confirm overwrite</li>
+      <li>Worked around an issue with the open file dialog on GNU classpath</li>
+      <li>Worked around an issue with setting a null cursor on GNU classpath</li>
+    </ul>
+
     <h3>April 9th, 2008 - Tiled 0.7.0 in active development</h3>
     <p>
       Just a quick note that Tiled 0.7.0 is back in development, after quite a




More information about the tiled-commit mailing list