diff --git a/changelog.txt b/changelog.txt index 7af3aeda..3cd8fd13 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4941,3 +4941,15 @@ Other fixes: 2023-03-26 09:41 Update 12.1m: - Fixed some crashes when changing the hat parameter, embedding hat, while embedding tessellation from file, using hat with fake geometry. Also fake geometry now appears in the menu for hat. + +2023-03-28 22:58 Update 12.1n: +- Aperiodic Hat fixes: +- - fixed Frog Park (jump rules and graphics) +- - fixed the Terracotta display (lines displayed, but they are not accurate, so cells are marked too) +- - interesting values of the hat parameter are displayed in hat parameter config +- - special welcome message + +- fixed crashes and floor graphics in Zebra in some geometries (hat, kite-and-dart) +- Swap the Red Troll's hair & fur colors (thanks to @jlmjlm) +- Experimental fractal geometries (experiment with geometry -> Euclidean) +- fixed Terracotta in Euclidean disk diff --git a/hyper.h b/hyper.h index a3c7b2fa..5a6849b2 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1m" -#define VERNUM_HEX 0xA92D +#define VER "12.1n" +#define VERNUM_HEX 0xA92E #include "sysconfig.h"