jD91mZM2 / xidlehook

GitLab: https://gitlab.com/jD91mZM2/xidlehook
MIT License
382 stars 33 forks source link

Bump xcb from 0.9.0 to 1.1.1 in /xidlehook-core #81

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps xcb from 0.9.0 to 1.1.1.

Changelog

Sourced from xcb's changelog.

[1.1.1] - 2022-03-19 - rtbo

Fixed

[1.1.0] - 2022-03-16 - rtbo

Added

  • Xid types (x::Atom, x::Window, ...) implement Hash
  • atoms_struct! macro
  • Connection::send_and_check_request

Changed

  • Some documentation improvements.

[1.0.0] - 2022-03-06 - rtbo

  • new 1.0 API
    • implement the extensions in RUST directly (no need to link to C extension libraries)
    • XCB resolves protocol events and errors to safe enumerations
    • requests are structures that can be passed to Connection::send_request
    • typesafe cookies for checked/unchecked and void/non-void requests
    • typesafe XIDs
    • bitflags masks
    • debug_atom_names feature
    • improvements of the Debug implementations
    • many, many other improvement and fixes, (~90% of github issues are resolved)
  • support for xcb-1.14
  • support for xinput extension
  • get rid of the log dependency

[0.10.1] - 2021-09-23 - rtbo

  • fix some code generation affecting the present extension
  • fix compilation warnings about uninhabited type values

[0.10.0] - 2021-09-19 - rtbo

Changed

  • build script is written in Rust. Python no longer needed. (#56, #62, #89, #99)
  • moved CI to github actions

Fixed

  • fixed some member names (e.g. size_i_d => size_id / num__f_b_configs => num_fb_configs)
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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jD91mZM2/xidlehook/network/alerts).
dependabot[bot] commented 1 year ago

Superseded by #91.