Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update version to 2.5.0, with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 11, 2016
1 parent b07ccea commit 3e09e84
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@
* (v2.4) check before trying to call window.sendToChild,
which is safely missing on most pages. Fixes [#1910](https://github.com/mozilla-services/pageshot/issues/1910) [5333ae7](https://github.com/mozilla-services/pageshot/commit/5333ae7)

### Version 2.5

A version released to improve some operational issues.

* make server abort with exit code 1 if database
initialization isn't successful. Fixes [#1933](https://github.com/mozilla-services/pageshot/issues/1933) [8238ddd](https://github.com/mozilla-services/pageshot/commit/8238ddd)
* Make the /metrics page disableable with $DISABLE_METRICS [a18437a](https://github.com/mozilla-services/pageshot/commit/a18437a)
* Don't recreate the metrics if they are fresh enough Make the
polling interval on refreshing metrics slightly randomized, so multiple
workers don't pile on [8d61f00](https://github.com/mozilla-services/pageshot/commit/8d61f00)
* send Raven report when metrics updating fails
Allow REFRESH_METRICS_TIME to be 0, disabling the refresh. Fixes [#1946](https://github.com/mozilla-services/pageshot/issues/1946) [e4da720](https://github.com/mozilla-services/pageshot/commit/e4da720)

## Version 1

### Visible changes to the product
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/mozilla-services/pageshot",
"icon": "data/icon.png",
"license": "MPL 2.0",
"version": "2.4.0",
"version": "2.5.0",
"main": "./lib/main",
"preferences": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pageshot",
"description": "An experiment in creating better shareable versions of content.",
"version": "2.4.0",
"version": "2.5.0",
"author": "Mozilla (https://mozilla.org/)",
"bugs": {
"url": "https://github.com/mozilla-services/pageshot/issues"
Expand Down

1 comment on commit 3e09e84

@c0n4w0w
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redirecteds me to this page https://pageshot.net/?pageshot-not-installed everytime i try to check my shots. :/

Please sign in to comment.