Skip to content

Commit baa3ff0

Browse files
committed
Updated CHANGELOG
1 parent 713067f commit baa3ff0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [Version 3.3.0] - 2023-05-28
7+
8+
### Added
9+
10+
- Added pack method origin.
11+
- Added PixiJS template.
12+
- Added alpha mode opaque.
13+
- Added color parameter to alpha mode clear.
14+
15+
### Changed
16+
17+
- Ignoring unsupported extension when globbing with '.\*'.
18+
- Skip output of descriptions without filename.
19+
- Renamed template files to .inja.
20+
- Replacing variables in tag values.
21+
22+
### Fixed
23+
24+
- Properly handling missing closing quote.
25+
- Expand sprite bounds by over-alignment.
26+
- Fixed redundancy check when outputting mutliple descriptions.
27+
- Fixed output path for descriptions.
28+
629
## [Version 3.2.0] - 2023-05-23
730

831
### Added
@@ -94,13 +117,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
94117
## [Version 2.0.0] - 2023-02-22
95118

96119
### Changed
120+
97121
- Split output in sheet and output.
98122
- Removed implicit output.
99123
- Renamed layers to maps.
100124
- Added pack mode layers.
101125
- Replaced scalings with scale.
102126

103127
### Added
128+
104129
- Parallelized trimming.
105130
- Added texture to JSON output.
106131

@@ -208,6 +233,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
208233
- Fixed -- commandline arguments.
209234
- Fixed sample cpp.template.
210235

236+
[version 3.3.0]: https://github.com/houmain/spright/compare/3.2.0...3.3.0
211237
[version 3.2.0]: https://github.com/houmain/spright/compare/3.1.0...3.2.0
212238
[version 3.1.0]: https://github.com/houmain/spright/compare/3.0.0...3.1.0
213239
[version 3.0.0]: https://github.com/houmain/spright/compare/2.3.0...3.0.0

0 commit comments

Comments
 (0)