Commit 2416462 1 parent 6036488 commit 2416462 Copy full SHA for 2416462
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 45
45
Changelog
46
46
---------
47
47
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 :))
48
55
* **0.10.0: ** Adds non-RGB image support (indexed images,...)
49
56
* **0.9.1: ** Fixes an issue with Python 3
50
57
* **0.9.0: ** Initial release (generates tiles, tilesets and tilemaps)
Original file line number Diff line number Diff line change 1
- VERSION = "0.10 .0"
1
+ VERSION = "1.0 .0"
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "img2gb" ,
15
- version = "0.10 .0" ,
15
+ version = "1.0 .0" ,
16
16
description = "Converts images to GameBoy tileset" ,
17
17
url = "" ,
18
18
license = "BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments