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.