Skip to content

Commit

Permalink
Release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmorrow committed Dec 19, 2024
1 parent c251333 commit 4c8d3ce
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.2.7

_released 18 December 2024_

- Features:
- Report Blackbaud API failures when they happen, and don't completely crash.

## v0.2.6

_released 10 December 2024_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hunter Extension

_v0.2.6_
_v0.2.7_

This project aims to fix as much of the Hunter website as possible. It does this
through a browser extension. To report problems or request a feature, please
Expand Down Expand Up @@ -63,6 +63,6 @@ The source code for [this project][github] is available on github!

[Full changelog]: https://gavinmorrow.github.io/hunter-extension/CHANGELOG
[latest]: https://github.com/gavinmorrow/hunter-extension/releases/latest
[firefox]: https://github.com/gavinmorrow/hunter-extension/releases/download/v0.2.6/65a14653bc7c4e6ab617.xpi
[firefox]: https://github.com/gavinmorrow/hunter-extension/releases/download/v0.2.7/65a14653bc7c4e6ab617.xpi
[Mozilla help page]: https://support.mozilla.org/en-US/kb/how-update-add-ons
[github]: https://github.com/gavinmorrow/hunter-extension/
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "hunter-extension",
"version": "0.2.6",
"version": "0.2.7",
"host_permissions": [
"https://hunterschools.myschoolapp.com/*",
"https://app.blackbaud.com/signin/*",
Expand Down
2 changes: 1 addition & 1 deletion src/content-scripts/notify-update.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = "0.2.6";
const VERSION = "0.2.7";

/** @returns {Promise<number>} */
const getLatestVersion = async () =>
Expand Down
9 changes: 9 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
"strict_min_version": "128"
}
}
},
{
"version": "0.2.7",
"update_link": "https://github.com/gavinmorrow/hunter-extension/releases/download/v0.2.7/65a14653bc7c4e6ab617.xpi",
"applications": {
"gecko": {
"strict_min_version": "128"
}
}
}
]
}
Expand Down

0 comments on commit 4c8d3ce

Please sign in to comment.