Version 1.1.0-beta1:
* updated project dependencies
* fix: CI fails because of broken Qt ppa
* CI: fix minimum python version
* tooling: bump dev dependencies and update git hooks
* tooling: update VS Code configuration
* ci: run tests against embedded requirements changes
* ci: run tests against testing deps changes
* Update metadata.txt about tags
* packaging: pin qgis-plugin-ci version
Version 1.0.0:
* Tests have been refactored to use GitHub Actions and restoring code coverage
* Handle case where one of default repositories is unreachable
* Minor bug fixes spotted during tests refactoring
* See 1.0.0-beta1 release notes for complete changes since the last stable
version
Version 1.0.0-beta1:
* Improved integration of external libraries (#166)
* Improved development environment (#168) - thanks to @Guts
* Enable translation for the plugin UI and add partial French translation
* Use GitHub Actions to build and embed external dependencies, to package and
release the plugin
* Upgrade Bootstrap to 4.6.1
* Remove QGIS 2 / PyQt4 imports
* Clean up some really old-school code