Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 791 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 791 Bytes

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]

Changed

  • Using custom Name/Path types as aliases to static char arrays.

[0.1.4] - 2024-05-22

Fixed

  • Dropped clap.Host heap workaround to fix compilation.

[0.1.3] - 2024-03-29

Fixed

  • Explicitly cast plugin feature strings to prevent warnings.
  • Create a valid default Version object for PluginEntry.

Added

  • Utility function for verifying plugin id.

[0.1.2] - 2024-03-13

Added

  • Missing clap_host_gui_t support.

[0.1.1] - 2024-02-28

Changed

  • Main headers ported from C.