We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c7060 commit 3e539c0Copy full SHA for 3e539c0
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.7.3] - 2026-02-07
9
+
10
+### Added
11
12
+- You can now flip the x and y coordinates of glyphs. Doesn't affect text overlays, and can cause weirdness when rotating boards.
13
14
## [1.7.2] - 2025-08-14
15
16
### Added
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "abstractplay-designer",
3
"private": true,
4
- "version": "1.7.2",
+ "version": "1.7.3",
"type": "module",
"scripts": {
"dev": "set NODE_ENV=development && vite",
0 commit comments