Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 4.86 KB

CHANGELOG.md

File metadata and controls

93 lines (52 loc) · 4.86 KB

Changelog

0.3.0 (2023-06-03)

Features

  • SearchLineEdit: add highlight delegates (7cbfb46)
  • SearchLineEdit: add options to match case and for regex (a641aab)
  • SearchLineEdit: first useful implementation (6d5bc8a)
  • SearchLineEdit: gui settings might be null (7eff1ff)
  • SearchLineEdit: save/load GUI state (548cd19)
  • SearchLineEdit: set visibility of widget after construction (16cbff9)
  • SearchLineEdit: wildcard matching not allowed for Qt < 5.12 (922ea32)

Bug Fixes

  • about: correct representation of build date (d4a2d71)
  • remove memory leaks (1155d13)

0.2.1 (2022-12-28)

Bug Fixes

  • run github-release on main branch (97316a2)

0.2.0 (2022-12-28)

Features

  • about: add logo (a362268)
  • about: add menu item to select about dialog (c8ab3e2)
  • about: add What's new link (a14a5a1)
  • about: implementation of about dialog (f43dd37)
  • about: set parent window (e57231c)
  • Logger: make log level configurable (e522e61)

Bug Fixes

  • release-please shall run on default branch (ffeefae)

0.2.0 (2022-12-28)

Features

  • about: add logo (a362268)
  • about: add menu item to select about dialog (c8ab3e2)
  • about: add What's new link (a14a5a1)
  • about: implementation of about dialog (f43dd37)
  • about: set parent window (e57231c)

0.1.1 (2022-07-30)

Bug Fixes

  • remove wrong if condition (33aff8e)

0.1.0 (2022-07-30)

Features

0.0.2 (2022-07-30)

Bug Fixes

0.0.1 (2022-07-30)

Bug Fixes

Miscellaneous Chores