Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfd0dbd

Browse files
committed
Prepared for the 0.7.1 release
1 parent 7b12d77 commit dfd0dbd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.7.1 - September 2nd, 2008
2+
13
* Added support for a margin around a tileset image
24
* Improved the tileset manager and allow tileset reorganizing (by Jared Adams)
35
* Fixed automatically adding extension to tileset Save As... dialog
@@ -7,6 +9,7 @@
79
* Fixed duplicates of object groups to not share the objects
810
* Fixed Lua export to increase firstgid of tilesets properly (by Jelle Geerts)
911
* Fixed saving of property values that contain quotes
12+
* Fixed the state of menu actions when starting up without a map
1013

1114
0.7.0 - July 19th, 2008
1215

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ most people at the moment. We need your feedback!
99

1010
Website: http://mapeditor.org/
1111
Bugtracker: http://bugs.mapeditor.org/
12-
Subversion: svn://svn.mapeditor.org/
12+
Mercurial: http://hg.mapeditor.org/
1313

1414
-----------------
1515
CURRENT FEATURES
1616
-----------------
1717

1818
- Multilayer, layers can be changed around dynamically
1919
- Multiple orientations (orthographic and isometric at the moment)
20+
- Objects can be placed anywhere on the map
21+
- Arbitrary custom properties can be set on the maps, layers, objects and tiles
2022
- Tiles can be taller than the default tile height
2123
- Easy to use drawing operations
2224
- Universal XML-based map and tileset file formats

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ROADMAP TO FUTURE RELEASES
22

3-
0.7.1
3+
0.7.2
44
* Check that tile palette panel doesn't keep listening after being replaced
55
* Update translations for dialog.saveas.confirm.mismatch
66
* Make continuous layout and tiles per row behaviour configurable

src/tiled/mapeditor/MapEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class MapEditor implements ActionListener, MouseListener,
7676
private Cursor curEyed;
7777

7878
/** Current release version. */
79-
public static final String version = "0.7.0";
79+
public static final String version = "0.7.1";
8080

8181
private Map currentMap;
8282
private MapView mapView;

0 commit comments

Comments
 (0)