Skip to content

Commit 187a7b7

Browse files
committed
Open Beta 0.1.7.0 Release
Signed-off-by: Gary Kim <[email protected]>
1 parent 6f64978 commit 187a7b7

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Master
1+
# Changelog
2+
3+
## Open Beta 0.1.7.0 - 2019-09-18
4+
5+
### Fixed
6+
* Fix Hypo Grade Calculator sometimes now showing
7+
* Fix parsing issue introduced by 2019 Powerschool update
8+
* Fix an issue where Hypo Assignment would not show proper grade selection introduced during Vue migration.
29

310
### Miscellaneous
411

@@ -11,6 +18,8 @@
1118
* **Install:** The options page is now opened on first install
1219
* **jQuery:** jQuery has been updated to `3.4.1`
1320
* **Contributing:** Contributing now requires the DCO.
21+
* **Vue Migration:** Hypo Assignment has been migrated to Vue.
22+
* **Vue Migration:** Extension Info has been migrated to Vue.
1423

1524
# Open Beta 0.1.6.1
1625

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saspes",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "SAS Powerschool Enhancement Suite",
55
"main": "index.js",
66
"scripts": {

src/manifest - chromium.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 2,
33
"name": "SAS Powerschool Enhancement Suite",
44
"short_name": "SAS PES",
5-
"version": "0.1.6.1",
6-
"version_name": "Public Beta 0.1.6.1",
5+
"version": "0.1.7.0",
6+
"version_name": "Public Beta 0.1.7.0",
77
"author": "Gary Kim",
88
"homepage_url": "https://gschool.ydgkim.com/saspowerschool/",
99
"description": "Provides various enhancements for SAS Powerschool",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "SAS Powerschool Enhancement Suite",
44
"short_name": "SAS PES",
5-
"version": "0.1.6.1",
5+
"version": "0.1.7.0",
66
"author": "Gary Kim",
77
"homepage_url":"https://gschool.ydgkim.com/saspowerschool/",
88
"description": "Provides various enhancements for SAS Powerschool",

0 commit comments

Comments
 (0)