Skip to content

Commit

Permalink
Release v0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Nov 2, 2015
1 parent 235988e commit 566c97a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*.pem
/*.crx
/download-panel-*.zip
Thumbs.db
.DS_Store
*.swp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Icon from: http://www.iconarchive.com/show/100-flat-icons-by-graphicloads/downlo

[![RSS](https://stefansundin.github.io/img/feed.png) Release feed](https://github.com/stefansundin/chrome-download-panel/releases.atom)

**v0.0.4** - unreleased - [diff](https://github.com/stefansundin/chrome-download-panel/compare/v0.0.3...master):
**v0.0.4** - 2015-11-01 - [diff](https://github.com/stefansundin/chrome-download-panel/compare/v0.0.3...v0.0.4):
- Fix "undefined" in grab-inspected-links link text.
- You can now end the filename field with `/` and the extension will automatically try to extract a filename from the url.
- If you leave out the file extension in the filename field, it will be extracted from the url if possible.
Expand Down
4 changes: 4 additions & 0 deletions make-zip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -ex
V=$(cat download-panel/manifest.json | grep '"version"' | grep -o "\d*\.\d*\.\d*")
rm -f "download-panel-$V.zip"
zip -r "download-panel-$V.zip" download-panel/*

0 comments on commit 566c97a

Please sign in to comment.