Skip to content

Commit 38fddc7

Browse files
committed
Release 2.7.0b3
1 parent 42ccd0e commit 38fddc7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Version 2.7.0b3 - 2021-12-02
2+
3+
## Bugfixes
4+
5+
- [PICARD-2320](https://tickets.metabrainz.org/browse/PICARD-2320) - macOS: Picard 2.6.4 segfault upon authorization/login prompt
6+
- [PICARD-2328](https://tickets.metabrainz.org/browse/PICARD-2328) - Crash on startup with Python 3.10
7+
- [PICARD-2329](https://tickets.metabrainz.org/browse/PICARD-2329) - Changing the enabled options doesn't update the naming script
8+
- [PICARD-2330](https://tickets.metabrainz.org/browse/PICARD-2330) - Changes do not show when script editor is closed and re-opened from Options dialog
9+
- [PICARD-2342](https://tickets.metabrainz.org/browse/PICARD-2342) - Saving cover images to WMA or MP4 files fails if "clear existing tags" and "keep embedded images" are active
10+
11+
## Improvements
12+
13+
- [PICARD-2325](https://tickets.metabrainz.org/browse/PICARD-2325) - Show MusicBrainz login errors
14+
- [PICARD-2327](https://tickets.metabrainz.org/browse/PICARD-2327) - macOS: Treat files with hidden attribute as hidden files
15+
- [PICARD-2334](https://tickets.metabrainz.org/browse/PICARD-2334) - Have script editor consistently save to configuration
16+
- [PICARD-2339](https://tickets.metabrainz.org/browse/PICARD-2339) - Improve clustering performance
17+
- [PICARD-2340](https://tickets.metabrainz.org/browse/PICARD-2340) - Use configured name for Various Artists for clusters with unknown artist name
18+
- [PICARD-2344](https://tickets.metabrainz.org/browse/PICARD-2344) - Add more settings to option profiles
19+
20+
121
# Version 2.7.0b2 - 2021-11-09
222

323
## Bugfixes

picard/__init__.py

+1-1
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, 7, 0, 'beta', 2)
45+
PICARD_VERSION = Version(2, 7, 0, 'beta', 3)
4646

4747

4848
# optional build version

0 commit comments

Comments
 (0)