Skip to content

Commit

Permalink
updated chagelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Jun 21, 2024
1 parent d186c1f commit 72d0327
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 7.1.7
### 2024-06-21


### Features:
- Community Presets have been implemented. Users can install packages containing multiple Easy Effects presets to be imported and applied inside the application. These packages will be maintained and shipped by volunteers. You can search them on the repositories of your favorite distribution.
- Added the ability of collapsing the sidebar to hide the effects list and expand the area of the effects user interface.
- EasyEffects won't touch streams that define `PW_KEY_TARGET_OBJECT` to an output device that is different from the one EasyEffects is using.
- Equalizer APO import feature can now apply Band-Pass filters.

### Bug fixes:
- A change in GTK 4.14.1 prevented to apply the values inserted into the text field of our SpinButton widgets. This issue is now resolved.
- The latest Maximizer plugin releases do not have the ceiling control anymore. So we removed it from our user interface (you can use the plugin input gain to retrieve the same functionality).
- Equalizer APO import feature does not crash anymore on Flatpak when invalid values are provided.

### Other notes:
- In order for Community Presets to be correctly shipped, packagers are invited to read and follow the guidelines linked inside the README of EasyEffects master branch.
- Presets with Convolver and/or Noise Reduction (RNNoise) effects created before `7.2.0` version are deprecated. Please reload the irs/model file inside the Convolver/RNNoise UI and resave the preset.


## 7.1.6
### 2024-03-29

Expand Down Expand Up @@ -330,7 +350,7 @@
- When no application is available for display in the `Players/Recorders` a message will be shown to the user
- Many translation updates
### Bug fixes:
- Fixed a bug where EasyEffeects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible
- Fixed a bug where EasyEffects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible
- The pipeline latency value displayed in our window could be wrong in some situations. This was fixed.


Expand Down
21 changes: 20 additions & 1 deletion data/com.github.wwmm.easyeffects.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<developer id="com.github.wwmm">
<name>Wellington Wallace</name>
</developer>
<developer_name>Wellington Wallace</developer_name>
<requires>
<internet>offline-only</internet>
</requires>
Expand Down Expand Up @@ -52,6 +53,24 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="7.1.7" date="2024-06-21T00:00:00Z">
<description>
<ul>
<li>Features:</li>
<li>Community Presets have been implemented. Users can install packages containing multiple Easy Effects presets to be imported and applied inside the application. These packages will be maintained and shipped by volunteers. You can search them on the repositories of your favorite distribution.</li>
<li>Added the ability of collapsing the sidebar to hide the effects list and expand the area of the effects user interface.</li>
<li>EasyEffects won't touch streams that define PW_KEY_TARGET_OBJECT to an output device that is different from the one EasyEffects is using.</li>
<li>Equalizer APO import feature can now apply Band-Pass filters.</li>
<li>Bug fixes:</li>
<li>A change in GTK 4.14.1 prevented to apply the values inserted into the text field of our SpinButton widgets. This issue is now resolved.</li>
<li>The latest Maximizer plugin releases do not have the ceiling control anymore. So we removed it from our user interface (you can use the plugin input gain to retrieve the same functionality).</li>
<li>Equalizer APO import feature does not crash anymore on Flatpak when invalid values are provided.</li>
<li>Other notes:</li>
<li>In order for Community Presets to be correctly shipped, packagers are invited to read and follow the guidelines linked inside the README of EasyEffects master branch.</li>
<li>Presets with Convolver and/or Noise Reduction (RNNoise) effects created before 7.2.0 version are deprecated. Please reload the irs/model file inside the Convolver/RNNoise UI and resave the preset.</li>
</ul>
</description>
</release>
<release type="stable" version="7.1.6" date="2024-03-29T00:00:00Z">
<description>
<ul>
Expand Down Expand Up @@ -338,7 +357,7 @@
<li>When no application is available for display in the Players/Recorders a message will be shown to the user</li>
<li>Many translation updates</li>
<li>Bug fixes:</li>
<li>Fixed a bug where EasyEffeects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible</li>
<li>Fixed a bug where EasyEffects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible</li>
<li>The pipeline latency value displayed in our window could be wrong in some situations. This was fixed.</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.1.6',
version: '7.1.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.1.7
Date: 2024-06-21

Description:
- Features∶
- Community Presets have been implemented. Users can install packages containing multiple Easy Effects presets to be imported and applied inside the application. These packages will be maintained and shipped by volunteers. You can search them on the repositories of your favorite distribution.
Expand Down

2 comments on commit 72d0327

@Digitalone1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wwmm Maybe better doing 7.2.0. It's also written in the changelog.

@wwmm
Copy link
Owner Author

@wwmm wwmm commented on 72d0327 Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wwmm Maybe better doing 7.2.0. It's also written in the changelog.

Oh... I did not notice that the text had this there. Now that the tag is already available it is better to leave as it is and fix the changelog text later.

Please sign in to comment.