Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed May 28, 2023
1 parent 713067f commit baa3ff0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Version 3.3.0] - 2023-05-28

### Added

- Added pack method origin.
- Added PixiJS template.
- Added alpha mode opaque.
- Added color parameter to alpha mode clear.

### Changed

- Ignoring unsupported extension when globbing with '.\*'.
- Skip output of descriptions without filename.
- Renamed template files to .inja.
- Replacing variables in tag values.

### Fixed

- Properly handling missing closing quote.
- Expand sprite bounds by over-alignment.
- Fixed redundancy check when outputting mutliple descriptions.
- Fixed output path for descriptions.

## [Version 3.2.0] - 2023-05-23

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

### Changed

- Split output in sheet and output.
- Removed implicit output.
- Renamed layers to maps.
- Added pack mode layers.
- Replaced scalings with scale.

### Added

- Parallelized trimming.
- Added texture to JSON output.

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

[version 3.3.0]: https://github.com/houmain/spright/compare/3.2.0...3.3.0
[version 3.2.0]: https://github.com/houmain/spright/compare/3.1.0...3.2.0
[version 3.1.0]: https://github.com/houmain/spright/compare/3.0.0...3.1.0
[version 3.0.0]: https://github.com/houmain/spright/compare/2.3.0...3.0.0
Expand Down

0 comments on commit baa3ff0

Please sign in to comment.