Browse Source

chore: release main (#383)

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

4
.release-please-manifest.json

@ -1,6 +1,6 @@
{
"libs/pyTermTk": "0.41.18-a.0",
"apps/ttkode": "0.2.15-a.2",
"libs/pyTermTk": "0.42.0-a.0",
"apps/ttkode": "0.3.0-a.2",
"apps/ttkDesigner": "0.41.4-a.54",
"apps/dumbPaintTool": "0.41.9-a.54"
}

24
CHANGELOG.md

@ -1,5 +1,29 @@
# Changelog
## [0.42.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.18-a.0...pyTermTk-v0.42.0-a.0) (2025-04-29)
### Fixes
* textEdit release control for unhandled shortcuts ([f5c60f9](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f5c60f9d5a4e47108e5a05063c40418c750b6778))
* ttkLineEdit broadcast textChanged after deletion ([#388](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/388)) ([4857cb3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4857cb31cbd0bac49fd6464879a4590c0fc97550))
### Features
* add iterWidgets to KodeTab ([#390](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/390)) ([40ad352](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/40ad3524782cfe0330be7d5d3507a39b5042fd54))
* add nerd_1 theme to the tab widget ([0da3881](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0da38814f153d062c347ac44cc9250fd6f2db5a2))
* added expandAll,collapseAll to TTkTree ([f3d8205](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f3d8205dcbddc54e7f50055128125bdf3cc939ae))
* added hinting and bgcolor to TTkLineEdit ([5afecec](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5afecec62d6061e5ba14b3d93a008cf5b9733579))
* Allow configurable closing glyph in the tab button ([ebab624](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/ebab624779c7853c7831614d028cbe35a055ab1a))
* prototyping Nerd_1 style to KodeTab ([a5fb669](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a5fb6698fdd33d4cde34bb04855fbdce501aeafe))
* tab button resize accordingly if the text change ([7aa6627](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7aa6627fd2acb533a83a0975d6cc3cc75dbcd333))
### Refactors
* adapted ttkode to the latest pyTermTk ([542ecd7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/542ecd7f7798b10bca29a7e856e85aa91bb3bc74))
## [0.41.18-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.17-a.0...pyTermTk-v0.41.18-a.0) (2025-04-04)

22
apps/ttkode/CHANGELOG.md

@ -1,5 +1,27 @@
# Changelog
## [0.3.0-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.2.15-a.2...ttkode-v0.3.0-a.2) (2025-04-29)
### Features
* added activity bar to ttkode ([68d60cd](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/68d60cd8da1f2fb46eb06fa84e772512f92c7e29))
* added plugins and use apptemplate in ttkode ([cda2eb4](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/cda2eb45c560f35d2b4ec798600509c6eaea67a0))
* improve search plugin ([#389](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/389)) ([09d190d](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/09d190d5c1a6879fb4e8fd14fd48d1ed9edd4878))
* prototyping search plugin iin ttkode ([228d828](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/228d8288716cf5286555eb3a5b9ff63d72e8487b))
* ttkode search plugin ([#385](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/385)) ([1d65bdf](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/1d65bdfdfdf522936976bdb920f2ec77ba241ded))
* **ttkode:** add terminal ([#393](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/393)) ([3f2d0e0](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/3f2d0e08500990b28da01b14c8c82fec3205951b))
### Chores
* fix ([0d6a80a](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0d6a80a6e2493b2d37722a575f19d9066cf9e35f))
### Refactors
* adapted ttkode to the latest pyTermTk ([542ecd7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/542ecd7f7798b10bca29a7e856e85aa91bb3bc74))
## [0.2.15-a.2](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/ttkode-v0.2.14-a.2...ttkode-v0.2.15-a.2) (2025-04-03)

2
apps/ttkode/pyproject.toml

@ -24,7 +24,7 @@ classifiers = [
"Topic :: Software Development :: User Interfaces",
]
dependencies = [
'pyTermTk>=0.41.17-a.0',
'pyTermTk>=0.42.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.2.15-a.2'
__version__:str = '0.3.0-a.2'
from .helper import TTkodeHelper
from .plugin import TTkodePlugin, TTkodePluginActivity

24
libs/pyTermTk/CHANGELOG.md

@ -1,5 +1,29 @@
# Changelog
## [0.42.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.18-a.0...pyTermTk-v0.42.0-a.0) (2025-04-29)
### Fixes
* textEdit release control for unhandled shortcuts ([f5c60f9](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f5c60f9d5a4e47108e5a05063c40418c750b6778))
* ttkLineEdit broadcast textChanged after deletion ([#388](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/388)) ([4857cb3](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/4857cb31cbd0bac49fd6464879a4590c0fc97550))
### Features
* add iterWidgets to KodeTab ([#390](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/390)) ([40ad352](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/40ad3524782cfe0330be7d5d3507a39b5042fd54))
* add nerd_1 theme to the tab widget ([0da3881](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/0da38814f153d062c347ac44cc9250fd6f2db5a2))
* added expandAll,collapseAll to TTkTree ([f3d8205](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/f3d8205dcbddc54e7f50055128125bdf3cc939ae))
* added hinting and bgcolor to TTkLineEdit ([5afecec](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/5afecec62d6061e5ba14b3d93a008cf5b9733579))
* Allow configurable closing glyph in the tab button ([ebab624](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/ebab624779c7853c7831614d028cbe35a055ab1a))
* prototyping Nerd_1 style to KodeTab ([a5fb669](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/a5fb6698fdd33d4cde34bb04855fbdce501aeafe))
* tab button resize accordingly if the text change ([7aa6627](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/7aa6627fd2acb533a83a0975d6cc3cc75dbcd333))
### Refactors
* adapted ttkode to the latest pyTermTk ([542ecd7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/542ecd7f7798b10bca29a7e856e85aa91bb3bc74))
## [0.41.18-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.41.17-a.0...pyTermTk-v0.41.18-a.0) (2025-04-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.41.18-a.0'
__version__:str = '0.42.0-a.0'
from .TTkCore import *
from .TTkTheme import *

Loading…
Cancel
Save