Skip to content

Latest commit

 

History

History
197 lines (104 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

197 lines (104 loc) · 2.69 KB

v0.13.14 (2024-08-03)

Fix

  • fix MLabel

v0.13.13 (2024-06-21)

Fix

  • change size in qss to theme variable

v0.13.12 (2024-06-21)

Fix

  • MToast show wrong position when its parent window in DCC

v0.13.11 (2024-06-21)

Fix

  • MMessage show wrong position when its parent window in DCC

v0.13.10 (2024-06-21)

Fix

  • QSize need int, convert float to int (#94)

v0.13.9 (2024-06-21)

Fix

  • cursor mixin when lose focus, restore to arrow cursor #81 (#93)

v0.13.8 (2024-06-21)

Fix

  • remove fixed color and useless code in qss file

v0.13.7 (2024-06-21)

Fix

  • Fix compatible menu multi-select and single value

v0.13.6 (2024-06-21)

Fix

  • tab widget example showed in demo

v0.13.5 (2024-06-14)

Fix

  • 修复偶发的找不到Qt绑定的bug

v0.13.4 (2024-06-13)

Fix

  • update ci publish pypi config to use trusted publisher

v0.13.3 (2024-06-12)

Fix

  • period

v0.13.2 (2024-06-12)

Fix

  • MMenu multi select no a correct action

v0.13.1 (2023-09-26)

Fix

  • fix header view context menu Select Invert

v0.13.0 (2023-09-25)

Feat

  • #66 support python 3.10

v0.12.2 (2023-08-17)

Fix

  • #67 fix MToolButon set_dayu_size use a custom value, not work

v0.12.1 (2023-08-17)

Fix

  • flow layout delete item; add clear method

v0.12.0 (2023-08-17)

Feat

  • add theme var for big view scale #65

v0.11.6 (2023-03-07)

Fix

  • compat with PyQt5

v0.11.5 (2022-07-22)

Fix

  • MItemView: fix header view order(sort) setting

v0.11.4 (2022-07-22)

Fix

  • MItemViewSet-MItemViewFullSet: fix headerView state restore

v0.11.3 (2022-07-20)

Fix

  • MTheme: fix MTheme.deco function

v0.11.2 (2022-07-19)

Fix

  • MPage: fix MPage sig_page_changed bug

v0.11.1 (2022-07-19)

Fix

  • fix MLineEdit delay signal not work when user use Chinese input method

v0.11.0 (2021-12-28)

Feat

  • MComboBox: using MCompleter

Refactor

  • MMenu: clean up menu code
  • fix example application

v0.10.1 (2021-12-15)

Refactor

  • examples: use application function to launch example

v0.10.0 (2021-12-14)

Feat

  • MSplitter: add animatable feature

v0.9.1 (2021-12-14)

Fix

  • MPopup: fix PyQt5 setMask bug & clean code

v0.9.0 (2021-12-08)

Feat

  • add MCompleter and MSplitter widget

v0.8.0 (2021-12-06)

Fix

  • deploy fialed
  • add all import
  • delegate example rename for demo.py
  • clean combox search code
  • chinese input support

Feat

  • edit read_settings and write_settings
  • edit read_settings and write_settings
  • add search and scroll for MMenu
  • add MPopup widget
  • add delegate example
  • add searchable combo box