Skip to content

Commit d8f8167

Browse files
author
Eugenio Parodi - Action
committed
chore: updated TermTk and apps to versions to 0.43.0-a.0, 0.41.9-a.54, 0.41.4-a.54 0.4.0-a.2
1 parent b4d3656 commit d8f8167

6 files changed

Lines changed: 29 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [0.43.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.42.1-a.0...pyTermTk-v0.43.0-a.0) (2025-05-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **kodeTab:** reworked iterWidget in iterItems
9+
* **TabWidget:** tab request close event need to be handled inside the app
10+
11+
### Fixes
12+
13+
* **spinbox:** better check for float, empty strings and negative numbers ([4909bf6](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4909bf6756000f9450249b28f8c8379a2160415c))
14+
15+
16+
### Chores
17+
18+
* **kodeTab:** reworked iterWidget in iterItems ([47f73fc](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/47f73fc03a5a049ac3e6073dcadc09018b509328))
19+
* **ttk:** workaround timer disconnect in case of error ([d70b2c1](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d70b2c1c3cf25f7ffb479bc2850b3c9a3ca0fe0c))
20+
21+
22+
### Refactors
23+
24+
* **TabWidget:** tab request close event need to be handled inside the app ([9420adf](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9420adf68e2184482cd71266f280c560ea911f45))
25+
* **TTkColor:** improved typings ([711d611](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/711d611a73be0d0a6fce37e4624b5ae30847dd9c))
26+
327
## [0.42.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.42.0-a.0...pyTermTk-v0.42.1-a.0) (2025-05-01)
428

529

apps/tlogg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Software Development :: User Interfaces",
2525
]
2626
dependencies = [
27-
'pyTermTk>=0.41.17-a.0',
27+
'pyTermTk>=0.43.0-a.0',
2828
'appdirs',
2929
'copykitten',
3030
'pyyaml'

apps/tlogg/tlogg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__:str = '0.5.0-a.0'
23+
__version__:str = '0.7.0-a.0'
2424

2525
from .plugin import TloggPlugin
2626
from .proxy import tloggProxy, TloggViewerProxy

apps/ttkode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Software Development :: User Interfaces",
2525
]
2626
dependencies = [
27-
'pyTermTk>=0.42.1-a.0',
27+
'pyTermTk>=0.43.0-a.0',
2828
'appdirs',
2929
'copykitten',
3030
'pygments'

apps/ttkode/ttkode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
# SOFTWARE.
2424

25-
__version__:str = '0.3.2-a.2'
25+
__version__:str = '0.4.0-a.2'
2626

2727
from .plugin import TTkodePlugin, TTkodePluginActivity
2828
from .proxy import TTKodeViewerProxy, ttkodeProxy

libs/pyTermTk/TermTk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__:str = '0.42.1-a.0'
23+
__version__:str = '0.43.0-a.0'
2424

2525
from .TTkCore import *
2626
from .TTkTheme import *

0 commit comments

Comments
 (0)