Skip to content

Releases: wrenger/schiller-lib

Release 0.10.0

26 May 23:50
Compare
Choose a tag to compare

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

12 Apr 14:34
Compare
Choose a tag to compare

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 optional OAuth and TLS
  • 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

03 Oct 17:39
Compare
Choose a tag to compare

This release includes mostly fixes and dependency updates:

  • benutzer.txt file bug fixed

Release 0.8.1

27 Sep 17:19
Compare
Choose a tag to compare

This release includes mostly fixes and dependency updates.

Release 0.8.0

28 Jan 17:21
Compare
Choose a tag to compare

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

09 Jul 08:50
Compare
Choose a tag to compare

Add support for older project versions (>= 6.2).

Bugfixes & dependency updates

0.8.0-beta.2

05 Jun 13:31
Compare
Choose a tag to compare

In this release the number of dependencies (and thus binary size) were further reduced.
Also some minor bugs were fixed.

0.8.0-beta.1

13 May 10:41
a8c8f99
Compare
Choose a tag to compare

This release contains all essential features from the roadmap.

These features, however, are not fully tested yet. If you find bugs, hangs or crashes please report them as issue.