Skip to content

Latest commit

 

History

History
104 lines (58 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

104 lines (58 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED]

7.0.6

7.0.5

  • udev link added only if found

7.0.4

  • debug environment variables when falling back to static

7.0.3

  • no changes

7.0.2

  • udev link type corrected
  • fixed handling of empty LIBCEC_VENDORED, LIBCEC_NO_VENDOR and LIBCEC_STATIC environment variables

7.0.1

  • Static builds now correctly add hint they link to udev

7.0.0

  • Static builds now supported, used as a fallback. Thanks to @opeik in ssalonen/cec-rs#52.

6.0.1

  • Fixes to architecture detection at runtime
  • CI/CD fixes

6.0.0

  • Fixed bindings for other architectures

5.0.1

  • Fixed release

5.0.0

  • bindings format slightly changed, generated by github actions (thanks to opeik in ssalonen/cec-rs#52)

4.0.4

  • linting fixes for check-cfg

4.0.3

  • build script to switch to fs_extra, dircpy seemed to have odd warnings (unused variables)
  • build script fixed for windows

4.0.2

  • build script to switch to dircpy, dropping dependency unmaintaned copy_dir

4.0.1

  • Linter fixes

4.0.0

  • Support for Windows
  • Vendored libcec updated from v4.x to v6.0.2
  • Build script:
    • Fixes for "smoke testing" (detecting libcec installation with pkg-config)
    • Fixes for recompilation (only compile if there is a change)

3.0.0

  • Support for libcec major versions 4, 5 and 6

2.0.1

  • Fix missing link statement for libcec when vendored libcec sources were used.

2.0.0

  • Add missing links declaration in crate manifest.
  • By default, we try to link locally installed libcec. See README for details.

1.1.1

  • CI improvements: updated cross docker images used in build from version 0.1.16 to 0.2.1. This updates the cmake version used to build libcec as well.

1.1.0

  • CI improvements
  • Generated enums.rs pass new clippy rules
  • Generated enums.rs rely on enum-repr-derive 0.2.0 or higher