Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed May 7, 2023
1 parent 4442123 commit f6a9fdb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.0.0] - 2023-05-07

### Changed

- Added _glob_, removed _source_ definition.
- Replaced several commandline parameters with single run mode parameter.
- Outputting sprite indices by input/source.
- Checking sequence bounds.

### Added

- Autocompletion can update.
- Allow to autocomplete only specific inputs.
- Generalized _skip_ to atlas and sequences.
- Allow to specify grid's offset from the bottom-right corner.

## [Version 2.3.0] - 2023-03-24

### Added
Expand Down Expand Up @@ -163,6 +179,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.0.0]: https://github.com/houmain/spright/compare/2.3.0...3.0.0
[version 2.3.0]: https://github.com/houmain/spright/compare/2.2.0...2.3.0
[version 2.2.0]: https://github.com/houmain/spright/compare/2.1.0...2.2.0
[version 2.1.0]: https://github.com/houmain/spright/compare/2.0.0...2.1.0
Expand Down

0 comments on commit f6a9fdb

Please sign in to comment.