Releases: TornaxO7/vibe
Releases · TornaxO7/vibe
vibe-v3.0.0
Changelog
All notable changes to this project will be documented in this file.
vibe-v3.0.0 - 2026-02-14
Bug Fixes
- Forgot to update the tests after giving each descriptor the renderer (f54a0eb)
Documentation
- Add some docs about the rgb(a) methods (73f88df)
- Add docs for
OutputConfig(d618b8a) - Add a little description for the else branch (c14edd0)
Features
- Add warning for first time usages (a5136b8)
- Introduce frequency presets (0c1aad9), BREAKING CHANGE:Change
freq_range = {...}tofreq_range.Custom = {...}or use one of the presets - Add environment-variable support for colors (eae2758), BREAKING CHANGE:The color type has been changed from an array into a string:
Before this commit:
color = [0, 0, 255, 255]
After this commit:
color = "#0000FFFF"
You can also add environment variables:
color = "$YOUR_ENV_NAME"
Miscellaneous Tasks
Refactor
- Remove fragment code variant (47b56bb)
- Create type aliases for wgsl types (32de1e6)
- Move each component config into its own struct (7ebc67c)
- Renaming traits and enums (b032fcb)
- Create component config trait (d29170a)
- Give each descriptor the whole renderer (c4303f1)
- Slowly introduce padding functionality in lib (ee7281c)
- Introduce
ComponentAudioto separate fetcher generic (4ad1ba0) - Split up vibe into a lib and binary part (fa2edcd)
- Improve error message for environment variable errors (b6d48f1)
- Remove
lib.rsand merge it withmain.rsagain (475c21b) - Remove comented out lines (0b44c55)
Testing
vibe-v2.5.0
What's Changed
- build(deps): bump the rust-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #208
- refactor: setting layer back to "Background" by @TornaxO7 in #210
- build(deps): bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 in the rust-dependencies group by @dependabot[bot] in #211
- build(deps): bump thiserror from 2.0.17 to 2.0.18 in the rust-dependencies group by @dependabot[bot] in #215
- Add wallpaper option for fragment canvas by @TornaxO7 in #214
Full Changelog: vibe-v2.4.0...vibe-v2.5.0