Skip to content

Commit ba7fdf1

Browse files
gaelazzoclaude
andcommitted
release: bump a v1.2.1 (fix crash registro font Windows)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 77aa0b8 commit ba7fdf1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Tutte le modifiche degne di nota a **Hires Chess Trainer**.
44
Formato ispirato a [Keep a Changelog](https://keepachangelog.com/);
55
versionamento [semantico](https://semver.org/lang/it/).
66

7+
## [1.2.1] - 2026-06-09
8+
9+
### Correzioni
10+
- **Avvio su Windows con registro font corrotto**: alcune macchine hanno una
11+
voce non valida nel registro dei font di sistema; pygame vi enumerava sopra e
12+
l'app **crashava alla prima `SysFont`** (`TypeError: ... not int`). Ora
13+
l'avvio è blindato: le voci non valide vengono ignorate e, in extremis, si
14+
ripiega sul font di default — l'app parte comunque.
15+
16+
[1.2.1]: https://github.com/gaelazzo/python_chess/releases/tag/v1.2.1
17+
718
## [1.2.0] - 2026-06-08
819

920
### Aggiunte

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
LEGGIMI_TXT = """\
7171
========================================
72-
Hires Chess Trainer v1.2.0
72+
Hires Chess Trainer v1.2.1
7373
========================================
7474
7575
Thank you for downloading Hires Chess Trainer!

0 commit comments

Comments
 (0)