Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into community-presets
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalone1 committed Mar 29, 2024
2 parents 170d5ab + 27c4f54 commit b41fce7
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 124 deletions.
29 changes: 21 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Changelog

## 7.1.6
### 2024-03-29


### Features:
- Improved the pipeline management system. Non-limiter effects are placed before the limiter even if the last two plugins in the pipeline are a limiter followed by a level meter.

### Bug fixes:
- Fixed a regression that prevented the level meters to be updated under certain conditions.

### Other notes:


## 7.1.5
### 2024-03-22


### Features:
- We now set `monitor.passthrough = true` in our virtual devices. This will allow latency offset to be properly applied by video players when PipeWire > 1.0.3 is released.
- Updated translations.
Expand All @@ -16,7 +29,7 @@
## 7.1.4
### 2024-02-01


### Features:
- EasyEffects will try to avoid moving to its virtual sources streams for which the user has set a custom `target.object` that is different from the mic EE is recording from. THe stream has to be started when EE is already running for this logic to take effect.
- Updated translations
Expand All @@ -33,7 +46,7 @@
## 7.1.3
### 2023-11-08


### Features:
- Updated translations

Expand All @@ -46,7 +59,7 @@
## 7.1.2
### 2023-11-08


### Features:
- Updated translations

Expand All @@ -59,7 +72,7 @@
## 7.1.1
### 2023-10-27


### Features:
- The spectrum has a new option that allows the dynamic vertical scale to be disabled.
- Improved compatibility with the latest LSP releases.
Expand All @@ -73,7 +86,7 @@
## 7.1.0
### 2023-09-07


### Features:

### Bug fixes:
Expand All @@ -85,7 +98,7 @@
## 7.0.9
### 2023-09-07


### Features:
- Added a new control to the noise reduction plugin that allows the voice detection to be disabled.

Expand All @@ -101,7 +114,7 @@
### Features:
- The Filter effect has been improved with new parameters since it has been ported from Calf Studio to Linux Studio Plugins.
- Noise reduction by RNNoise has been improved with the addition of Release and VAD Threshold controls.
- Noise reduction by RNNoise can now mix the original and denoised signals to avoid the output to sound too "dry".
- Noise reduction by RNNoise can now mix the original and denoised signals to avoid the output to sound too "dry".

### Bug fixes:

Expand Down
11 changes: 11 additions & 0 deletions data/com.github.wwmm.easyeffects.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="7.1.6" date="2024-03-29T00:00:00Z">
<description>
<ul>
<li>Features:</li>
<li>Improved the pipeline management system. Non-limiter effects are placed before the limiter even if the last two plugins in the pipeline are a limiter followed by a level meter.</li>
<li>Bug fixes:</li>
<li>Fixed a regression that prevented the level meters to be updated under certain conditions.</li>
<li>Other notes:</li>
</ul>
</description>
</release>
<release type="stable" version="7.1.5" date="2024-03-22T00:00:00Z">
<description>
<ul>
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.5',
version: '7.1.6',
meson_version: '>= 0.60.0'
)

Expand Down
11 changes: 5 additions & 6 deletions po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ msgstr ""
"Project-Id-Version: EasyEffects\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-26 15:58+0000\n"
"PO-Revision-Date: 2023-11-16 03:06+0000\n"
"PO-Revision-Date: 2024-03-28 14:52+0000\n"
"Last-Translator: marcin mikołajczak <me@mkljczk.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/easyeffects/main/"
"pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.2-dev\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 5.5-dev\n"

#. Translators: This is a variable for the application name, don't translate!
#: data/com.github.wwmm.easyeffects.desktop.in:4
Expand Down Expand Up @@ -972,9 +972,8 @@ msgid "Excluded Apps"
msgstr "Wykluczone aplikacje"

#: data/ui/effects_box.ui:120
#, fuzzy
msgid "Enable/disable input monitoring"
msgstr "Włącz/wyłącz tę aplikację"
msgstr "Włącz/wyłącz monitorowanie wejścia"

#: data/ui/equalizer.ui:29
msgid "Bands"
Expand Down
Loading

0 comments on commit b41fce7

Please sign in to comment.