Skip to content

Releases: noisetorch/NoiseTorch

v0.12.2

17 Jun 10:29
Compare
Choose a tag to compare

Summary

We finally fixed the update mechanism for good. This time the updater REALLY works and all future updates will be available through the UI.
Please update a last time manually. Sorry for the issues with v0.12.1

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

16 Jun 19:56
v0.12.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

01 Jun 19:01
v0.12.0
fe3ace8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.5...v0.12.0

POTENTIAL COMPROMISE

18 May 15:37
Compare
Choose a tag to compare
POTENTIAL COMPROMISE Pre-release
Pre-release

I HAVE REASON TO BELIEVE AT LEAST ONE OF MY SYSTEMS HOLDING KEY MATERIAL HAS BEEN COMPROMISED.

DO. NOT. TRUST. THE. BINARIES.

I'm deeply sorry about this, but it's better to be safe than sorry.

To make clear to everyone that I'm absolutely not joking:

$ base64 private.key 
RBjU5k0Dfdqtyzx4ox6PfQoqrdCft/aFJieD2DQvloY=

I'm publically leaking the key myself now. Don't trust it.

0.11.5

08 Apr 16:38
Compare
Choose a tag to compare
  • Update GUI dependency
  • Update toml dependency
  • Fix a warning with the Makefile, thank you @AdelKS
  • The virtual device is now named "Noisetorch Microphone of [original device name]" in order to distinguish them in case you end up with multiple of them active.

0.11.4

28 Sep 14:33
Compare
Choose a tag to compare

This is a hotfix release

  • Fix a bug where NoiseTorch would fail to start on certain PipeWire systems. See #178. Technically this bug could happen on any system though, PipeWire or PulseAudio.

0.11.3

04 Jun 11:25
Compare
Choose a tag to compare
  • Fix a bug with our linking order. This was previously workarounded in 0.11.2 and is now properly fixed thanks to @cryptomilk
  • Fix a bug where NoiseTorch would not cleanup temporary files it created when invoked via the CLI
  • Fix a bug where NoiseTorch would fail to parse some pulseaudio version strings. Well, we still can't parse them, but we don't show an error anymore, so...
  • Fix a bug where we would fail to lookup your pulseaudio cookie if it was ~/pulse-cookie, because of a typo.
  • Added a confirmation dialog when you unload/reload NoiseTorch while another application is currently using a virtual NoiseTorch device.

0.11.2

20 May 13:09
Compare
Choose a tag to compare
  • Fix a bug where NoiseTorch would sometimes fail to load on PipeWire

0.11.1

19 May 20:42
Compare
Choose a tag to compare
  • Display error screen if module load fails

0.11.0

19 May 17:15
Compare
Choose a tag to compare
  • Add support for PipeWire.
    • Alpha quality. Please manage your own expectations.
    • Requires at least PipeWire version 0.3.28
    • Please report bugs.
  • Support distribution-specific builds. Thank you @Scrumplex, from the Arch Linux community
    • You can now pass a custom version and distribution name for the version number at build time
    • You can now configure the update URL and signing key at build time
      • Not passing these will fully disable built in updater
  • Do not log to a file by default anymore. Passing -log will make it log to stdout. You can redirect it on the shell to a file yourself if necessary.
  • Fixed a bug where the CLI would not print an error message but the command would fail. Thanks @LorenzKofler
  • Refactored things