Skip to content

Releases: rbn42/panon

v0.4.6

14 Mar 15:08
b79bf6f
Compare
Choose a tag to compare

This is a hotfix for #53.

v0.4.5

21 Feb 04:59
Compare
Choose a tag to compare

Add Dutch translation (thanks to @Vistaus).
Add "Flip" option.
Add "Monitor of Current Device" option (thanks to @yuannan).
Add "300 ~ 1,800Hz" option (particularly for rbn42-ball-in-tube-v4).
Prevent starting panon client before all arguments are prepared, to fix #44.
Replace "localhost" with "127.0.0.1", to fix #46.
Implement iMouse for https://github.com/rbn42/panon-effects/tree/master/effects/shadertoy-Mss3zH.

v0.4.4

25 Jan 12:25
Compare
Choose a tag to compare

This is a hotfix for #41.

v0.4.3

27 Dec 03:22
Compare
Choose a tag to compare

This release includes several attempts to reduce cpu usage:

  1. Wave data related computation is disabled when not required.
  2. Buffer shader related computation is disabled when not required. It is only required by several effects, e.g., spectrogram.
  3. Default frequency range is set to 0-1800Hz.
  4. Default fps is set to 30.

v0.4.2

29 Jun 16:38
Compare
Choose a tag to compare

When audio is not available, panon will lower fps to 2.

v0.4.1

29 Apr 15:41
Compare
Choose a tag to compare

Ignores PyAudio exception on overflow.
Sets application name to the monitor of PulseAudio.
Disables randomizing effects.
Supports using colors as a new type of arguments.

v0.4.0

29 Jan 10:22
Compare
Choose a tag to compare

Thanks to flying-sheep (Philipp A.)'s work, visual effects can now be installed through the Get Hot New Stuff dialog.

Chinese translation was added.
German translation was added (by NullDev (Chris)).
A non-GPL visual effect was removed.

v0.3.1

11 Jan 12:08
Compare
Choose a tag to compare

Enable panon to load visual effects in ~/.config/panon/
Rename arguments.json to meta.json

v0.3.0

11 Dec 06:39
Compare
Choose a tag to compare

Support Plasma 5.18's "Configurable Background" feature
Make some visual effects configurable

Add new visual effects:
comet
spectrogram
oie1ch

Shader API:
Support drawing to buffer
Support exposing arguments

v0.2.16

17 Nov 14:15
Compare
Choose a tag to compare

Add 2 shaders
Fix auto-hiding error