Skip to content

Commit b2c14a9

Browse files
committed
Release 2.7
1 parent ba06773 commit b2c14a9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 2.7 - 2021-12-16
2+
3+
## Bugfixes
4+
5+
- [PICARD-2346](https://tickets.metabrainz.org/browse/PICARD-2346) - ID3v2.3 files show as changed, even if no tags changed and no tag changes are indicated
6+
- [PICARD-2351](https://tickets.metabrainz.org/browse/PICARD-2351) - Windows: System language detection broken
7+
- [PICARD-2352](https://tickets.metabrainz.org/browse/PICARD-2352) - Log view colors are not restored after a clear
8+
- [PICARD-2353](https://tickets.metabrainz.org/browse/PICARD-2353) - Post cluster focus regression
9+
- [PICARD-2361](https://tickets.metabrainz.org/browse/PICARD-2361) - Removing files while clustering
10+
- [PICARD-2362](https://tickets.metabrainz.org/browse/PICARD-2362) - Added \_\_pycache__ directories make builds unreproducible
11+
12+
113
# Version 2.7.0b3 - 2021-12-02
214

315
## Bugfixes
@@ -43,6 +55,7 @@
4355

4456
## Improvements
4557

58+
- [PICARD-2239](https://tickets.metabrainz.org/browse/PICARD-2239) - Save option settings to specified profile
4659
- [PICARD-2299](https://tickets.metabrainz.org/browse/PICARD-2299) - Extend genre wildcard filtering with "?" and "\[...\]" matching
4760
- [PICARD-2301](https://tickets.metabrainz.org/browse/PICARD-2301) - Slight rewording of "CAA" cover art provider options
4861
- [PICARD-2305](https://tickets.metabrainz.org/browse/PICARD-2305) - Restructure user interface options
@@ -59,6 +72,7 @@
5972
- [PICARD-2217](https://tickets.metabrainz.org/browse/PICARD-2217) - `$performer()` pattern matches full tag name
6073
- [PICARD-2233](https://tickets.metabrainz.org/browse/PICARD-2233) - Composer Sort Order doesn't use the artist sort name when the "credited as" text is populated
6174
- [PICARD-2236](https://tickets.metabrainz.org/browse/PICARD-2236) - Renaming files with "replace non-ascii" treats fullwidth slash U+FF0F as directory separator
75+
- [PICARD-2253](https://tickets.metabrainz.org/browse/PICARD-2253) - Tagging script name can be changed to empty string
6276
- [PICARD-2261](https://tickets.metabrainz.org/browse/PICARD-2261) - Any tagger script causes multi-line fields to become changed
6377
- [PICARD-2276](https://tickets.metabrainz.org/browse/PICARD-2276) - Fix browser integration on Windows if hostname contains non-ASCII characters
6478

@@ -99,6 +113,7 @@
99113
- [PICARD-2198](https://tickets.metabrainz.org/browse/PICARD-2198) - Update formats for Tefifon and 5.25" Floppy Disk
100114
- [PICARD-2201](https://tickets.metabrainz.org/browse/PICARD-2201) - Add help button to "Tags from file names" dialog
101115
- [PICARD-2207](https://tickets.metabrainz.org/browse/PICARD-2207) - Script editor: Show hover tooltip on Unicode escape sequences and functions
116+
- [PICARD-2215](https://tickets.metabrainz.org/browse/PICARD-2215) - Add function `$countryname()` to get country name from country code
102117
- [PICARD-2218](https://tickets.metabrainz.org/browse/PICARD-2218) - `$performer()` should allow regular expressions
103118
- [PICARD-2220](https://tickets.metabrainz.org/browse/PICARD-2220) - Set default file extension for files with empty extension
104119
- [PICARD-2232](https://tickets.metabrainz.org/browse/PICARD-2232) - Allow data submission to unofficial server

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

4747

4848
# optional build version

0 commit comments

Comments
 (0)