From 0f728ef5dae05d47b62b9c3c393d65e09e1e5822 Mon Sep 17 00:00:00 2001 From: Joel Jothiprakasam Date: Sun, 28 Feb 2021 21:17:58 -0800 Subject: [PATCH] v0.1.0-beta --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 74f4afe..4397c91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # Changelog +## [Beta M-0.1.0] - 2020-02-28 +### Added +- Debug toasts can be enabled in settings +- Logo and icon buttons now respond to theme changes +- A non-functional menu button +- Loading animation while sending requests to the server +- Pull down to refresh on main screen + +### Improved +- Main page now contains colored cards for each course +- Main page now loads courses before sending request to sync with PowerSchool +- Changing theme is now supported +- Back button from the main screen no longer causes unintended app behavior +- Pre-load screen now displays logo and is dark themed + +### Removed +- Gradient around logo + ## [Beta M-0.0.4] - 2020-01-27 ### Added - Watermark over pages that don't work yet