Skip to content

Commit 397a92b

Browse files
committed
Release 2.6.4
1 parent 890d960 commit 397a92b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 2.6.4 - 2021-10-05
2+
3+
## Bugfixes
4+
5+
- [PICARD-2199](https://tickets.metabrainz.org/browse/PICARD-2199) - Saving ID3 ratings fails, if rating e-mail contains non latin-1 characters
6+
- [PICARD-2200](https://tickets.metabrainz.org/browse/PICARD-2200) - Copy and pasting function names from inline scripting docs can copy Unicode left-to-right mark
7+
- [PICARD-2230](https://tickets.metabrainz.org/browse/PICARD-2230) - Picard fails to start on Windows if the hostname contains non-ASCII characters and browser integration is enabled
8+
- [PICARD-2269](https://tickets.metabrainz.org/browse/PICARD-2269) - "TypeError: arguments did not match any overloaded call" with Python 3.10
9+
- [PICARD-2274](https://tickets.metabrainz.org/browse/PICARD-2274) - Picard 2.6.3 crashes when track is removed or moved during lookup
10+
11+
112
# Version 2.6.3 - 2021-06-07
213

314
## Bugfixes

picard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
PICARD_DISPLAY_NAME = "MusicBrainz Picard"
4242
PICARD_APP_ID = "org.musicbrainz.Picard"
4343
PICARD_DESKTOP_NAME = PICARD_APP_ID + ".desktop"
44-
PICARD_VERSION = Version(2, 6, 3, 'final', 0)
44+
PICARD_VERSION = Version(2, 6, 4, 'final', 0)
4545

4646

4747
# optional build version

0 commit comments

Comments
 (0)