# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.0.3](https://github.com/angelocarly/cen/compare/v0.0.2...v0.0.3) - 2024-10-19 ### Other - Update README.md - Update README.md - Update readme - Mutable renderer access, shader hotswapping moved to pipeline_store.rs, device to instance memory dependency - Add basic example - Remove cpal dependency - Update README.md - Remove kiyo specific code ## [0.0.4](https://github.com/angelocarly/kiyo/compare/v0.0.3...v0.0.4) - 2024-08-17 ### Other - Add a little bit of documentation - Fix compile errors - Update README.md - Merge branch 'refs/heads/main' into feature/hot_reload - Add shader hot-reload - Fix and improve blur shader - Improve shader compilation logging - Clean up examples - Calculate and pass the macros into the shader compilation - Pass compute image count through code ## [0.0.3](https://github.com/angelocarly/kiyo/compare/v0.0.2...v0.0.3) - 2024-08-14 ### Other - Create release.yml - Switch swapchain image copy to a blit - Lighten the blur pass - Merge pull request [#19](https://github.com/angelocarly/kiyo/pull/19) from angelocarly/feature/fps_counter - Add fps logging and vsync option - Remove calloop log spam - Automatically deduce the image count - Add logging