Skip to content

Commit e98ab51

Browse files
chore: release main
1 parent cda68f2 commit e98ab51

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"libs/pyTermTk": "0.49.0-a0",
2+
"libs/pyTermTk": "0.50.0-a0",
33
"apps/ttkode": "0.48.1-a0",
44
"apps/tlogg": "0.48.1-a0",
55
"apps/ttkDesigner": "0.48.2-a0",

libs/pyTermTk/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.50.0-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.49.0-a0...pyTermTk-v0.50.0-a0) (2026-01-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tree:** The following APIs have been removed from TTkTreeWidgetItem:
9+
- `isSelected()` method - use `TTkTreeWidget.selectedItems()` to check selection
10+
- `setSelected(bool)` method - selection is now managed by TTkTreeWidget
11+
- `selected` parameter in constructor - no longer supported
12+
13+
### Chores
14+
15+
* **tree:** mouse hover support ([#583](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/583)) ([cda68f2](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/cda68f278a815effe500b9316de6f359e6eb14df))
16+
* **tree:** remove selected status from the treeWidgetItem ([#584](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/584)) ([b434b33](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b434b330f9ccf47f6ba4443f667d48fa9565df64))
17+
318
## [0.49.0-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.48.1-a0...pyTermTk-v0.49.0-a0) (2026-01-07)
419

520

0 commit comments

Comments
 (0)