Skip to content

Releases: tchebb/openwv

v1.1.3

21 Aug 18:47

Choose a tag to compare

  • Correct logged version number
  • Improve README clarity in a couple places
  • Update dependencies, which seems to have marginally reduced binary size too

v1.1.2

18 Aug 23:47

Choose a tag to compare

Note: I forgot to update the package version in Cargo.toml for this release, so this version self-reports as v1.1.1. The issue is fixed in v1.1.3.

  • Fix Chrome/Chromium and Firefox Nightly OpenWV crash on Linux with glibc >=2.42

v1.1.1

10 Jun 20:42

Choose a tag to compare

  • Work around build failure on Windows systems where <type_traits> doesn't include <cstdint> (#3)

v1.1.0

10 Jun 03:23

Choose a tag to compare

Features

  • OpenWV now implements multiple CDM interface versions simultaneously! Support for interface 10, which was dropped before v1.0.0, is once again present. Older browsers that don't support interface 11 can now use OpenWV.

Fixes

  • Decrease binary size by 20% by upgrading our RustCrypto dependencies and stripping symbols from the release build

Documentation

  • Mention Clang dependency in build instructions
  • Link to this repository from Cargo.toml

v1.0.1

27 May 19:57

Choose a tag to compare

  • Fix build on systems where clang/libclang doesn't support C++20 but does support C++14 (#1)
  • Note in README that manually updating Firefox addons will switch away from OpenWV
  • Fix typos and clarify various bits of documentation

v1.0.0

16 Apr 15:26

Choose a tag to compare

First stable release! All supported functionality works correctly, and the code is production quality except for tests, which I still need to add.