Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 1.04 KB

Changelog / release notes

WebGPU and wgpu-native are still changing fast, and with that we do to. We do not yet attempt to make things backwards compatible. Instead we try to be precise about tracking changes to the public API.

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

Possible sections in each release:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[Unreleased]

Added:

  • Run shaders from the website API #25

[v0.1.0] - 2024-01-21

Fixed:

  • Mouse events not releasing button down #14

Note: For development history before this release, see wgpu-py changelog up to v0.13.2