Skip to content

Bump tamboui.version from 0.2.0 to 0.3.0#437

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/tamboui.version-0.3.0
May 18, 2026
Merged

Bump tamboui.version from 0.2.0 to 0.3.0#437
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/tamboui.version-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github 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

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-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-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-toolkit from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-toolkit'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-aesh-backend from 0.2.0 to 0.3.0

Release notes

Sourced from dev.tamboui:tamboui-aesh-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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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-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-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-toolkit` 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-aesh-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:production
  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
- dependency-name: dev.tamboui:tamboui-tui
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-toolkit
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.tamboui:tamboui-aesh-backend
  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 added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 18, 2026
@github-actions github-actions Bot merged commit 80950b3 into master May 18, 2026
3 checks passed
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