Skip to content

Commit 04ddb9f

Browse files
committed
Release 2.8.1
1 parent 3dcaf0c commit 04ddb9f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 2.8.1 - 2022-06-07
2+
3+
## Bugfixes
4+
5+
- [PICARD-2489](https://tickets.metabrainz.org/browse/PICARD-2489) - Preferred Releases UI not loading in Options menu on FreeBSD
6+
- [PICARD-2491](https://tickets.metabrainz.org/browse/PICARD-2491) - Crash upon loading album information for releases with MBID redirects
7+
- [PICARD-2493](https://tickets.metabrainz.org/browse/PICARD-2493) - If locales for picard-countries or picard-attributes are missing UI translation is completely skipped
8+
- [PICARD-2494](https://tickets.metabrainz.org/browse/PICARD-2494) - Remove empty info dialog for "[standalone-recordings]" special album entry
9+
10+
111
# Version 2.8 - 2022-05-24
212

313
## Tasks

picard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4343
PICARD_APP_ID = "org.musicbrainz.Picard"
4444
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
45-
PICARD_VERSION = Version(2, 8, 0, 'final', 0)
45+
PICARD_VERSION = Version(2, 8, 1, 'final', 0)
4646

4747

4848
# optional build version

0 commit comments

Comments
 (0)