-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Changelog:** - Fixes - Exiting when clicking tray icon. - Clementine import script errors. - Disabled OSD Pretty on Wayland since it's not working properly. - Enhancements - Only maximize error dialog if Strawberry is the active window. Signed-off-by: Troy Harvey <[email protected]>
- Loading branch information
1 parent
45dac6a
commit c40fd0f
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
<Path fileType="data">/usr/share/strawberry/translations/strawberry_es_MX.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_et_EE.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_fi_FI.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_fr_BE.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_fr_FR.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_hu_HU.qm</Path> | ||
<Path fileType="data">/usr/share/strawberry/translations/strawberry_id_ID.qm</Path> | ||
|
@@ -57,9 +58,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="70"> | ||
<Date>2025-01-17</Date> | ||
<Version>1.2.6</Version> | ||
<Update release="71"> | ||
<Date>2025-01-31</Date> | ||
<Version>1.2.7</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Troy Harvey</Name> | ||
<Email>[email protected]</Email> | ||
|