Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

[0.3.0] - 2024-03-12

Added

  • Dynamic handling of icon directory structures allowing icons to reside in any subdirectory under icons. This enhances the flexibility of organizing icons.
  • Logic in the generation of Python stub (.pyi) files to reflect the new dynamic directory structure, ensuring accurate autocompletion and type-checking in IDEs.
  • Naming convention updates for icons based on their directory path, treating icons in the "outline" directory as default and appending directory names as suffixes for icons in other directories.

[0.2.3] - 2023-12-21

Added

  • Support for QT_PREFERRED_BINDING environment variable as an alternative to QT_API. The module now checks QT_API first and falls back to QT_PREFERRED_BINDING if QT_API is not set or is empty, enhancing flexibility in configuring the preferred Qt binding.

[0.2.2] - 2023-09-24

Added

  • Flip and flop transformations can be applied to icons easily.

[0.1.0] - 2023-09-11

Added

  • Adjust color, size, view box size, stroke width, and opacity.
  • Python stubs enhance code autocompletion and type-checking in your IDE.
  • Supports PyQt5, PyQt6, PySide2, and PySide6.