Skip to content

Commit ff4aa48

Browse files
chore: release main
1 parent 7fdd643 commit ff4aa48

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"libs/pyTermTk": "0.50.0-a0",
2+
"libs/pyTermTk": "0.51.0-a0",
33
"apps/ttkode": "0.48.2-a0",
4-
"apps/tlogg": "0.48.2-a0",
4+
"apps/tlogg": "0.48.3-a0",
55
"apps/ttkDesigner": "0.48.3-a0",
66
"apps/dumbPaintTool": "0.48.3-a0"
77
}

apps/tlogg/CHANGELOG.md

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

3+
## [0.48.3-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.48.2-a0...tlogg-v0.48.3-a0) (2026-05-29)
4+
5+
6+
### Fixes
7+
8+
* add pygments to tlogg's dependencies ([#640](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/640)) ([7fdd643](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7fdd643fbadb89ed9607605e0f086a2781beb89c))
9+
310
## [0.48.2-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.48.1-a0...tlogg-v0.48.2-a0) (2026-05-08)
411

512

libs/pyTermTk/CHANGELOG.md

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

3+
## [0.51.0-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.50.0-a0...pyTermTk-v0.51.0-a0) (2026-05-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **textEdit:** Implement auto-scroll follow modes for text editor and improve tests ([#631](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/631))
9+
10+
### Fixes
11+
12+
* **combobox:** select after focus ([#635](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/635)) ([1e1e9b2](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/1e1e9b23b4f9049fc798f2e0a7f08bf1b49ad545))
13+
* **signal:** clear all slot refs ([#637](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/637)) ([8ce27d5](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/8ce27d53a45fee36a769421175236aa1d58ebe83))
14+
* **splitter:** layout insertItem() ([#636](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/636)) ([1e42af9](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/1e42af9e41e70ed819fc38c850b84e7045df5ce2))
15+
16+
17+
### Chores
18+
19+
* **menubar:** cleanup unused shortcutColor style ([#639](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/639)) ([b4c2977](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b4c297753801319c57d081c1570150281f5e5451))
20+
* **textEdit:** Implement auto-scroll follow modes for text editor and improve tests ([#631](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/631)) ([f821bf0](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f821bf09d5fb8c47cf136d09c737ab94095d4cdc))
21+
22+
23+
### Refactors
24+
25+
* add type hints for better code clarity and maintainability ([889b321](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/889b321e9f5f3d5072e69c95249423a65d5dafba))
26+
* fix and improve test coverage for TTkColor and TTkStrings ([#638](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/638)) ([08bf756](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/08bf7561dfbf04f4fe1f4aa9864a8e6a101d0201))
27+
328
## [0.50.0-a0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.49.0-a0...pyTermTk-v0.50.0-a0) (2026-05-08)
429

530

0 commit comments

Comments
 (0)