Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 18:04
· 31 commits to main since this release

GetAShell v1.1.0

Sooo another update on getashell! Not something extremely major but now now the users are storred
in the database and the app also has a sign up screen so no need for the environment variables (except
the SECRET_KEY thats still required). From now on getashell won't get a lot of updates, one update per month
with mostly dependency updates, that's because getashell is complete! I don't have anything else to add to it and I will
probably start a new project to play around. The project will not be unmaintained and I will be active on github
to accept pull requests and fix issues. If you have an idea for the app, open an issue : )

New Features

  • The app now has a sign up screen and it stores data on the database

Improvements

  • Splitted the queries to different file (e.g. auth, shell etc) for easier access
  • Bumped dependencies
  • Refactored the queries, shell and port classes a bit
  • Added e2e tests for the sign up page