Skip to content

Commit 66b439e

Browse files
committed
Prepare for release v1.0.0
1 parent e182496 commit 66b439e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.0]
6+
7+
- Images can be localized now.
8+
- Added xxxhdpi icon folder to Android.
9+
- Better scroll handling in text areas.
10+
- Added "show console" checkbox in the view menu.
11+
512
## [0.9.19]
613

714
- EDITOR: Use libgdx FileChooser and get rid of JavaFX to avoid freezing when loading projects.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Engine has the following features:
2929

3030
### The Goddess Robbery
3131

32-
The **Bladecoder Adventure Engine** is currently under continuous development and it's almost ready for production. **The Goddess Robbery** is a test game created to show the features of the Engine.
32+
The **Bladecoder Adventure Engine** is currently under continuous development and it's ready for production. **The Goddess Robbery** is a test game created to show the features of the Engine.
3333

3434
The source of **The Goddess Robbery** can be downloaded [here](https://github.com/bladecoder/bladecoder-adventure-tests/tree/master/venus) and it's useful to learn how to use the **Adventure Editor**.
3535

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Sat Oct 08 22:26:31 CEST 2016
2+
#Wed Oct 12 21:57:49 CEST 2016
33
roboVMVersion=2.2.0
44
gwtVersion=2.6.0
55
libgdxVersion=1.9.4
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=2.2.0
9-
version=0.9.20-SNAPSHOT
9+
version=1.0.0
1010
gwtGradlePluginVersion=0.6
1111
androidGradlePluginVersion=1.5.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.9.20-SNAPSHOT
1+
version=1.0.0
22
libgdxVersion=1.9.4
33
roboVMVersion=2.2.0
44
roboVMGradlePluginVersion=2.2.0

0 commit comments

Comments
 (0)