Skip to content

Releases: TornaxO7/vibe

vibe-v3.0.0

14 Feb 17:04
vibe-v3.0.0
89ec104

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

vibe-v3.0.0 - 2026-02-14

b0b519f...89ec104

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 = {...} to freq_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 ComponentAudio to separate fetcher generic (4ad1ba0)
  • Split up vibe into a lib and binary part (fa2edcd)
  • Improve error message for environment variable errors (b6d48f1)
  • Remove lib.rs and merge it with main.rs again (475c21b)
  • Remove comented out lines (0b44c55)

Testing

  • Add missing components for external-paths-test (fcbb426)
  • Add more entries (305aa6e)
  • Add aurodio to new test framework (f3a979b)

vibe-v2.5.0

29 Jan 13:40
vibe-v2.5.0
b0b519f

Choose a tag to compare

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

v2.4.0 bringing back releases

02 Jan 17:20
vibe-v2.4.0
e279be1

Choose a tag to compare