|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
5 | 5 |
|
| 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 | + |
6 | 29 | ## [Version 3.2.0] - 2023-05-23
|
7 | 30 |
|
8 | 31 | ### Added
|
@@ -94,13 +117,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
94 | 117 | ## [Version 2.0.0] - 2023-02-22
|
95 | 118 |
|
96 | 119 | ### Changed
|
| 120 | + |
97 | 121 | - Split output in sheet and output.
|
98 | 122 | - Removed implicit output.
|
99 | 123 | - Renamed layers to maps.
|
100 | 124 | - Added pack mode layers.
|
101 | 125 | - Replaced scalings with scale.
|
102 | 126 |
|
103 | 127 | ### Added
|
| 128 | + |
104 | 129 | - Parallelized trimming.
|
105 | 130 | - Added texture to JSON output.
|
106 | 131 |
|
@@ -208,6 +233,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
208 | 233 | - Fixed -- commandline arguments.
|
209 | 234 | - Fixed sample cpp.template.
|
210 | 235 |
|
| 236 | +[version 3.3.0]: https://github.com/houmain/spright/compare/3.2.0...3.3.0 |
211 | 237 | [version 3.2.0]: https://github.com/houmain/spright/compare/3.1.0...3.2.0
|
212 | 238 | [version 3.1.0]: https://github.com/houmain/spright/compare/3.0.0...3.1.0
|
213 | 239 | [version 3.0.0]: https://github.com/houmain/spright/compare/2.3.0...3.0.0
|
|
0 commit comments