chiark / gitweb /
changelog: document further make-release changes
[otter.git] / CHANGELOG.md
index a266e8adacd5b13553cff8f4544f7e4e77261329..3c790486983e97b9ab23881c7d7259038acabaa5 100644 (file)
@@ -1,4 +1,24 @@
-Version 1.2.0 - 2022-06-21
+Version 1.2.1 - 2022-06-26
+==========================
+
+Bugfixes
+--------
+
+ * Fix "flickering drag select" effect in Chromium, by preventing
+   propagation of mouse events which Otter's JS has handled itself.
+
+ * Do not allow "r for rotate" to trump "r for roll" when dice and
+   rotateable pieces are both selected.  Instead, suppress that keybinding
+   in that case.
+
+ * Fix documetation of
+    - Date of Version 1.2.0 in this changelog
+    - Format version status and release dates
+
+ * Developer release script and checklist improvements.
+
+
+Version 1.2.0 - 2022-06-24
 ==========================
 
 General changes to game and UI
@@ -53,6 +73,12 @@ Game client UI fixes
 
  * Fix minor bugs in mouse click handling corner cases.
 
+Documentation
+-------------
+
+ * Correct the description of the shapelib group parameter `desc_template`.
+   (Previously this wrongly said the parameter was `desc`.)
+
 Demo (testing) game changes
 ---------------------------