Browse Source

chore: release main (#434)

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

4
.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"

27
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)

14
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)

2
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'

2
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

27
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)

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.45.0-a.0'
__version__:str = '0.46.0-a.0'
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save