Skip to content

Commit

Permalink
Flump version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tconkling committed Sep 30, 2016
1 parent 30d30a4 commit a0b784a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Flump: Changelog
================

version 1.5.1 - 2016-09-30
--------------------------
Exporter:
- Fixed: Don't pad single textures that fit exactly in an atlas
- Added: AutomaticExporter: '--unmodified' flag to force exporting regardless of 'modified' status

Runtime:
- Added: Movie.setLayerEnabled()
- Fixed: proper handling of Movie.removeChild()
- Changed: Build against Starling 2.1


version 1.5.0 - 2016-06-12
--------------------------
Runtime:
Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-demo</artifactId>
<packaging>swf</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<repositories/>
<dependencies>
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<type>swc</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exporter/etc/airdesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/21.0">
<id>flump</id>
<versionNumber>1.5.0</versionNumber>
<versionNumber>1.5.1</versionNumber>
<filename>Flump</filename>
<initialWindow>
<renderMode>direct</renderMode>
Expand Down
4 changes: 2 additions & 2 deletions exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-exporter</artifactId>
<packaging>swc</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<repositories>
<repository>
<id>tconkling</id>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<type>swc</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<packaging>swc</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<repositories>
<repository>
<id>tconkling</id>
Expand Down

0 comments on commit a0b784a

Please sign in to comment.