Skip to content

build(deps): bump tamboui.version from 0.2.0 to 0.3.0#97

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/tamboui.version-0.3.0
Open

build(deps): bump tamboui.version from 0.2.0 to 0.3.0#97
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/tamboui.version-0.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps tamboui.version from 0.2.0 to 0.3.0.
Updates dev.tamboui:tamboui-core from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-core's releases.

Release v0.3.0

In celebration of Devoxx France publishing worlds first talk about Tamboui we are happy to release 0.3.0 with bugfixes and a few new features:

Markdown viewer with streaming support

jbang markdown-demo@tamboui/tamboui:

Unicode pasting

Unicode is now handled when you paste.

Bring out those Emojii's 🇫🇷🧑‍🍳🦸🇩🇰

Bracketed paste support

Applications can now enable bracketed paste support and receive an explicit paste event and allow handling pasting explicitly rather than just as a sequence of typed characters.

Multiple render threads for Toolkit apps

jbang aesh-ssh-http-demo@tamboui/tamboui

In previous Tamboui releases there was a safety check to help users realize they were rendering elements outside the render thread in Toolkit applications. In 0.3 you can now have multiple thread marked as render threads allowing for using Aeash Web and SSH terminal feature and serve out multiple applications concurrently.

Image protocol fixes

@​gnodet contributed a bunch of fixes to make image look sharper and cleaner when rendered!

Shift+Tab

Fix from @​yrodiere made Shift+Tab recognizable!

TreeElement.lastFLatEntries()

@​ncovercash spotted and fixed lastFlatEntries() was missing from the public api on TreeElement.

Backspace on Windows

@​patbaumgartner helped wrangle backspace handling on Windows!

Enjoy!

Full list of changes below:

What's Changed

... (truncated)

Commits
  • 814da5c [release] Releasing version 0.3.0
  • 2f05d9f Merge pull request #319 from tamboui/cc/bracketed-paste
  • 0be0ab7 Fix javadocs
  • bcf2205 feat: Add bracketed paste support
  • 4d9c983 Merge pull request #318 from tamboui/cc/event-parser
  • 427a428 Fix merge conflict
  • 1048770 Merge remote-tracking branch 'origin/main' into cc/event-parser
  • 0eaed16 Fix review feedback
  • c5d69c1 Merge pull request #339 from tamboui/all-contributors/add-ncovercash
  • 3f75a03 docs: update .all-contributorsrc
  • Additional commits viewable in compare view

Updates dev.tamboui:tamboui-tui from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-tui's releases.

Release v0.3.0

In celebration of Devoxx France publishing worlds first talk about Tamboui we are happy to release 0.3.0 with bugfixes and a few new features:

Markdown viewer with streaming support

jbang markdown-demo@tamboui/tamboui:

Unicode pasting

Unicode is now handled when you paste.

Bring out those Emojii's 🇫🇷🧑‍🍳🦸🇩🇰

Bracketed paste support

Applications can now enable bracketed paste support and receive an explicit paste event and allow handling pasting explicitly rather than just as a sequence of typed characters.

Multiple render threads for Toolkit apps

jbang aesh-ssh-http-demo@tamboui/tamboui

In previous Tamboui releases there was a safety check to help users realize they were rendering elements outside the render thread in Toolkit applications. In 0.3 you can now have multiple thread marked as render threads allowing for using Aeash Web and SSH terminal feature and serve out multiple applications concurrently.

Image protocol fixes

@​gnodet contributed a bunch of fixes to make image look sharper and cleaner when rendered!

Shift+Tab

Fix from @​yrodiere made Shift+Tab recognizable!

TreeElement.lastFLatEntries()

@​ncovercash spotted and fixed lastFlatEntries() was missing from the public api on TreeElement.

Backspace on Windows

@​patbaumgartner helped wrangle backspace handling on Windows!

Enjoy!

Full list of changes below:

What's Changed

... (truncated)

Commits
  • 814da5c [release] Releasing version 0.3.0
  • 2f05d9f Merge pull request #319 from tamboui/cc/bracketed-paste
  • 0be0ab7 Fix javadocs
  • bcf2205 feat: Add bracketed paste support
  • 4d9c983 Merge pull request #318 from tamboui/cc/event-parser
  • 427a428 Fix merge conflict
  • 1048770 Merge remote-tracking branch 'origin/main' into cc/event-parser
  • 0eaed16 Fix review feedback
  • c5d69c1 Merge pull request #339 from tamboui/all-contributors/add-ncovercash
  • 3f75a03 docs: update .all-contributorsrc
  • Additional commits viewable in compare view

Updates dev.tamboui:tamboui-widgets from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-widgets's releases.

Release v0.3.0

In celebration of Devoxx France publishing worlds first talk about Tamboui we are happy to release 0.3.0 with bugfixes and a few new features:

Markdown viewer with streaming support

jbang markdown-demo@tamboui/tamboui:

Unicode pasting

Unicode is now handled when you paste.

Bring out those Emojii's 🇫🇷🧑‍🍳🦸🇩🇰

Bracketed paste support

Applications can now enable bracketed paste support and receive an explicit paste event and allow handling pasting explicitly rather than just as a sequence of typed characters.

Multiple render threads for Toolkit apps

jbang aesh-ssh-http-demo@tamboui/tamboui

In previous Tamboui releases there was a safety check to help users realize they were rendering elements outside the render thread in Toolkit applications. In 0.3 you can now have multiple thread marked as render threads allowing for using Aeash Web and SSH terminal feature and serve out multiple applications concurrently.

Image protocol fixes

@​gnodet contributed a bunch of fixes to make image look sharper and cleaner when rendered!

Shift+Tab

Fix from @​yrodiere made Shift+Tab recognizable!

TreeElement.lastFLatEntries()

@​ncovercash spotted and fixed lastFlatEntries() was missing from the public api on TreeElement.

Backspace on Windows

@​patbaumgartner helped wrangle backspace handling on Windows!

Enjoy!

Full list of changes below:

What's Changed

... (truncated)

Commits
  • 814da5c [release] Releasing version 0.3.0
  • 2f05d9f Merge pull request #319 from tamboui/cc/bracketed-paste
  • 0be0ab7 Fix javadocs
  • bcf2205 feat: Add bracketed paste support
  • 4d9c983 Merge pull request #318 from tamboui/cc/event-parser
  • 427a428 Fix merge conflict
  • 1048770 Merge remote-tracking branch 'origin/main' into cc/event-parser
  • 0eaed16 Fix review feedback
  • c5d69c1 Merge pull request #339 from tamboui/all-contributors/add-ncovercash
  • 3f75a03 docs: update .all-contributorsrc
  • Additional commits viewable in compare view

Updates dev.tamboui:tamboui-panama-backend from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-panama-backend's releases.

Release v0.3.0

In celebration of Devoxx France publishing worlds first talk about Tamboui we are happy to release 0.3.0 with bugfixes and a few new features:

Markdown viewer with streaming support

jbang markdown-demo@tamboui/tamboui:

Unicode pasting

Unicode is now handled when you paste.

Bring out those Emojii's 🇫🇷🧑‍🍳🦸🇩🇰

Bracketed paste support

Applications can now enable bracketed paste support and receive an explicit paste event and allow handling pasting explicitly rather than just as a sequence of typed characters.

Multiple render threads for Toolkit apps

jbang aesh-ssh-http-demo@tamboui/tamboui

In previous Tamboui releases there was a safety check to help users realize they were rendering elements outside the render thread in Toolkit applications. In 0.3 you can now have multiple thread marked as render threads allowing for using Aeash Web and SSH terminal feature and serve out multiple applications concurrently.

Image protocol fixes

@​gnodet contributed a bunch of fixes to make image look sharper and cleaner when rendered!

Shift+Tab

Fix from @​yrodiere made Shift+Tab recognizable!

TreeElement.lastFLatEntries()

@​ncovercash spotted and fixed lastFlatEntries() was missing from the public api on TreeElement.

Backspace on Windows

@​patbaumgartner helped wrangle backspace handling on Windows!

Enjoy!

Full list of changes below:

What's Changed

... (truncated)

Commits
  • 814da5c [release] Releasing version 0.3.0
  • 2f05d9f Merge pull request #319 from tamboui/cc/bracketed-paste
  • 0be0ab7 Fix javadocs
  • bcf2205 feat: Add bracketed paste support
  • 4d9c983 Merge pull request #318 from tamboui/cc/event-parser
  • 427a428 Fix merge conflict
  • 1048770 Merge remote-tracking branch 'origin/main' into cc/event-parser
  • 0eaed16 Fix review feedback
  • c5d69c1 Merge pull request #339 from tamboui/all-contributors/add-ncovercash
  • 3f75a03 docs: update .all-contributorsrc
  • Additional commits viewable in compare view

Updates dev.tamboui:tamboui-jline3-backend from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-jline3-backend's releases.

Release v0.3.0

In celebration of Devoxx France publishing worlds first talk about Tamboui we are happy to release 0.3.0 with bugfixes and a few new features:

Markdown viewer with streaming support

jbang markdown-demo@tamboui/tamboui:

Unicode pasting

Unicode is now handled when you paste.

Bring out those Emojii's 🇫🇷🧑‍🍳🦸🇩🇰

Bracketed paste support

Applications can now enable bracketed paste support and receive an explicit paste event and allow handling pasting explicitly rather than just as a sequence of typed characters.

Multiple render threads for Toolkit apps

jbang aesh-ssh-http-demo@tamboui/tamboui

In previous Tamboui releases there was a safety check to help users realize they were rendering elements outside the render thread in Toolkit applications. In 0.3 you can now have multiple thread marked as render threads allowing for using Aeash Web and SSH terminal feature and serve out multiple applications concurrently.

Image protocol fixes

@​gnodet contributed a bunch of fixes to make image look sharper and cleaner when rendered!

Shift+Tab

Fix from @​yrodiere made Shift+Tab recognizable!

TreeElement.lastFLatEntries()

@​ncovercash spotted and fixed lastFlatEntries() was missing from the public api on TreeElement.

Backspace on Windows

@​patbaumgartner helped wrangle backspace handling on Windows!

Enjoy!

Full list of changes below:

What's Changed

... (truncated)

Commits
  • 814da5c [release] Releasing version 0.3.0
  • 2f05d9f Merge pull request #319 from tamboui/cc/bracketed-paste
  • 0be0ab7 Fix javadocs
  • bcf2205 feat: Add bracketed paste support
  • 4d9c983 Merge pull request #318 from tamboui/cc/event-parser
  • 427a428 Fix merge conflict
  • 1048770 Merge remote-tracking branch 'origin/main' into cc/event-parser
  • 0eaed16 Fix review feedback
  • c5d69c1 Merge pull request #339 from tamboui/all-contributors/add-ncovercash
  • 3f75a03 docs: update .all-contributorsrc
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 18, 2026
Bumps `tamboui.version` from 0.2.0 to 0.3.0.

Updates `dev.tamboui:tamboui-core` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/tamboui/tamboui/releases)
- [Commits](tamboui/tamboui@v0.2.0...v0.3.0)

Updates `dev.tamboui:tamboui-tui` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/tamboui/tamboui/releases)
- [Commits](tamboui/tamboui@v0.2.0...v0.3.0)

Updates `dev.tamboui:tamboui-widgets` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/tamboui/tamboui/releases)
- [Commits](tamboui/tamboui@v0.2.0...v0.3.0)

Updates `dev.tamboui:tamboui-panama-backend` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/tamboui/tamboui/releases)
- [Commits](tamboui/tamboui@v0.2.0...v0.3.0)

Updates `dev.tamboui:tamboui-jline3-backend` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/tamboui/tamboui/releases)
- [Commits](tamboui/tamboui@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: dev.tamboui:tamboui-core
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-jline3-backend
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-panama-backend
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-tui
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-widgets
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/tamboui.version-0.3.0 branch from fd1763b to 80da84d Compare May 20, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants