Skip to content

Commit 2416462

Browse files
committed
v1.0.0
1 parent 6036488 commit 2416462

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ Links
4545
Changelog
4646
---------
4747

48+
* **1.0.0:**
49+
* Refacto of the Python API, with new high-level fuction to be easier to use
50+
* Refacto of the CLI: now tileset and tilemap are generated separately, this allow more options for both and covers more usecases.
51+
* New option to handle alternative palette
52+
* New option to handle 8x16px sprites
53+
* Documentation
54+
* Unit test (everything is not coverd but it is better than nothing :))
4855
* **0.10.0:** Adds non-RGB image support (indexed images,...)
4956
* **0.9.1:** Fixes an issue with Python 3
5057
* **0.9.0:** Initial release (generates tiles, tilesets and tilemaps)

img2gb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.10.0"
1+
VERSION = "1.0.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="img2gb",
15-
version="0.10.0",
15+
version="1.0.0",
1616
description="Converts images to GameBoy tileset",
1717
url="",
1818
license="BSD-3-Clause",

0 commit comments

Comments
 (0)