[PR #584] [CLOSED] Bump tui from 0.10.0 to 0.11.0 #908

Closed
opened 2026-02-28 14:53:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/584
Author: @dependabot-preview[bot]
Created: 9/21/2020
Status: Closed

Base: masterHead: dependabot/cargo/tui-0.11.0


📝 Commits (1)

  • 57b77b4 Bump tui from 0.10.0 to 0.11.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps tui from 0.10.0 to 0.11.0.

Changelog

Sourced from tui's changelog.

v0.11.0 - 2020-09-20

### Features

  • Add the dot character as a new type of canvas marker (#350).
  • Support more style modifiers on Windows (#368).

Fixes

  • Clearing the terminal through Terminal::clear will cause the whole UI to be redrawn (#380).
  • Fix incorrect output when the first diff to draw is on the second cell of the terminal (#347).
Commits
  • 57862ee Release v0.11.0
  • 11df94d fix(examples): avoid panic when computing event poll timeout in crossterm dem...
  • 0abaa20 refactor: clean up some folds (#362)
  • c35a1dd feat(widgets/canvas): added type Block in canvas markers (#350)
  • e0b2572 refactor(backend/crossterm): support more style modifiers on Windows and fix ...
  • aada695 chore: add tickrs to apps using tui (#351)
  • 90f3858 feat(backend): keep the internal buffers in sync when the terminal is cleared.
  • ecb482f fix(backend): move the cursor when first diff is on second cell
  • 641f391 feat(terminal): add unstable api to use a fixed viewport
  • dc26f7b chore: document rustc min version supported
  • See full diff in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/584 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/tui-0.11.0` --- ### 📝 Commits (1) - [`57b77b4`](https://github.com/Rigellute/spotify-tui/commit/57b77b486417adcb6f7322eb2000f9c364ac425d) Bump tui from 0.10.0 to 0.11.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [tui](https://github.com/fdehau/tui-rs) from 0.10.0 to 0.11.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md">tui's changelog</a>.</em></p> <blockquote> <h2>v0.11.0 - 2020-09-20</h2> <p>### Features</p> <ul> <li>Add the dot character as a new type of canvas marker (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/350">#350</a>).</li> <li>Support more style modifiers on Windows (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/368">#368</a>).</li> </ul> <h3>Fixes</h3> <ul> <li>Clearing the terminal through <code>Terminal::clear</code> will cause the whole UI to be redrawn (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/380">#380</a>).</li> <li>Fix incorrect output when the first diff to draw is on the second cell of the terminal (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/347">#347</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fdehau/tui-rs/commit/57862eeda63539a538a8b5f8ef50620087407bbf"><code>57862ee</code></a> Release v0.11.0</li> <li><a href="https://github.com/fdehau/tui-rs/commit/11df94d601df6a01441536ebc206df9b950abc9f"><code>11df94d</code></a> fix(examples): avoid panic when computing event poll timeout in crossterm dem...</li> <li><a href="https://github.com/fdehau/tui-rs/commit/0abaa20de987849a6a09323af64aba02cfdab6a4"><code>0abaa20</code></a> refactor: clean up some folds (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/362">#362</a>)</li> <li><a href="https://github.com/fdehau/tui-rs/commit/c35a1dd79fd59e37999a1a64b5faa7018f95e9dd"><code>c35a1dd</code></a> feat(widgets/canvas): added type Block in canvas markers (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/350">#350</a>)</li> <li><a href="https://github.com/fdehau/tui-rs/commit/e0b2572eba7512d336db9e749d0a29cc00c39ed3"><code>e0b2572</code></a> refactor(backend/crossterm): support more style modifiers on Windows and fix ...</li> <li><a href="https://github.com/fdehau/tui-rs/commit/aada695b3f792f1c2d919bd45c1f3e2bc043ed72"><code>aada695</code></a> chore: add tickrs to apps using tui (<a href="https://github-redirect.dependabot.com/fdehau/tui-rs/issues/351">#351</a>)</li> <li><a href="https://github.com/fdehau/tui-rs/commit/90f3858effe0e252495a04469ebb94b307c7e95a"><code>90f3858</code></a> feat(backend): keep the internal buffers in sync when the terminal is cleared.</li> <li><a href="https://github.com/fdehau/tui-rs/commit/ecb482f2978bfbfe396fa29968a4b72e01432c86"><code>ecb482f</code></a> fix(backend): move the cursor when first diff is on second cell</li> <li><a href="https://github.com/fdehau/tui-rs/commit/641f39113710b7b873e346fec6296afbb045eee0"><code>641f391</code></a> feat(terminal): add unstable api to use a fixed viewport</li> <li><a href="https://github.com/fdehau/tui-rs/commit/dc26f7ba9f0965f3ae550573938d257636dce182"><code>dc26f7b</code></a> chore: document rustc min version supported</li> <li>See full diff in <a href="https://github.com/fdehau/tui-rs/compare/v0.10.0...v0.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tui&package-manager=cargo&previous-version=0.10.0&new-version=0.11.0)](https://dependabot.com/compatibility-score/?dependency-name=tui&package-manager=cargo&previous-version=0.10.0&new-version=0.11.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#908
No description provided.