|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.7.4](https://github.com/pyapp-kit/superqt/tree/v0.7.4) (2025-06-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.7.3...v0.7.4) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- feat: Allow setting label position on labeled slider [\#294](https://github.com/pyapp-kit/superqt/pull/294) ([brisvag](https://github.com/brisvag)) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- fix: Set SliderProxy range params to Any [\#290](https://github.com/pyapp-kit/superqt/pull/290) ([gselzer](https://github.com/gselzer)) |
| 14 | +- Make qimage\_to\_array\(\) work on big endian [\#288](https://github.com/pyapp-kit/superqt/pull/288) ([penguinpee](https://github.com/penguinpee)) |
| 15 | + |
| 16 | +**Documentation updates:** |
| 17 | + |
| 18 | +- docs: document QToggleSwitch [\#286](https://github.com/pyapp-kit/superqt/pull/286) ([tlambert03](https://github.com/tlambert03)) |
| 19 | + |
| 20 | +**Tests & CI:** |
| 21 | + |
| 22 | +- Fix napari test [\#295](https://github.com/pyapp-kit/superqt/pull/295) ([brisvag](https://github.com/brisvag)) |
| 23 | + |
3 | 24 | ## [v0.7.3](https://github.com/pyapp-kit/superqt/tree/v0.7.3) (2025-03-28)
|
4 | 25 |
|
5 | 26 | [Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.7.2...v0.7.3)
|
|
537 | 558 |
|
538 | 559 | ## [v0.2.1](https://github.com/pyapp-kit/superqt/tree/v0.2.1) (2021-07-10)
|
539 | 560 |
|
540 |
| -[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.2.0rc1...v0.2.1) |
| 561 | +[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.2.0...v0.2.1) |
541 | 562 |
|
542 | 563 | **Fixed bugs:**
|
543 | 564 |
|
544 | 565 | - Fix QLabeledRangeSlider API \(fix slider proxy\) [\#10](https://github.com/pyapp-kit/superqt/pull/10) ([tlambert03](https://github.com/tlambert03))
|
545 | 566 | - Fix range slider with negative min range [\#9](https://github.com/pyapp-kit/superqt/pull/9) ([tlambert03](https://github.com/tlambert03))
|
546 | 567 |
|
547 |
| -## [v0.2.0rc1](https://github.com/pyapp-kit/superqt/tree/v0.2.0rc1) (2021-06-26) |
548 |
| - |
549 |
| -[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.2.0rc0...v0.2.0rc1) |
550 |
| - |
551 |
| -## [v0.2.0rc0](https://github.com/pyapp-kit/superqt/tree/v0.2.0rc0) (2021-06-26) |
552 |
| - |
553 |
| -[Full Changelog](https://github.com/pyapp-kit/superqt/compare/v0.2.0...v0.2.0rc0) |
554 |
| - |
555 | 568 |
|
556 | 569 |
|
557 | 570 | \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
0 commit comments