Skip to content

Commit 2224e1a

Browse files
committed
chore(*): release v1.1.2
1 parent 090dc1b commit 2224e1a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ found in [readme.md](readme.md#versioning).
66

77
---
88

9+
## v1.1.2
10+
11+
### Bugfixes
12+
* [a0574b7e] `vm::call_function()` now properly compiles when building a shared library.
13+
* [6adfc908] The `camera_trajectory` enum now contains the correct enum value for `camera_trajectory::object`.
14+
* [efe212a8] Added support for semicolons in model script source files.
15+
* [b55206c5] The buffer now no longer segfaults when loading empty files.
16+
* [89bb2430] When reading a line at EOF, the buffer no longer throws an exception, but rather returns the empty string.
17+
* [5d8b5116] `light_preset` and `light` VObs now correctly support greyscale color transitions.
18+
* [4b512fa3] Parsing of model scripts now features improved compatibility for modded installations.
19+
* [090dc1be] For compatibility with mods, values of Daedalus string symbols are now parsed using a special algorithm
20+
to avoid data corruption.
21+
922
## v1.1.1
1023

1124
This update again brings many bugfixes and smaller improvements in addition to updates to the documentation.

0 commit comments

Comments
 (0)