Releases: noriah/catnip
Releases · noriah/catnip
v1.8.5
A few additions and more fixes
Quality of life improvements.. for the most part.
- Improve support for tmux
- Fix ffmpeg on mac with new tags
- Improve display logic
- Fix NaN issues
- Add new drawing methods
- Add controls to change smoothing method at runtime
Full Changelog: v1.8.0...v1.8.5
v1.8.0
Quality of life improvements
- Remapped keys away from arrow keys
- Moved output scaling code into
display
package - Fixed incorrect standard deviation calculation in
util.MovingWindow
- Added new smoothing methods
- Added ability to reset scaling
- Added default backend selection based on
runtime.GOOS
Even as I write this, my cat is trying to lick the speakers.
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Major Structural changes and Pipewire support
- Added Pipewire support
- Refactored processor to handle generic solutions
- Moved command to its own directory
- Made main method useful outside cantnip
PRs
- Add PipeWire support by @diamondburned in #16
Full Changelog: v1.6.2...v1.7.0
v1.6.2
v1.6.0
CGO Dependency default behavior changed
CGO Dependencies now are disabled by default on all platforms.
Enable with:
- portaudio:
-tags withportaudio
- fftw:
-tags withfftw
Example:
go run -tags withportaudio . -b ...
- With portaudiogo run -tags withfftw . -b ...
- With fftwgo run -tags withfftw,withportaudio . -b ...
- With portaudio and fftw
Full Changelog: v1.5.0...v1.6.0
v1.5.0
minor version bump - many fixes
- smoother ticking
- support for windows DirectShow
- custom fps value
- vertical draw layout
- structure rework
- faster bin processing
and more i forgot about.
Full Changelog: v1.0.0...v1.5.0