MichaelMure / mdr

MarkDown Renderer for the terminal
MIT License
434 stars 19 forks source link

Bump github.com/awesome-gocui/gocui from 0.6.0 to 1.0.1 #28

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/awesome-gocui/gocui from 0.6.0 to 1.0.1.

Release notes

Sourced from github.com/awesome-gocui/gocui's releases.

v1.0.1 Bug fixes

No release notes provided.

v1.0.0!

No release notes provided.

v1.0.0-beta-4: more fixes

  • Mainly fixes for setting the cursor position
  • Less dependencies in gocui lib

v1.0.0-beta-3: General fixes

This release contains mainly bugfixes for a potential panic

v1.0.0-beta-2: Cursor re-write

The cursor part of gocui is now re-written to be more stable and have way less bugs.

For help migrating to v1 you can read /migrate-to-v1.md

v1.0.0-beta-1: Switched to tcell

Tanks to @​dankox GoCui now runs on top of tcell.
With this we stop our usage of termbox and with that comes support for true colors in the terminal and many bugs fixes 🎉🎉.

If you want migrate to 1.0.0 you can readup on the changes between termbox and tcell here: /migrate-to-v1.md

Commits
  • 36a6087 Merge pull request #97 from dankox/fix/incorrect-autorscroll-wrap
  • 4bc2c00 Remove unnecessary example
  • 6d0c23c Fix #92
  • 55cef8a Merge pull request #96 from jon4hz/fix-go-staticcheck
  • 07fcca2 fix all warnings
  • 83b09b5 defer mutex unlock
  • 33004d6 Merge pull request #88 from lawrencegripper/lg/simtesting
  • bf5a02d Review: Title, parenting and numbering
  • d5f897c Chore: Go mod tidy to remove gomega
  • cd2b9ab Add docs for testing
  • Additional commits viewable 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[bot] commented 2 years ago

Superseded by #29.