Browse Source
Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>pull/408/head pyTermTk-v0.43.0-a.0
10 changed files with 93 additions and 8 deletions
@ -1,7 +1,7 @@
|
||||
{ |
||||
"libs/pyTermTk": "0.42.1-a.0", |
||||
"apps/ttkode": "0.3.2-a.2", |
||||
"apps/tlogg": "0.6.0-a.0", |
||||
"libs/pyTermTk": "0.43.0-a.0", |
||||
"apps/ttkode": "0.4.0-a.2", |
||||
"apps/tlogg": "0.7.0-a.0", |
||||
"apps/ttkDesigner": "0.41.4-a.54", |
||||
"apps/dumbPaintTool": "0.41.9-a.54" |
||||
} |
||||
|
||||
@ -0,0 +1,13 @@
|
||||
# Changelog |
||||
|
||||
## [0.7.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.6.0-a.0...tlogg-v0.7.0-a.0) (2025-06-03) |
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES |
||||
|
||||
* **TabWidget:** tab request close event need to be handled inside the app |
||||
|
||||
### Refactors |
||||
|
||||
* move the main routine outside the a folder ([#400](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/400)) ([b1bb71f](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/b1bb71fd1ecd9c41a4cb016de15f1d695ea58ba5)) |
||||
* **TabWidget:** tab request close event need to be handled inside the app ([9420adf](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9420adf68e2184482cd71266f280c560ea911f45)) |
||||
Loading…
Reference in new issue