Releases: noisetorch/NoiseTorch
Releases · noisetorch/NoiseTorch
v0.12.2
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
What's Changed
- Readme Modifications by @RiemaruKarurosu in #309
- Bump github.com/BurntSushi/toml from 0.4.1 to 1.1.0 by @dependabot in #294
- fix(dependabot): correct dir for submods & actions by @ZyanKLee in #313
- Bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 by @dependabot in #314
- fix(updates): Add error handling to getLatestRelease() by @AXDOOMER in #317
- Install instructions for source build by @raffaem in #318
- chore(deps): Switch to org pulseaudio by @TheDukeofErl in #320
- Revert "chore(deps): Switch to org pulseaudio" by @ZyanKLee in #324
- Revert "Revert "chore(deps): Switch to org pulseaudio"" by @ZyanKLee in #325
- Improve code that reads the latest release from GitHub by @AXDOOMER in #323
- Update issue templates by @ZyanKLee in #315
- chore(views): Reimplement views using slices by @AXDOOMER in #330
- chore: minor refactoring by @AXDOOMER in #331
New Contributors
- @dependabot made their first contribution in #294
- @AXDOOMER made their first contribution in #317
- @raffaem made their first contribution in #318
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- update README.md by @ZyanKLee in #261
- feat(ci): run golangci-lint action by @ZyanKLee in #258
- feat(ci): add flawfinder action by @ZyanKLee in #259
- Update README.md by @Rififia in #280
- Minor Cleanups by @TheDukeofErl in #283
- Minor fixes collection by @ZyanKLee in #282
- feat: rnnoise and ringbuf as submodules rather than copied libraries by @TheDukeofErl in #268
- automatic release to GitHub by @ZyanKLee in #279
- fix: Don't show loaded when both filters are disabled by @TheDukeofErl in #286
- feat: Remove Patreon and Guilt Messages by @TheDukeofErl in #285
- CodeQL with fixed build by @ZyanKLee in #287
- Configure dependabot by @ZyanKLee in #289
- fix: Make input selection aware of if "Show Monitor Sources" is checked by @TheDukeofErl in #292
- fix: When filter is selected but no device is selected show unconfigured by @TheDukeofErl in #293
- also build artifact on pushes to master branch by @ZyanKLee in #296
- update mechanism via GitHub releases by @ZyanKLee in #299
- Readme Restore by @RiemaruKarurosu in #304
- notice about security incident and audit by @ZyanKLee in #308
New Contributors
Full Changelog: 0.11.5...v0.12.0
POTENTIAL COMPROMISE
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
0.11.4
0.11.3
- 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
0.11.1
0.11.0
- 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