Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 4.42 KB

CHANGE_LOG.md

File metadata and controls

97 lines (71 loc) · 4.42 KB

Change Log

[0.1.0] - Initial Release

The first release which supports:

  • Application Button
  • Quick Access Buttons
  • Category
  • Panel
  • Gallery
  • And so on ...

[0.1.1-0.1.2] Fixed some bugs

  • Fixed bugs of not finding icons/styles files

[0.1.3] Fixed some bugs

  • Fixed bugs: font of popup gallery is not consistent with main window (fe7df17).
  • Add support to customize the panel options (f061618).
  • Fix setRibbonStyle() bug: not handle the debug style correctly (e218162).

[0.1.4] Rename classes to Ribbon-like

  • Rename CategoryStyle to RibbonCategoryStyle (c243f50).
  • Rename ButtonStyle to RibbonButtonStyle (c7efad1).
  • Rename SpaceFindMode to RibbonSpaceFindMode, GridLayoutManager to RibbonGridLayoutManager (6c8e8bc).

[0.1.5] Update RibbonMainWindows and Add Tutorials

[0.1.6] Show inheritance class and add overloaded constructors

  • Show inheritance class (1e06989).
  • Add overloaded methods to be compatible with QWidget (0886675).

[0.1.7] Update docs

  • Add RibbonBar.helpRibbonButton method (31239b0).
  • Add User Manual (b1c7b37).

[0.1.8] Add tests for multiple Python versions

[0.1.9] Fixed bugs of compatibilities for different Qt versions

  • sphinx_qt_documentation (a18a9fa).
  • Use qtpy to be compatiable with different Qt versions (0d45931).
  • Use QApplication.instance() instead of qApp to be compatible with PyQt6 (75d3953).

[0.1.10] Update docs

[0.1.11] Update ribbon.catogories, category.panels, and panel.titleText

  • Update catogories to a dict, add panels method (679c04d).
  • Rename titleText to title (3e48852).

[0.1.12] Update examples and tutorials, Update base class of RibbonBar and remove RibbonMainWindow

The change log will now be displayed in the release page.