From 938d391c57861dc46e8821764f9cf8364d23de71 Mon Sep 17 00:00:00 2001 From: wwmm Date: Fri, 11 Aug 2023 18:29:24 -0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 22 ++++++++++++++++--- ...om.github.wwmm.easyeffects.metainfo.xml.in | 16 +++++++++++++- meson.build | 2 +- util/NEWS.yaml | 14 ++++++++++++ 4 files changed, 49 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb910d3b..566fa5cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,32 @@ # Changelog +## 7.0.7 +### 2023-08-11 + + +### Features: +- The Expander from Linux Studio Plugins can be used in Easy Effects. +- The Equalizer bands now have an additional gain control that allows for more efficient input of values that are hard to set in the scale. More details at https://github.com/wwmm/easyeffects/issues/1383. +- Added the ability to select and load multiple files in the opening dialogs for presets, Convolver impulse responses and RNNoise models. + +### Bug fixes: +- Fixed the Solo button in the Equalizer band settings. + +### Other notes: +- Easy Effects folders under `/etc` have been deprecated and presets located there won't be loaded anymore. At the moment only local presets under `~/.config/easyeffects` are automatically loaded in the Presets Menu. In the future we will implement a new system to install, manage and import Community Presets. + + ## 7.0.6 ### 2023-07-28 - + ### Features: - An "Experimental Features" section was added to our preferences window. - The native window of the LSP plugins can be used. This is an experimental feature intended only for advanced users. So expect some bugs. -- Fractional semitone values can now be used in the Pitch Shift effect. +- Fractional semitone values can now be used in the Pitch Shift effect. ### Bug fixes: -- The input/output device dropdown in our PipeWire tab is updated when the system default device changes and `Use Default` is enabled. This fixes #1989 +- The input/output device dropdown in our PipeWire tab is updated when the system default device changes and `Use Default` is enabled. This fixes issue https://github.com/wwmm/easyeffects/issues/1989. ### Other notes: diff --git a/data/com.github.wwmm.easyeffects.metainfo.xml.in b/data/com.github.wwmm.easyeffects.metainfo.xml.in index 48aa5f5c0..150bb8ad3 100644 --- a/data/com.github.wwmm.easyeffects.metainfo.xml.in +++ b/data/com.github.wwmm.easyeffects.metainfo.xml.in @@ -50,6 +50,20 @@ + + +
    +
  • Features:
  • +
  • The Expander from Linux Studio Plugins can be used in Easy Effects.
  • +
  • The Equalizer bands now have an additional gain control that allows for more efficient input of values that are hard to set in the scale. More details at issue 1383.
  • +
  • Added the ability to select and load multiple files in the opening dialogs for presets, Convolver impulse responses and RNNoise models.
  • +
  • Bug fixes:
  • +
  • Fixed the Solo button in the Equalizer band settings.
  • +
  • Other notes:
  • +
  • Easy Effects folders under /etc have been deprecated and presets located there won't be loaded anymore. At the moment only local presets under ~/.config/easyeffects are automatically loaded in the Presets Menu. In the future we will implement a new system to install, manage and import Community Presets.
  • +
+
+
    @@ -58,7 +72,7 @@
  • The native window of the LSP plugins can be used. This is an experimental feature intended only for advanced users. So expect some bugs.
  • Fractional semitone values can now be used in the Pitch Shift effect.
  • Bug fixes:
  • -
  • The input/output device dropdown in our PipeWire tab is updated when the system default device changes and Use Default is enabled. This fixes
  • +
  • The input/output device dropdown in our PipeWire tab is updated when the system default device changes and Use Default is enabled. This fixes issue issue 1989.
  • Other notes:
diff --git a/meson.build b/meson.build index faa062661..b03ad89e6 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project( 'warning_level=2' ], license: 'GPL-3-or-later', - version: '7.0.6', + version: '7.0.7', meson_version: '>= 0.60.0' ) diff --git a/util/NEWS.yaml b/util/NEWS.yaml index 01748a545..16ee9f83b 100644 --- a/util/NEWS.yaml +++ b/util/NEWS.yaml @@ -2,6 +2,20 @@ Version: UNRELEASED_VERSION Date: UNRELEASED_DATE +Description: +- Features∶ +- + +- Bug fixes∶ +- + +- Other notes∶ +- + +--- +Version: 7.0.7 +Date: 2023-08-11 + Description: - Features∶ - The Expander from Linux Studio Plugins can be used in Easy Effects.