Skip to content

Commit

Permalink
Some small updates for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jun 15, 2008
1 parent 46cbfde commit 9aeabe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
@@ -1,4 +1,4 @@
trunk
0.7.0 - June X, 2008

* Added support for arbitrary objects and zones placement (by ElvenProgrammer)
* Added ability to create stamp brushes from the tile palette
Expand All @@ -8,6 +8,8 @@ trunk
* Tiles and layers panels are now both floatable and dockable
* Report out of memory error when saving map as image
* Properties table now displays the properties in alphabetical order
* Properties are now saved in the .tmx format in alphabetical order
* Multiline properties are now saved as character data instead of as attribute
* Fixed properties dialog to also save values that were still being edited
* Fixed automatically adding the file extension when not given
* Worked around an issue with the open file dialog on GNU classpath
Expand Down
3 changes: 2 additions & 1 deletion INSTALL
Expand Up @@ -20,7 +20,8 @@ Take the following steps to build Tiled from source:
- From the command line, you can run the following from the directory where you
placed Tiled:

java -jar dist/tiled.jar
cd dist (if you have compiled Tiled yourself)
java -jar tiled.jar

- You can also use the Java webstart link on the website, see "Start Now!"

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -60,4 +60,4 @@ TRANSLATORS
- Hendrik Brummermann for improving error reporting on map loading
- Nader Akhres for the JSON map writer plugin
- William C. Bubel for the Lua map writer plugin
- Matthias Kievernagel for a nice HexMapView
- Matthias Kievernagel for a nice HexMapView

0 comments on commit 9aeabe0

Please sign in to comment.