Skip to content

Commit 1cbb7a8

Browse files
committed
Release 2.9.2
1 parent 97a8230 commit 1cbb7a8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Version 2.9.2 - 2023-09-12
2+
3+
## Bugfixes
4+
- [PICARD-2700](https://tickets.metabrainz.org/browse/PICARD-2700) - Content of series variables gets duplicated on each refresh
5+
- [PICARD-2712](https://tickets.metabrainz.org/browse/PICARD-2712) - "00" is always stripped from DATE tag on save
6+
- [PICARD-2722](https://tickets.metabrainz.org/browse/PICARD-2722) - Windows version can crash on exit and prevent restart of Picard
7+
- [PICARD-2724](https://tickets.metabrainz.org/browse/PICARD-2724) - Crash in track search dialog if artist name translation is enabled
8+
- [PICARD-2733](https://tickets.metabrainz.org/browse/PICARD-2733) - Crash when saving files with UI language set to Finnish
9+
- [PICARD-2736](https://tickets.metabrainz.org/browse/PICARD-2736) - Windows: SSL errors if conflicting libssl is installed system wide
10+
11+
## Tasks
12+
- [PICARD-2752](https://tickets.metabrainz.org/browse/PICARD-2752) - Include resource/images in source archive
13+
14+
## Improvements
15+
- [PICARD-2720](https://tickets.metabrainz.org/browse/PICARD-2720) - Linux: Allow opening new instance via XDG desktop entry application action
16+
17+
118
# Version 2.9.1 - 2023-08-16
219

320
## Bugfixes

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4141
PICARD_APP_ID = "org.musicbrainz.Picard"
4242
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
43-
PICARD_VERSION = Version(2, 9, 2, 'dev', 1)
43+
PICARD_VERSION = Version(2, 9, 2, 'final', 0)
4444

4545

4646
# optional build version

0 commit comments

Comments
 (0)