MCOfficer / bitwarden-autotype

The missing desktop-autotype for Bitwarden. WIP and currently Windows-only.
MIT License
34 stars 1 forks source link

Bump fltk from 1.2.22 to 1.2.24 #93

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fltk from 1.2.22 to 1.2.24.

Release notes

Sourced from fltk's releases.

1.2.24

  • Improve calculator examples. Thanks @​peter-scholtens.
  • Add TableExt::find_cell(), TableExt::try_get_selection() and try_visible_cells().
  • Fix FileChooser filter docs. FileChooser also accepts Paths in addition to strings.
  • Use crossbeam-channel internally to avoid conflicts with app::awake().

1.2.23

  • Update raw-window-handle to 0.4.
  • Make Offscreen aware of single-threaded feature.
  • Fix visibility of is_ui_thread() (broke fltk-flow).
  • Update FLTK.
Changelog

Sourced from fltk's changelog.

[1.2.24] - 2021-12-27

  • Improve calculator examples. Thanks @​peter-scholtens.
  • Add TableExt::find_cell(), TableExt::try_get_selection() and try_visible_cells().
  • Fix FileChooser filter docs. FileChooser also accepts Paths in addition to strings.
  • Use crossbeam-channel internally to avoid conflicts with app::awake().

[1.2.23] - 2021-12-21

  • Update raw-window-handle to 0.4.
  • Make Offscreen aware of single-threaded feature.
  • Fix visibility of is_ui_thread().
  • Update FLTK.
Commits
  • 95c47ec Merge pull request #1075 from fltk-rs/master
  • 7f25cf3 update changelog
  • e8ec06c remove lazy_static
  • 039752e use crossbeam_channel
  • df843e3 update changelog
  • 71acf14 fix pattern doc, and relax path of FileChooser constructor and file_chooser m...
  • 119ba02 update roadmap
  • 37dfe69 add TableExt::try_get_selection() and try_visible_cells()
  • 23f0afa update mod
  • 6a40e92 add TableExt::find_cell()
  • 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)