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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
- new `LogDirectory` option to configure where `cleo.log` and `cleo_script.log` are stored (root by default)
9
9
- config is now recreated if missing, and new config keys are appended to existing user configs
10
10
- config is reloaded on a new game session
11
-
-[READ_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2401) and [WRITE_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2402) now behave identically to `READ_MEMORY`/`WRITE_MEMORY`; READ_MEMORY_WITH_OFFSET no longer reads input as a null-terminated string when the output is a string variable
11
+
-`READ_MEMORY_WITH_OFFSET` and `WRITE_MEMORY_WITH_OFFSET` now behave identically to `READ_MEMORY`/`WRITE_MEMORY`; `READ_MEMORY_WITH_OFFSET` no longer reads input as a null-terminated string when the output is a string variable
12
12
- removed a check preventing allocation of zero-sized memory blocks
13
13
- hardened path validation to prevent access to files outside of game root and settings directories
14
14
- fixed an issue causing scripts to load and execute twice on a new game session
0 commit comments