Browse Source

chore: release main (#424)

Co-authored-by: Eugenio Parodi - Action <ceccopierangioliegenio@googlemail.com>
pull/427/head pyTermTk-v0.43.3-a.0
Pier CeccoPierangioliEugenio 8 months ago committed by GitHub
parent
commit
1c230987cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .release-please-manifest.json
  2. 19
      CHANGELOG.md
  3. 7
      apps/tlogg/CHANGELOG.md
  4. 2
      apps/tlogg/pyproject.toml
  5. 2
      apps/tlogg/tlogg/__init__.py
  6. 19
      libs/pyTermTk/CHANGELOG.md
  7. 2
      libs/pyTermTk/TermTk/__init__.py

4
.release-please-manifest.json

@ -1,7 +1,7 @@
{
"libs/pyTermTk": "0.43.2-a.0",
"libs/pyTermTk": "0.43.3-a.0",
"apps/ttkode": "0.4.0-a.2",
"apps/tlogg": "0.7.0-a.0",
"apps/tlogg": "0.7.1-a.0",
"apps/ttkDesigner": "0.41.4-a.54",
"apps/dumbPaintTool": "0.41.9-a.54"
}

19
CHANGELOG.md

@ -1,5 +1,24 @@
# Changelog
## [0.43.3-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.2-a.0...pyTermTk-v0.43.3-a.0) (2025-07-20)
### Fixes
* **treeWidget:** avoid crash when the content size is required for empty models ([#426](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/426)) ([bd8f60f](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/bd8f60f65e53ba41e806b1dca0ffa6fd5259f55c))
### Chores
* fix log typing ([14e7739](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/14e77397ce1ea7bfa9af27ada4ccbfdbd971b8c3))
* improve typing ([#417](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/417)) ([833005a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/833005acd115f2a5cb467b614ff208bda013c043))
* **KodeTab:** fix hover highlight ([c944b4d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c944b4d14603f35756fb2e7154eb8cda0ec58f4b))
* reworked autogen ([f2d35ae](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f2d35ae24a5e27885febe56ab25e50a884d516b6))
* **Typing:** improved TTkHelper typings ([849ab5a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/849ab5afe61e2519fb3e8c89dbd21cdf7f8a252c))
* **Typing:** improved typings in the base widget class ([9da8d3c](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9da8d3c1cf5108deb057bd7f747d100a0c24e759))
* **Typing:** Reworked TTkColor to solve all the typing issues ([c94c114](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c94c114faac878c9c5f99619eaf9fd79bc285c42))
* **Typing:** solved typing issues in the unsupported Fancy widgets ([e27b2af](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/e27b2afb0bb4c6d295f223c0f83b8ddab6f5d0e3))
## [0.43.2-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.1-a.0...pyTermTk-v0.43.2-a.0) (2025-06-04)

7
apps/tlogg/CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## [0.7.1-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/tlogg-v0.7.0-a.0...tlogg-v0.7.1-a.0) (2025-07-20)
### Fixes
* color picker crash ([#423](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/423)) ([af5bce3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/af5bce3d6a76d3ba35453c759a57f277bdf2b1ca))
## [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)

2
apps/tlogg/pyproject.toml

@ -24,7 +24,7 @@ classifiers = [
"Topic :: Software Development :: User Interfaces",
]
dependencies = [
'pyTermTk>=0.43.0-a.0',
'pyTermTk>=0.43.3-a.0',
'appdirs',
'copykitten',
'pyyaml'

2
apps/tlogg/tlogg/__init__.py

@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__:str = '0.7.0-a.0'
__version__:str = '0.7.1-a.0'
from .plugin import TloggPlugin
from .proxy import tloggProxy, TloggViewerProxy

19
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,24 @@
# Changelog
## [0.43.3-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.2-a.0...pyTermTk-v0.43.3-a.0) (2025-07-20)
### Fixes
* **treeWidget:** avoid crash when the content size is required for empty models ([#426](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/426)) ([bd8f60f](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/bd8f60f65e53ba41e806b1dca0ffa6fd5259f55c))
### Chores
* fix log typing ([14e7739](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/14e77397ce1ea7bfa9af27ada4ccbfdbd971b8c3))
* improve typing ([#417](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/417)) ([833005a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/833005acd115f2a5cb467b614ff208bda013c043))
* **KodeTab:** fix hover highlight ([c944b4d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c944b4d14603f35756fb2e7154eb8cda0ec58f4b))
* reworked autogen ([f2d35ae](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f2d35ae24a5e27885febe56ab25e50a884d516b6))
* **Typing:** improved TTkHelper typings ([849ab5a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/849ab5afe61e2519fb3e8c89dbd21cdf7f8a252c))
* **Typing:** improved typings in the base widget class ([9da8d3c](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9da8d3c1cf5108deb057bd7f747d100a0c24e759))
* **Typing:** Reworked TTkColor to solve all the typing issues ([c94c114](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/c94c114faac878c9c5f99619eaf9fd79bc285c42))
* **Typing:** solved typing issues in the unsupported Fancy widgets ([e27b2af](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/e27b2afb0bb4c6d295f223c0f83b8ddab6f5d0e3))
## [0.43.2-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.1-a.0...pyTermTk-v0.43.2-a.0) (2025-06-04)

2
libs/pyTermTk/TermTk/__init__.py

@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__:str = '0.43.2-a.0'
__version__:str = '0.43.3-a.0'
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save