MichaelMure / mdr

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

Bump github.com/awesome-gocui/gocui from 0.6.0 to 1.1.0 #29

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

v1.1.0 Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/awesome-gocui/gocui/compare/v1.0.1...v1.1.0

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
  • 9bbecca Merge pull request #113 from Kavantix/modshift
  • 4a24126 Always remove shift modifier for KeySpace
  • df3d389 Merge pull request #110 from Kavantix/mouse-release
  • 1b2209a Merge pull request #112 from Kavantix/backtab
  • 12f0b02 Add support for Shift modifier on keys like arrow keys
  • 9d93346 Add support for Backtab key
  • c4c1d5f Add documentation of MousePosition()
  • a87bdf2 Initialize mouseX and mouseY to -1
  • a25b7c3 Implemented dragging on border in mouse example
  • f69ed76 Add mouse position demonstration to mouse example
  • 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)