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
@@ -6,7 +6,7 @@
6
6
- CLEO subtitles starting with a `~z~` token are now hidden when "Show Subtitles" option is disabled (no change for `.cs4` scripts)
7
7
- CLEO config improvements:
8
8
- new `LogDirectory` option to configure where `cleo.log` and `cleo_script.log` are stored (root by default)
9
-
- config is now automatically recreated if missing, and new config keys are appended to existing user configs automatically
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
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
12
12
- removed a check preventing allocation of zero-sized memory blocks
0 commit comments