Skip to content

Latest commit

 

History

History
484 lines (269 loc) · 24.9 KB

CHANGELOG.md

File metadata and controls

484 lines (269 loc) · 24.9 KB

Changelog

v0.6.8 (2024-06-15)

Full Changelog

Implemented enhancements:

v0.6.7 (2024-06-07)

Full Changelog

Fixed bugs:

  • fix: prevent qthrottled and qdebounced from holding strong references with bound methods #247 (tlambert03)

Merged pull requests:

  • Prevent computing full document content highlight per block and only compute current block content for performance #246 (dalthviz)

v0.6.6 (2024-05-12)

Full Changelog

Refactors:

v0.6.5 (2024-05-06)

Full Changelog

Implemented enhancements:

  • fix: fix a number of issues with Labeled and Range Sliders, add LabelsOnHandle mode. #242 (tlambert03)

Tests & CI:

v0.6.4 (2024-04-25)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.6.3 (2024-03-27)

Full Changelog

Fixed bugs:

  • fix: fix sliderReleased, sliderPressed signals, and setTracking #237 (tlambert03)

Merged pull requests:

v0.6.2 (2024-03-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.6.1 (2023-10-10)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.6.0 (2023-09-25)

Full Changelog

Implemented enhancements:

  • feat: add support for flag enum #207 (Czaki)
  • Add restart_timer argument to GenericSignalThrottler.flush #206 (Czaki)
  • Add colormap combobox and utils #195 (tlambert03)
  • feat: add QColorComboBox for picking single colors #194 (tlambert03)

Fixed bugs:

Documentation updates:

Tests & CI:

Refactors:

Merged pull requests:

v0.5.4 (2023-08-31)

Full Changelog

Fixed bugs:

v0.5.3 (2023-08-21)

Full Changelog

Implemented enhancements:

  • feat: add error exceptions_as_dialog context manager to catch and show Exceptions #191 (tlambert03)

Fixed bugs:

v0.5.2 (2023-08-18)

Full Changelog

Implemented enhancements:

  • feat: allow throttler/debouncer as method decorator #188 (Czaki)

Fixed bugs:

  • fix: Add descriptive exception when fail to add instance to weakref dictionary #189 (Czaki)

v0.5.1 (2023-08-17)

Full Changelog

Fixed bugs:

  • fix: fix parameter inspection on ensure_thread decorators (alternate) #185 (tlambert03)
  • fix: fix callback of throttled/debounced decorated functions with mismatched args #184 (tlambert03)

Documentation updates:

Merged pull requests:

v0.5.0 (2023-08-06)

Full Changelog

Implemented enhancements:

Fixed bugs:

Documentation updates:

Tests & CI:

Merged pull requests:

v0.4.1 (2022-12-01)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.4.0 (2022-11-09)

Full Changelog

Fixed bugs:

Refactors:

  • refactor: update pyproject and ci, add py3.11 test #132 (tlambert03)

Merged pull requests:

v0.3.8 (2022-10-10)

Full Changelog

Fixed bugs:

v0.3.7 (2022-10-10)

Full Changelog

Implemented enhancements:

v0.3.6 (2022-10-05)

Full Changelog

Documentation updates:

v0.3.6rc0 (2022-10-03)

Full Changelog

Implemented enhancements:

  • feat: add editing finished signal to LabeledSliders #122 (tlambert03)

Fixed bugs:

v0.3.5 (2022-08-17)

Full Changelog

Fixed bugs:

Merged pull requests:

v0.3.4 (2022-07-24)

Full Changelog

Fixed bugs:

v0.3.3 (2022-07-10)

Full Changelog

Implemented enhancements:

  • Add code syntax highlight utils #88 (Czaki)

Fixed bugs:

  • fix: fix deprecation warning on fonticon plugin discovery on python 3.10 #95 (tlambert03)

v0.3.2 (2022-05-03)

Full Changelog

Implemented enhancements:

  • Add QSearchableListWidget and QSearchableComboBox widgets #80 (Czaki)

Fixed bugs:

Tests & CI:

Merged pull requests:

v0.3.1 (2022-03-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • put SignalInstance in TYPE_CHECKING clause, check min requirements #70 (tlambert03)

Merged pull requests:

v0.3.0 (2022-02-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

Tests & CI:

Refactors:

  • Use qtpy, deprecate superqt.qtcompat, drop support for Qt <5.12 #39 (tlambert03)

Merged pull requests:

v0.2.5-1 (2021-11-23)

Full Changelog

Merged pull requests:

v0.2.5 (2021-11-22)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix some small linting issues. #41 (tlambert03)
  • Use functools.wraps insterad of __wraped__ and manual proxing __name__ #29 (Czaki)
  • Propagate function name in ensure_main_thread and ensure_object_thread #28 (Czaki)

Tests & CI:

Refactors:

Merged pull requests:

v0.2.4 (2021-09-13)

Full Changelog

Implemented enhancements:

  • Add type stubs for ensure_thread decorator #23 (tlambert03)
  • Add ensure_main_tread and ensure_object_thread #22 (Czaki)
  • Add QMessageHandler context manager #21 (tlambert03)

Merged pull requests:

v0.2.3 (2021-08-25)

Full Changelog

Fixed bugs:

  • Fix warnings on eliding label for 5.12, test more qt versions #19 (tlambert03)

v0.2.2 (2021-08-17)

Full Changelog

Implemented enhancements:

Documentation updates:

v0.2.1 (2021-07-10)

Full Changelog

Fixed bugs:

* This Changelog was automatically generated by github_changelog_generator