Releases: owlbear-rodeo/kenku-fm
Releases · owlbear-rodeo/kenku-fm
v1.3.1
v1.3.0
Release Notes
In this release we have a brand new audio pipline written in Rust.
This should hopefully reduce latency and provide better audio quality.
We have more about the new audio pipline in this blog post.
As we don't need a buffer anymore we've removed the high quality/low latency mode dropdown from the settings.
We've also added a clear cache button that should remove any cached values from websites you visit.
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Release Notes
- Update to Electron v21.3.0, Chromium 106.0.5249.181 and Node 16.16.0
- Update title bar design to integrate window controls into the app
- Change the underlying Discord library used for better stability (should help with #36)
- Update the audio graph max latency to help reduce audio stuttering when under high CPU load (potential fix for #37)
- Add save and restore window size and position (fixes #33)
- Add new Remote API endpoint to get the users playlists, and soundboards (fixes #23)
- Add app version to settings screen
- Ctrl+W shortcut will now close the current tab on Windows instead the app
- Refactor audio capturer with more multi-threading
- Update power saver settings to help prevent the app from being put to sleep
v1.1.0
Release Notes
- Add a new custom audio stack for streaming audio across contexts
- This removes the need to use a MediaRecorder which has a fixed latency
- We also have a lot more control over audio, including custom sample rates and buffer sizes
- Add new Low Latency Streaming Mode setting for reduced stream latency
- Increase voice data timeout which should benefit lower-end hardware and slow internet connections
- The playlist play button now respects the playback shuffle setting. Fixes #30
- The audio selector now correctly prevents multi-file selection. Fixes #28
- The audio selector now auto-fills the audio file name. Fixes #27
- Remove glass effect on player component (reduces GPU load by up to 50% in some cases)
- Performance improvements when viewing a playlist while a song is playing
- Performance improvements for our custom scrollbars
- Proper styling for error messages
- Add more error messages for streaming failures
v1.0.0
Initial Public Release 🎉
- Add automatic app updates for Windows and MacOS.
- Drastically increase performance of soundboard and playlist playback.
- Fix issues with sound effects not looping in some cases.
- Add a new playback path for sound effects with fade in and fade out set to 0. This uses more memory but allows for seamless looping in this scenario.
- Sound effect volume control now adjusts the current playing sound in real time.
- Change playlist repeat behaviour to better match other audio players when in the "off" mode.
- Fix rendering issues with websites that don't set a background colour.
- Fix compatibility with some websites that restrict content by browser type.
v1.0.0-beta
Add soundboard functionality