Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
62 lines (34 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 1.69 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]

[0.7.0] - 20-04-2024

Added

  • [Feature] C++ video module (Optional, Experimental).

[0.6.0] - 17-04-2024

Updated

  • utilize lambda expression for playbackCallback
  • Update python binding

[0.5.0] - 17-04-2024

Added

  • [Feature] C++ audio module (Optional, Experimental). NOTE: Does not include working bindings. Attempts were made for audio_wrapper.py

[0.4.0] - 16-04-2024

Added

  • [Feature] Sample Rust wrappers utilizing cxx and refering to C++ source code

[0.3.0] - 16-04-2024

Added

  • [Feature] Sample Go wrappers refering to C++ compiled source code resulting in shared libraries

Fixed

[0.2.0] - 15-04-2024

Added

  • [Feature] Sample C# wrappers refering to C++ compiled source code resulting in shared libraries

Fixed

  • Rename, comment out lines and install missing apt dependencies in install-dependencies.sh bash scripts

[0.1.0] - 15-04-2024

Added

  • [Feature] Initial project setup including devcontainer.json files, C core module and Python bindings
  • [Feature] Modular code base
  • [Feature] CI workflows for QA
  • [Feature] Sample Python wrappers refering to C++ compiled source code resulting in shared libraries