Skip to content

Commit 241cf6f

Browse files
committed
Build 0.10.3
1 parent 138af1a commit 241cf6f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
The following enhancements and changes have been made to Atari Dev Studio:
44

5+
## 0.10.3
6+
7+
* Updated the Sprite Editor with the following changes:
8+
- Changed the export of png images to work specifically with the requirements of 7800basic
9+
- On the Editor window added an output of the color indexes for 7800basic (click to copy to the clipboard)
10+
- On the Editor window added an output of the grid co-ordinates.
11+
- Fixed the formatting/sizing of the Editor and List windows when resizing them
12+
- Further updates to the undo/redo identification
13+
- Various other changes and enhancments
14+
- Updated the UPNG library to make the required changes
15+
- Note: images are now exported without transparency and that color will output as the chosen Background color.
16+
517
## 0.10.2
618

719
* Restored the existing Sprite Editor (many requests)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "atari-dev-studio",
33
"displayName": "Atari Dev Studio",
44
"description": "Homebrew game creation for the Atari 8-bit consoles",
5-
"version": "0.10.2",
5+
"version": "0.10.3",
66
"icon": "images/icon.png",
77
"preview": false,
88
"author": "mksmith",

0 commit comments

Comments
 (0)