Releases: MrLixm/lqtTextEditor
Releases · MrLixm/lqtTextEditor
1.1.2 alternating row color option
-
added
set_alternating_row_colors
methodhaving it on by default with the default qt style (no stylesheet) lead to visual issue with the external border of the QPlainTextEdit
so it's up to the user to enable it and edit its stylesheet to avoid that visual bug
Note : I fucked up git release so tag v1.1.1 was supposed to be 1.1.0, so there is no diff between 1.1.1 and 1.1.2
Full Changelog: v1.0.1...v1.1.2
1.0.1 dependency fix
Fix pyproject.toml for use in other projects
Full Changelog: v1.0.0...v1.0.1
1.0.0 official release
Only documentation update since 0.9.0
Full Changelog: v0.9.0...v1.0.0
0.9.0 better styling options
- Introduce advanced styling support with stylesheets.
- Fixed bugs here and there
Full Changelog: v0.6.1...v0.9.0
0.6.1 First public release
Stable version, still not considered fully production ready until more tests are done.