Skip to content

Releases: theRealCarneiro/pulsemeeter

v1.2.14

15 Mar 15:52
Compare
Choose a tag to compare

fix noise reduction not working on fedora

v1.2.13

13 Mar 01:18
356cf41
Compare
Choose a tag to compare

Setup.py will not crash when python deps are not installed

v1.2.12

12 Mar 00:49
Compare
Choose a tag to compare

Hopefully fixes git workflow to publish package into pypi

v1.2.11

11 Mar 21:32
Compare
Choose a tag to compare

Things that we improved/changed in the new update:

  • Socket (server and client)
    • This allows to open multiple ui's (clients) that sync between each other.
    • Also this opens up just starting the server and controlling pulsemeeter completely over the command line.
  • api support
  • complete command line
    • run pulsemeeter -h to see all commands
  • tray usage
  • fixing config issue
  • fixing ui not showing error message on rename

Thanks to all the contributors in this version:

As always we tried our best to fix all bugs but if you find a new one, please open an issue.
For any question you have just ask in our discord.

v1.2.6

17 Nov 22:28
Compare
Choose a tag to compare

Fixes

  • Fixed crash when application widget updated too quickly
  • Fixed a ton of bugs that happened only on pipewire

New

  • Volume meters
  • Application list

1.2.3

28 Oct 17:18
Compare
Choose a tag to compare

Fixes

  • Fixed an issue that the app didn't launch on debian based distros
  • Fixed an issue that made the app crash when trying to rename a virtual input

New

  • EQ and Noise reduction are now optional, if you don't have they just wont show up in the app
  • .deb release
  • Package now in pypi and can be downloaded with pip without needing to clone the repo