diff --git a/CHANGELOG.md b/CHANGELOG.md index d926df1..ec0ee07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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