Releases: wrenger/schiller-lib
Release 0.10.0
This release includes a major rebuild of our frontend and some backend related changes:
- Switched the frontend away from Skeleton to Shadcn (a port of Shadcn to Svelte)
- Improved the Layout/Structure and Design of the UI
- Fixed translations
- Made the in-memory Database saving atomic -> improved crash consistency
- Minor api related changes
Release 0.9.0
This release includes major architectural changes by moving from an app to a server. The old version can be found under the legacy branch. These major changes are:
- Switching the frontend away from Godot to Svelte (A web framework)
- Updating the UI Design to be more user-friendly and web-compatible
- Transitioning the backend from a
gdext
compatible backend to a server, which includes an API endpoint with optionalOAuth
andTLS
- Migrating from
SQLite
to a fully in-memory database
To find out more about the new structure and how to use it, please consult the README in the main branch.
Release 0.8.2
This release includes mostly fixes and dependency updates:
- benutzer.txt file bug fixed
Release 0.8.1
This release includes mostly fixes and dependency updates.
Release 0.8.0
This is the stable release of schiller-lib
, including mostly fixes and dependency updates.
- Upgrade Godot to 3.4.2
- Rust & Cargo dependency updates
- Fixes and cleanup
0.8.0-beta.3
Add support for older project versions (>= 6.2).
Bugfixes & dependency updates
0.8.0-beta.2
In this release the number of dependencies (and thus binary size) were further reduced.
Also some minor bugs were fixed.