Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@nwrenger nwrenger released this 12 Apr 14:34
· 43 commits to main since this release

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.