File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Tutte le modifiche degne di nota a **Hires Chess Trainer**.
44Formato ispirato a [ Keep a Changelog] ( https://keepachangelog.com/ ) ;
55versionamento [ 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
Original file line number Diff line number Diff line change 6969
7070LEGGIMI_TXT = """\
7171 ========================================
72- Hires Chess Trainer v1.2.0
72+ Hires Chess Trainer v1.2.1
7373========================================
7474
7575Thank you for downloading Hires Chess Trainer!
You can’t perform that action at this time.
0 commit comments