Skip to content

Commit

Permalink
Bump version number to 2.4.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Sep 30, 2020
1 parent 2526131 commit efdb193
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
35 changes: 26 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,52 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## [2.4.1] - tagged 2020-08-18, production TBD
## [2.4.2] - tagged 2020-09-30, production TBD
- 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] - tagged 2020-08-18, production 2020-08-27
- Fix bug in `build-lite.sh`

## [2.4.0] - tagged 2020-08-18, production TBD
## [2.4.0] - tagged 2020-08-18
- Add test corrections feature ([#127], [#72])
- Reimplement stats plot in d3, along with other optimizations to make Aspine
lighter ([#123], [#125], [#122])
- Change `build-lite.sh` to portable POSIX sh syntax ([#121])
- Update dependencies

## [2.3.0] - tagged 2020-05-03, production TBD
## [2.3.0] - tagged 2020-05-03
- Client-side JSON import/export feature ([#119], [#74])
+ Introduce a "lite" version of Aspine which can be used offline with
exported JSON files (does not support fetching new data from Aspine)
- Update dependencies

## [2.2.2] - tagged 2020-04-21, production TBD
## [2.2.2] - tagged 2020-04-21
- Display version number on Aspine ([#118])
- Add message for users who have JavaScript disabled ([#118])
- Create `MAINTENANCE.md` with information about tagging new releases
- Add `.editorconfig` file to make it easier for contributors to have
consistent code style

## [2.2.1] - tagged 2020-04-11, production TBD
## [2.2.1] - tagged 2020-04-11
- Bug fixes
+ Fix a file path in package.json
+ Fix some issues relating to switching between types of GPA
(percent, unweighted, and weighted)
- Improve offline functionality ([#115])
- Update Aspine for quarter 4

## [2.2.0] - tagged 2020-03-24, production TBD
## [2.2.0] - tagged 2020-03-24
- Clean up code ([#108], [#96])
+ Reorganize files
+ Remove unneeded dependencies
Expand All @@ -48,7 +60,7 @@ and this project adheres to
+ Reformat code
- Create `CHANGELOG.md`

## [2.1.0] - tagged 2020-03-24, production TBD
## [2.1.0] - tagged 2020-03-24
- Update macOS install scripts ([#101], [#83])
- Support unweighted (4.0 scale) and weighted (5.0 scale) GPA ([#101], [#71])
- Fix PDF viewer (Reports tab) to work with the update to Aspen on
Expand All @@ -59,7 +71,7 @@ and this project adheres to
([#103], [#88])
- Refactor `package.json` to align with `npm` documentation ([#106])

## [2.0.1] - tagged 2020-03-24, production TBD
## [2.0.1] - tagged 2020-03-24
- Update `README.md` to use new domain name
- Promote new iOS app to iOS users
- Make login form autofocus
Expand All @@ -80,6 +92,8 @@ and this project adheres to
[2.2.2]: https://github.com/Aspine/aspine/releases/tag/v2.2.2
[2.3.0]: https://github.com/Aspine/aspine/releases/tag/v2.3.0
[2.4.0]: https://github.com/Aspine/aspine/releases/tag/v2.4.0
[2.4.1]: https://github.com/Aspine/aspine/releases/tag/v2.4.1
[2.4.2]: https://github.com/Aspine/aspine/releases/tag/v2.4.2
[Unreleased]: https://github.com/Aspine/aspine/tree/master

[#71]: https://github.com/Aspine/aspine/issues/71
Expand All @@ -90,6 +104,7 @@ and this project adheres to
[#89]: https://github.com/Aspine/aspine/issues/89
[#96]: https://github.com/Aspine/aspine/issues/96
[#122]: https://github.com/Aspine/aspine/issues/122
[#131]: https://github.com/Aspine/aspine/issues/131
[#98]: https://github.com/Aspine/aspine/pull/98
[#101]: https://github.com/Aspine/aspine/pull/101
[#103]: https://github.com/Aspine/aspine/pull/103
Expand All @@ -102,4 +117,6 @@ and this project adheres to
[#121]: https://github.com/Aspine/aspine/pull/121
[#123]: https://github.com/Aspine/aspine/pull/123
[#125]: https://github.com/Aspine/aspine/pull/125
[#126]: https://github.com/Aspine/aspine/pull/126
[#127]: https://github.com/Aspine/aspine/pull/127
[#139]: https://github.com/Aspine/aspine/pull/139
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspine",
"version": "2.4.1",
"version": "2.4.2",
"description": "Aspen Scraper and Alternate Frontend",
"homepage": "https://github.com/maxtkc/aspine#readme",
"bugs": {
Expand Down

0 comments on commit efdb193

Please sign in to comment.