Skip to content

Releases: niklashenning/pyqttoast

v1.3.2

27 Aug 14:28
c127912
Compare
Choose a tag to compare
  • Adds support for icons with multiple colors (#17)

v1.3.1

16 Aug 13:49
7c14a50
Compare
Choose a tag to compare
  • Adds PyInstaller hooks for data files (#15)
  • Improves code by hiding a few accidentally exposed private attributes

v1.3.0

03 Aug 20:26
dd3b27e
Compare
Choose a tag to compare
  • Adds feature to position toasts relative to widget (#13)
  • Fixes minor bug causing slight mispositioning of icon separator with empty title or text
  • Fixes position bug when centering toasts with different heights

v1.2.0

13 May 07:48
d5b59fe
Compare
Choose a tag to compare
  • Fixed cut off title or text bug (#10)
  • Fixes minor position bug with toasts of different height
  • Added the option to create a toast without a parent (#9)
  • Added methods to customize the icon separator (visibility and width)
  • Added static method to reset the Toast class and instantly clear and hide all toasts
  • Added tests

v1.1.0

08 Apr 16:05
433f1b9
Compare
Choose a tag to compare
  • Added setting to enable or disable the close button
  • Added additional position: CENTER (#3, thanks to @fabiomanz for providing a PR)
  • Fixed icon size / coloring bug on high DPI screens (#3, thanks to @fabiomanz for finding the bug and providing a PR)

v1.0.0

22 Mar 00:21
8e8f134
Compare
Choose a tag to compare

Initial version