From 483fe8caf376fd414a45a969ce2fe8396b3e5607 Mon Sep 17 00:00:00 2001 From: Matija Kecman Date: Thu, 21 Mar 2024 18:39:48 +0000 Subject: [PATCH] Update version release date --- source/changelog.jai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/changelog.jai b/source/changelog.jai index 8b81ade..f663c33 100644 --- a/source/changelog.jai +++ b/source/changelog.jai @@ -28,7 +28,7 @@ PRIZM_VERSION_BACKLOGGED :: Version.{"WIP", "WIP", #string DONE * TODO Try ,link_always on windows? Do we need to compile SDL as a static library..? DONE}; -PRIZM_VERSION_0_9_1 :: Version.{"0.9.1", "20 March 2024", #string DONE +PRIZM_VERSION_0_9_1 :: Version.{"0.9.1", "21 March 2024", #string DONE * Changed the keybind for rotating around the alternative camera axis from Alt LMB-drag to Shift LMB-drag. This works around a windows bug windows where the Alt key could not be used for both easy window resizing and rotating around alternative camera axis. * Changed default label positioning to be slightly offset from the cursor to reduce possible cursor/label overlap