From 63f2cebbd0a1bd994a8a743399ef77dd5efe4bfb Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Tue, 2 Sep 2025 00:25:03 +0100 Subject: [PATCH] chore: release main (#434) Co-authored-by: Eugenio Parodi - Action --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 27 +++++++++++++++++++++++++++ apps/ttkode/CHANGELOG.md | 14 ++++++++++++++ apps/ttkode/pyproject.toml | 2 +- apps/ttkode/ttkode/__init__.py | 2 +- libs/pyTermTk/CHANGELOG.md | 27 +++++++++++++++++++++++++++ libs/pyTermTk/TermTk/__init__.py | 2 +- 7 files changed, 73 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3ec9ccf..2d2faaf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "libs/pyTermTk": "0.45.0-a.0", - "apps/ttkode": "0.4.0-a.2", + "libs/pyTermTk": "0.46.0-a.0", + "apps/ttkode": "0.5.0-a.2", "apps/tlogg": "0.7.1-a.0", "apps/ttkDesigner": "0.41.4-a.54", "apps/dumbPaintTool": "0.41.9-a.54" diff --git a/CHANGELOG.md b/CHANGELOG.md index d7993110..cb375225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.46.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.45.0-a.0...pyTermTk-v0.46.0-a.0) (2025-09-01) + + +### Fixes + +* **TTkList:** show items when search is emptied ([#450](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/450)) ([3db40ca](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/3db40ca8c652fa6e55850d1eb8c3cd414e17872d)) + + +### Features + +* handle stderr in TTkLog ([#448](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/448)) ([89c6cb5](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/89c6cb52f5209b91ba919778988701abcea4f8f3)) +* **Tab:** support for a single drop of multiple new tabs ([#437](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/437)) ([34e9a39](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/34e9a39dee0cc31f10bd591f459c9b194f6f8b2c)) +* **Tree:** add multiselect ([#436](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/436)) ([de0aefc](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/de0aefc11ef869cad807635297882641708c9a23)) + + +### Chores + +* add typing class ([5ee9e09](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5ee9e09f587773085acbd5caf6874892b17f5cba)) +* **Tree:** allow multiselect mode to toggle item ([#441](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/441)) ([223a903](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/223a9038772de609e8b1e33b2c5eafa49b7c0555)) +* **TTkTree:** performance improvement due to smart caching ([#451](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/451)) ([26ce74c](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/26ce74c0225baa84b7212eb84e3fb843dd2ad480)) + + +### Document Changes + +* fix typo in the slider ([a3bad20](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a3bad2024673bcfe4fa802a90bd65f214f9724bb)) +* **TextEdit:** reworked the forward messages ([5ed5429](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5ed5429ecf7c0ba7062b9884002356cc2d9018e8)) + ## [0.45.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.44.0-a.0...pyTermTk-v0.45.0-a.0) (2025-07-28) diff --git a/apps/ttkode/CHANGELOG.md b/apps/ttkode/CHANGELOG.md index a9cdbaab..32ed2f0a 100644 --- a/apps/ttkode/CHANGELOG.md +++ b/apps/ttkode/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.5.0-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.4.0-a.2...ttkode-v0.5.0-a.2) (2025-09-01) + + +### Features + +* add replace feature ([#444](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/444)) ([af59c33](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/af59c3391f0899db3a8445cf3d38a9612124ff32)) +* allow multiple files to be selected and dragged ([#438](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/438)) ([9fe249c](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/9fe249c0d24b46a4fd8381c7032f408581e7f5c5)) +* **FindPlugin:** support include and exclude files ([#443](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/443)) ([e7103c7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/e7103c7b61850d44eda54aeb434a51a465151d32)) + + +### Chores + +* limit max find results to 1024 ([d54f4c1](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/d54f4c1e2e0475d12c02805c9b94d4e35b1e0bd7)) + ## [0.4.0-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.3.2-a.2...ttkode-v0.4.0-a.2) (2025-06-03) diff --git a/apps/ttkode/pyproject.toml b/apps/ttkode/pyproject.toml index bd152731..ec060d03 100644 --- a/apps/ttkode/pyproject.toml +++ b/apps/ttkode/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Topic :: Software Development :: User Interfaces", ] dependencies = [ - 'pyTermTk>=0.43.0-a.0', + 'pyTermTk>=0.46.0-a.0', 'appdirs', 'copykitten', 'pygments' diff --git a/apps/ttkode/ttkode/__init__.py b/apps/ttkode/ttkode/__init__.py index fe0c62e5..a55086e0 100755 --- a/apps/ttkode/ttkode/__init__.py +++ b/apps/ttkode/ttkode/__init__.py @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__:str = '0.4.0-a.2' +__version__:str = '0.5.0-a.2' from .plugin import TTkodePlugin, TTkodePluginActivity from .proxy import TTKodeViewerProxy, ttkodeProxy diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index d7993110..cb375225 100644 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.46.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.45.0-a.0...pyTermTk-v0.46.0-a.0) (2025-09-01) + + +### Fixes + +* **TTkList:** show items when search is emptied ([#450](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/450)) ([3db40ca](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/3db40ca8c652fa6e55850d1eb8c3cd414e17872d)) + + +### Features + +* handle stderr in TTkLog ([#448](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/448)) ([89c6cb5](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/89c6cb52f5209b91ba919778988701abcea4f8f3)) +* **Tab:** support for a single drop of multiple new tabs ([#437](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/437)) ([34e9a39](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/34e9a39dee0cc31f10bd591f459c9b194f6f8b2c)) +* **Tree:** add multiselect ([#436](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/436)) ([de0aefc](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/de0aefc11ef869cad807635297882641708c9a23)) + + +### Chores + +* add typing class ([5ee9e09](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5ee9e09f587773085acbd5caf6874892b17f5cba)) +* **Tree:** allow multiselect mode to toggle item ([#441](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/441)) ([223a903](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/223a9038772de609e8b1e33b2c5eafa49b7c0555)) +* **TTkTree:** performance improvement due to smart caching ([#451](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/451)) ([26ce74c](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/26ce74c0225baa84b7212eb84e3fb843dd2ad480)) + + +### Document Changes + +* fix typo in the slider ([a3bad20](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a3bad2024673bcfe4fa802a90bd65f214f9724bb)) +* **TextEdit:** reworked the forward messages ([5ed5429](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5ed5429ecf7c0ba7062b9884002356cc2d9018e8)) + ## [0.45.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.44.0-a.0...pyTermTk-v0.45.0-a.0) (2025-07-28) diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index 1d04a56a..75732a28 100644 --- a/libs/pyTermTk/TermTk/__init__.py +++ b/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.45.0-a.0' +__version__:str = '0.46.0-a.0' from .TTkCore import * from .TTkTheme import *