- Reworked the to-string implementation for value types. Now it is enough to implement `toS()` or `toS(StrBuf)` just as for classes and actors. - Usability improvements in the top-loop: better error messages. - Compile destructors eagerly to avoid crashes when Storm is shutting down. - Allow using `${}` to insert types into pattern blocks. - Relaxed limitations on where actors are bound to threads. Previously, this needed to happen at the first subclass of `TObject`. Now it can happen anywhere in the hierarchy. - New version of Skia. - New design of the license dialog.