Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okmatija committed Mar 14, 2024
1 parent 3d8624f commit 7cdbc1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/changelog.jai
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ PRIZM_VERSION_BACKLOGGED :: App.Version.{"0.8.0", "WIP", #string DONE
* TODO Fix Alt RMB not rotating about the alternative axis
DONE};

PRIZM_VERSION_0_8_0 :: App.Version.{"0.8.0", "12 March 2024", #string DONE
* Renamed project to Prizm to distingush this version from its predecessor, Prism (github.com/EpicMatijaKecman/Prism) which is copyright Epic Games. The new name is also more seachable: there are 12.7M google search results for "Prizm" compared to 364M for "Prism"
* Changed the keybinding to toggle annotation visibility from 'k' to 'a', which is a better memonic for "annotation". This is reflected in the ribbon button icon.
* Changed the keybinding to cycle vertex labels from 'i' to 'x', which is a better memonic since x is often used for coordinate. This is reflected in the ribbon button icon.
* Changed the keybinding to clear all labels and annotations from 'x' to 'z'.
* Thanks to Epic Games for open sourcing the original Prism repository under the MIT license.
PRIZM_VERSION_0_8_0 :: App.Version.{"0.8.0", "14 March 2024", #string DONE
* Renamed project to Prizm to distingush this version from its predecessor. The new name is more seachable: there are 12.7M google search results for "Prizm" compared to 364M for "Prism"
* Changed the keybinding to toggle annotation visibility from 'k' to 'a'. This is reflected in the ribbon button icon and is a better memonic for "annotation"
* Changed the keybinding to cycle vertex labels from 'i' to 'x'. This is reflected in the ribbon button icon and is a better memonic for vertex coordinates
* Changed the keybinding to clear all labels and annotations from 'x' to 'z'
* Many thanks to Epic Games for open sourcing the original Prism repository under the MIT license, it can be found at github.com/EpicMatijaKecman/Prism
DONE};

PRISM_VERSION_0_7_1 :: App.Version.{"0.7.1", "28 September 2023", #string DONE
Expand Down

0 comments on commit 7cdbc1f

Please # to comment.