You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Fixed some issues with card pinning.
FIX: Cards now properly are pinned when loading projects. (This wasn't working properly, sorry!)
QoL: Adding keybinding shortcut to cycle capitalization for highlighted text.
QoL: Clicking and highlighting a word and then dragging will highlight whole words, like most text editors (there's a little work to be done here still).
INTERNAL FIX: itch.io build script wasn't working properly.
// Set Rect Position and Size before deserializing properties and setting contents so the contents can know the actual correct, current size of the Card (important for Map Contents)
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# v0.9.2
2
+
3
+
FIX: Some issues with card pinning.
4
+
FIX: Cards now properly are pinned when loading projects.
5
+
QoL: Adding keybinding shortcut to cycle capitalization for highlighted text.
6
+
QoL: Clicking and highlighting a word and then dragging will highlight whole words, like most text editors (there's a little work to be done here still).
0 commit comments