Skip to content

Commit

Permalink
Merge pull request #34 from haroldtreen/fix-chrome-download-bug
Browse files Browse the repository at this point in the history
Fix chrome download bug
  • Loading branch information
haroldtreen committed Feb 23, 2019
2 parents b010436 + 7e1a81a commit aada434
Show file tree
Hide file tree
Showing 12 changed files with 1,299 additions and 38,324 deletions.
15 changes: 10 additions & 5 deletions packages/epub-press-chrome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

### 0.11.0

- Fix for invalid filenames causing the extension to break.
- Timeout for all downloads of 30 seconds.

### 0.10.2

* Fix for downloads failing.
- Update file download npm module to fix failed file downloads.

### 0.10.0

* Adds a progress bar.
- Adds a progress bar.

### 0.9.0

* Switches to using `epub-press-js`
* Javascript is now bundled using webpack.
* Files are downloaded with the given title.
- Switches to using `epub-press-js`
- Javascript is now bundled using webpack.
- Files are downloaded with the given title.
19 changes: 10 additions & 9 deletions packages/epub-press-chrome/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

To deploy a new version:

* Make sure dependencies are up to date.
* `npm install`
* `npm run build-prod` (updates the files in `/build`)
* Update the version in the `manifest.json` (following [semver](https://semver.org/)).
* Make sure the manifest `homepage_url` points to the correct host.
* Zip all the files in `/app` into an `app.zip`.
* Upload the `app.zip` to the [Chrome store](https://chrome.google.com/webstore/developer/dashboard).
* Upload the `app.zip` to the [Firefox store](https://addons.mozilla.org/en-US/developers/addons).
* Create a new release on Github with an `epub-press-x.x.x.crx` file.
- Make sure dependencies are up to date.
- `npm install`
- `npm run build-prod` (updates the files in `/build`)
- Update the version in the `manifest.json` (following [semver](https://semver.org/)).
- Make sure the manifest `homepage_url` points to the correct host.
- Zip all the files in `/app` into an `app.zip`.
- Upload the `app.zip` to the [Chrome store](https://chrome.google.com/webstore/developer/dashboard).
- Upload the `app.zip` to the [Firefox store](https://addons.mozilla.org/en-US/developers/addons).
- Update the CHANGELOG.
- Create a new release on Github with an `epub-press-x.x.x.crx` file.

0 comments on commit aada434

Please sign in to comment.