hack-ink / AiR

AI with Rust.
GNU General Public License v3.0
118 stars 6 forks source link

Bump egui_commonmark from 0.10.2 to 0.16.1 #32

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps egui_commonmark from 0.10.2 to 0.16.1.

Changelog

Sourced from egui_commonmark's changelog.

0.16.1 - 2024-05-12

Fixed

  • Fixed docs.rs build

0.16.0 - 2024-05-12

Added

  • commonmark! and commonmark_str! for compile time parsing of markdown. The proc macros will output egui widgets directly into your code. To use this enable the macros feature.

Changed

  • MSRV bumped to 1.76

Fixed

  • Missing newline before alerts

0.15.0 - 2024-04-02

Added

Changed

  • MSRV bumped to 1.74 due to pulldown_cmark
  • Alerts are case-insensitive
  • More spacing between list indicator and elements (#46)

Fixed

  • Lists align text when wrapping instead of wrapping at the beginning of the next line (#46)
  • Code blocks won't insert a newline when in lists
  • In certain scenarios there was no newline after lists
  • Copy button for code blocks show the correct cursor again on hover (regression after egui 0.27)

0.14.0 - 2024-03-26

Added

... (truncated)

Commits


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 show 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)
dependabot[bot] commented 3 months ago

The following labels could not be found: Bot, Dep.

dependabot[bot] commented 3 months ago

Looks like egui_commonmark is up-to-date now, so this is no longer needed.