CHANGES
=======

v1.0.2
------

* Add docs workflow status badge
* Disable merge when there is only one entry selected
* Fetch all commits and tags when building docs for changelog

v1.0.1
------

* Corrects a bug when an entry is checked before an undo
* Disabling merge button when all image entries are checked
* Adds a .nojekyll file for docs builds
* Try to build docs with Actions
* Moving to gh-pages
* Seems that PySide6 doesn't ship opengl shared libs. Configured rtd to install libopengl

v1.0.0
------

* Update readthedocs config
* Changed the documentation generator to Sphinx
* Using signals instead of list of callbacks. Added docstrings for almost all methods
* Add return type for all functions

v0.0.8
------

* Add docs build dependency
* Update docs
* Start working with workflows
* Updated docs

v0.0.7
------

* release 0.0.7
* Add desktop file for \*NIX platforms
* Fixing dependencies versions
* Project adapted for the use of pbr
* Fixing doc generation
* Add documentation build requirements
* Started working on documentation

v0.0.5
------

* Make app compatible with python >=3.8

v0.0.4
------

* Remove unused packages and disused methods
* Fix bug when undo then merging
* Add cancel button to progress bar, sort images by name
* Add progress bar to generation

v0.0.3
------

* Fix bugs
* Updated PyPi package
* Reorganizes code for Python packaging
* Add undo button and fixes few bugs
* Fixed bugs with merging preview and following PEP8 file naming convention
* Qfix: layer label
* Implemented reset in editor
* Modifications made in the cluster editor are now temporary and the apply to all button allows to apply the merger to every selected cluster
* Remove debug output
* QFix
* Make merge on all working
* Removed old files
* Reorganized code
* Working on merging layers
* Layout improvements
* Working GUI
* Create output directory when not exists
* Started implementing API
* Add LICENSE
* Initial commit
