Skip to content

Commit 2c1c30e

Browse files
committed
Release 2.12.3
1 parent bf5b5d4 commit 2c1c30e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 2.12.3 - 2024-09-04
2+
3+
## Bugfixes
4+
- [PICARD-2958](https://tickets.metabrainz.org/browse/PICARD-2958) - Hovering over unmatched files shows a tooltip with the PO translation file header for the active locale
5+
- [PICARD-2960](https://tickets.metabrainz.org/browse/PICARD-2960) - Replacement for directory separators can itself be set to a directory separator
6+
7+
18
# Version 2.12.2 - 2024-08-27
29

310
## Bugfixes

picard/__init__.py

+1-1
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, 12, 3, 'dev', 1)
43+
PICARD_VERSION = Version(2, 12, 3, 'final', 0)
4444

4545

4646
# optional build version

0 commit comments

Comments
 (0)