diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..ff4af96 --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,8 @@ +# run this with: +# export CHANGELOG_GITHUB_TOKEN=...... +# github_changelog_generator --future-release vX.Y.Z +user=napari +project=superqt +issues=false +since-tag=v0.2.0 +add-sections={"documentation":{"prefix":"**Documentation updates:**","labels":["documentation"]}} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2916b7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## [v0.2.4](https://github.com/napari/superqt/tree/v0.2.4) (2021-09-13) + +[Full Changelog](https://github.com/napari/superqt/compare/v0.2.3...v0.2.4) + +**Implemented enhancements:** + +- Add type stubs for ensure\_thread decorator [\#23](https://github.com/napari/superqt/pull/23) ([tlambert03](https://github.com/tlambert03)) +- Add `ensure_main_tread` and `ensure_object_thread` [\#22](https://github.com/napari/superqt/pull/22) ([Czaki](https://github.com/Czaki)) +- Add QMessageHandler context manager [\#21](https://github.com/napari/superqt/pull/21) ([tlambert03](https://github.com/tlambert03)) + +## [v0.2.3](https://github.com/napari/superqt/tree/v0.2.3) (2021-08-25) + +[Full Changelog](https://github.com/napari/superqt/compare/v0.2.2...v0.2.3) + +**Fixed bugs:** + +- Fix warnings on eliding label for 5.12, test more qt versions [\#19](https://github.com/napari/superqt/pull/19) ([tlambert03](https://github.com/tlambert03)) + +## [v0.2.2](https://github.com/napari/superqt/tree/v0.2.2) (2021-08-17) + +[Full Changelog](https://github.com/napari/superqt/compare/v0.2.1...v0.2.2) + +**Implemented enhancements:** + +- Add QElidingLabel [\#16](https://github.com/napari/superqt/pull/16) ([tlambert03](https://github.com/tlambert03)) +- Enum ComboBox implementation [\#13](https://github.com/napari/superqt/pull/13) ([Czaki](https://github.com/Czaki)) + +**Documentation updates:** + +- fix broken link [\#18](https://github.com/napari/superqt/pull/18) ([haesleinhuepf](https://github.com/haesleinhuepf)) + +## [v0.2.1](https://github.com/napari/superqt/tree/v0.2.1) (2021-07-10) + +[Full Changelog](https://github.com/napari/superqt/compare/v0.2.0...v0.2.1) + +**Fixed bugs:** + +- Fix QLabeledRangeSlider API \(fix slider proxy\) [\#10](https://github.com/napari/superqt/pull/10) ([tlambert03](https://github.com/tlambert03)) +- Fix range slider with negative min range [\#9](https://github.com/napari/superqt/pull/9) ([tlambert03](https://github.com/tlambert03)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*