From 87f725168512add91409bdd454487b218fa961ee Mon Sep 17 00:00:00 2001 From: Joel Jothiprakasam Date: Thu, 28 Jan 2021 18:45:06 -0800 Subject: [PATCH] v0.0.4-beta --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a693ff..74f4afe 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# app-releases \ No newline at end of file +# Changelog + +## [Beta M-0.0.4] - 2020-01-27 +### Added +- Watermark over pages that don't work yet +- Light theme is back +- Temporary gradient near logo to make it always visible + +### Improved +- Login screen is now bypassed if valid cookie is stored on app open +- This cookie persists through app closes and will allow automatic logins within a 4 hour period +- App now connects to https://beta.graderoom.me/ + +## [Beta M-0.0.3] - 2020-01-22 +### Added +- Grades can now be viewed on the main screen +- This grid currently displays class names, overall grades, and overall letter grades + +### Improved +- Login and signup now allow moving through fields with the mobile keyboard +- Database now clears correctly when syncing new data + +## [Beta M-0.0.2] - 2020-01-20 +### Added +- Offline storage allows viewing grades when PowerSchool is down + +### Removed +- Temporarily removed light theme due to conflicts with icon + +## [Beta M-0.0.1] - 2020-01-03 +### Added +- Settings screen +- Empty forgot-password screen +- Functioning login and logout +- Logout can be accessed in settings + +### Improved +- Font +- You now stay logged in as long as your session persists (4 hours) + +## [Beta M-0.0.0] - 2020-12-28 +### Added +- First commit +- Basic login page +- Basic themes \ No newline at end of file