Releases: Aspine/aspine
Releases · Aspine/aspine
2.6.1
2.6.0
Changelog:
- Dark mode (#195, #146, #213, #210)
- Fix "Schedule" tab to work with the covid-19 remote learning schedule (#198, #140)
- Collapse navigation bar into hamburger menu (side navigation) on small screens (#164, #152)
- Show tooltips when hovering over UI elements (#205, #178)
- Add "Info" tab with information about Aspine (#204, #76)
- Improve design of login page (#179, #142, #196, #192)
- Make "remember me" more secure by only storing the username (#207)
- Tweak grades table margins to be more consistent (#215)
- Change mouse cursor in header and small clock (#186)
- Change icon for assignment statistics and make colors more consistent (#183, #185)
- Reword
<meta>
tag on login and home pages (#216, #191) - Make a 404 page (#190, #188)
- Remove extraneous redirects to improve page load time (#208, #209)
2.5.1
2.5.0
Changelog:
- Update "Recent Activity" (now renamed "Attendance") in light of changes due to covid-19 (#166, #144, #159)
- Add support for covid-19 schedule and fix time zone handling in clock (#145, #84)
- Make "Add assignment" button add to the currently selected category (#162)
- Stop offering to show nonexistent statistics for assignments added by the user that are not actually in Aspen (#149)
- Add download button to Reports tab (#147, #143)
- Use
requestAnimationFrame
for clock instead ofsetInterval
(#151, #135) - Add JSDoc comments (#128, works toward #153)
- Change
Example app listening on port ${port}!
toAspine listening on port ${port}!
- Fix clock alignment
- Update dependencies
2.4.3
2.4.2
Changelog:
- Changes to adapt to the covid-19 fall reopening
- Roll over from quarter 4 to quarter 1
- Adapt the schedule code to follow the new format for remote learning
- Fix bugs
- Center logo on login page
- Fix "NaN" showing when a class does not have GPA data
- Fix bug in which Aspine refused to load when a class had no assignments
- Update dependencies
- Clean up formatting (#126)
- Update documentation (#139, #131)
2.4.1
This release was put on the production server on August 27, 2020.
Changelog since 2.3.0: