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.3.6 to 1.3.12 #140

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fltk from 1.3.6 to 1.3.12.

Release notes

Sourced from fltk's releases.

1.3.12

  • Explicitly check darwin arch in fltk-sys' build script.
  • Add index check with GroupExt::insert
  • Pull upstream FLTK fixes.

1.3.11

  • Add WindowType::Single as alias to WindowType::Normal.
  • Add Window::set_on_top() which modifies the Window's level on macOS platforms to be NSMainMenuWindowLevel + 2.
  • Fix Flex::recalc to not change the current group.
  • Expose Group::set_current.
  • Pull FLTK fixes.

1.3.10

  • Fix Flex::clear.
  • Fix build using musl on Alpine Linux.
  • Add app::modal().
  • Revert change where app::channel::recv() requires Clone.
  • Pull FLTK fixes.

1.3.9

  • Pull FLTK fixes.
  • Fix opacity issue on wayland.

1.3.8

  • Add app::raw_open_callback.
  • Add WindowExt::icon_label and set_icon_label.
  • Pull fixes from FLTK.

1.3.7

  • Add app::GlobalState.
  • Add DisplayExt::show_insert_position by @​degaart
  • Relax some DisplayExt method asserts checking for an existing buffer by @​degaart.
  • Pull fixes from FLTK.
Changelog

Sourced from fltk's changelog.

[1.3.12] - 2022-07-26

  • Explicitly check darwin arch in fltk-sys' build script.
  • Add index check with GroupExt::insert
  • Pull upstream FLTK fixes.

[1.3.11] - 2022-07-10

  • Add WindowType::Single as alias to WindowType::Normal.
  • Add Window::set_on_top() which modifies the Window's level on macOS platforms to be NSMainMenuWindowLevel + 2.
  • Fix Flex::recalc to not change the current group.
  • Expose Group::set_current.
  • Pull FLTK fixes.

[1.3.10] - 2022-07-01

  • Fix Flex::clear.
  • Fix build using musl on Alpine Linux.
  • Add app::modal().
  • Revert change where app::channel::recv() requires Clone.
  • Pull FLTK fixes.

[1.3.9] - 2022-06-23

  • Pull FLTK fixes.
  • Fix opacity issue on wayland.

[1.3.8] - 2022-06-06

  • Add app::raw_open_callback.
  • Add WindowExt::icon_label and set_icon_label.
  • Pull fixes from FLTK.

[1.3.7] - 2022-05-19

  • Add app::GlobalState.
  • Add DisplayExt::show_insert_position by @​degaart
  • Relax some DisplayExt method asserts checking for an existing buffer by @​degaart.
  • Pull fixes from FLTK.
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 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 #145.