Skip to content

Releases: noriah/catnip

v1.8.5

27 Mar 01:18
v1.8.5
9c9f6e0
Compare
Choose a tag to compare

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

03 Apr 21:39
v1.8.0
08c756d
Compare
Choose a tag to compare

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

25 Dec 18:04
v1.7.0
8067165
Compare
Choose a tag to compare

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

Full Changelog: v1.6.2...v1.7.0

v1.6.2

09 Apr 05:47
v1.6.2
b6aceee
Compare
Choose a tag to compare

New drawing methods.

  • Left
  • Right

Invert bin drawing direction.

Full Changelog: v1.6.0...v1.6.2

v1.6.0

06 Apr 17:42
v1.6.0
6ac6e86
Compare
Choose a tag to compare

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 portaudio
  • go run -tags withfftw . -b ... - With fftw
  • go run -tags withfftw,withportaudio . -b ... - With portaudio and fftw

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Apr 19:49
v1.5.0
fa619fa
Compare
Choose a tag to compare

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

catnip v1

30 Oct 05:20
v1.0.0
9f3eeb9
Compare
Choose a tag to compare

first official release of catnip (previously tavis)