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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
- fixed discrepancy between CLEO and native subtitle behavior:
4
4
-`PRINT_STRING` and `PRINT_FORMATTED` now queue correctly
5
5
- CLEO messages are now added to the Brief Menu history, respecting the `ADD_NEXT_MESSAGE_TO_PREVIOUS_BRIEFS` flag (no behavior change for `.cs4` scripts)
6
-
- CLEO doesn't display subtitles starting with a `~z~` token when "Show Subtitles" option is disabled (no behavior change for `.cs4` scripts)
6
+
- CLEO subtitles starting with a `~z~` token are now hidden when "Show Subtitles" option is disabled (no behavior 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 auto-recreated if missing, and new config keys are appended to existing user configs automatically
9
+
- config is now automatically recreated if missing, and new config keys are appended to existing user configs automatically
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` with an additional offset calculation, without the Virtual Protect flag.
12
-
- removed a check preventing allocation of 0-sized memory blocks
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` with an additional offset calculation, without the Virtual Protect flag.
12
+
- removed a check preventing allocation of zero-sized memory blocks
13
13
- hardened paths 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
15
15
- fixed multiple bugs related to game crashes and script handling
0 commit comments