1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
2022-02-19 liblarch 3.2.0
* Provide a fix for collapsing/expanding future (not-yet-created) nodes
This prevents a TypeError under various circumstances,
which made GTG's TreeView display inconsistent search/filtering results.
* Add PyPI metadata to setup.py
* Clarify, in the README file, that liblarch is LGPL v3 "or later"
* Fix Pytest deprecation warnings
2021-03-31 liblarch 3.1.0
* Provide an optimized way to refresh filtered items
This provides better performance for GTG in particular
* Replace calls to the pep8 executable by pycodestyle
* Disable building with Python 2
2020-06-04 liblarch 3.0.1
* Fix drag & drop from one GTK TreeView widget to another
* Handle cases where the tree should and shouldn't be re-filtered
* Improved PyGI (GObject introspection) compatibility
* Improved code quality and PEP 8 compliance
2014-04-19 liblarch 3.0.0
* Port to Python 3, GObject introspection and GTK 3
2013-01-22 liblarch 2.2.0
* Fix an incorrect node count in a callback (LP #1078368)
2012-11-08 liblarch 2.1.0
* Introducing the changelog
* Removed completely the "transparency" property
* Added a new object : viewcount
* The version number of liblarch will now be the API number + a number. Meaning that:
- 0.0.1 releases are pure bugfix/performance releases without impact on your application
- 0.1.0 releases introduce new API but are backward compatible. You don't need to port your application.
- 1.0.0 releases break the API.
|