Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Aug 11, 2023
1 parent e940453 commit 938d391
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
16 changes: 15 additions & 1 deletion data/com.github.wwmm.easyeffects.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="7.0.7" date="2023-08-11T00:00:00Z">
<description>
<ul>
<li>Features:</li>
<li>The Expander from Linux Studio Plugins can be used in Easy Effects.</li>
<li>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.</li>
<li>Added the ability to select and load multiple files in the opening dialogs for presets, Convolver impulse responses and RNNoise models.</li>
<li>Bug fixes:</li>
<li>Fixed the Solo button in the Equalizer band settings.</li>
<li>Other notes:</li>
<li>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.</li>
</ul>
</description>
</release>
<release type="stable" version="7.0.6" date="2023-07-28T00:00:00Z">
<description>
<ul>
Expand All @@ -58,7 +72,7 @@
<li>The native window of the LSP plugins can be used. This is an experimental feature intended only for advanced users. So expect some bugs.</li>
<li>Fractional semitone values can now be used in the Pitch Shift effect.</li>
<li>Bug fixes:</li>
<li>The input/output device dropdown in our PipeWire tab is updated when the system default device changes and Use Default is enabled. This fixes</li>
<li>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.</li>
<li>Other notes:</li>
</ul>
</description>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)

Expand Down
14 changes: 14 additions & 0 deletions util/NEWS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 938d391

Please sign in to comment.