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

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzhangzm committed Jul 29, 2019
1 parent d83ea84 commit 5ee83dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 48 deletions.
44 changes: 1 addition & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "photon",
"version": "0.3.1",
"version": "0.4.0",
"author": "Alan Zhang <alandevel@outlook.com>",
"description": "A lightweight downloader based on aria2",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,7 +60,10 @@
},
"linux": {
"icon": "build/icons",
"target": "deb",
"target": [
"deb",
"AppImage"
],
"depends": [
"gconf2",
"gconf-service",
Expand All @@ -74,8 +77,6 @@
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"audit": "0.0.6",
"fix": "0.0.6",
"parse-torrent": "^7.0.0",
"vue": "^2.3.3",
"vue-electron": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion static/aria2/aria2.conf
Expand Up @@ -116,4 +116,4 @@ peer-id-prefix=-TR2770-
# Specify the string used during the bitorrent extended handshake for the peer’s client version. Default: aria2/$MAJOR.$MINOR.$PATCH, $MAJOR, $MINOR and $PATCH are replaced by major, minor and patch version number respectively. For instance, aria2 version 1.18.8 has peer agent aria2/1.18.8.
peer-agent=Transmission/2.77
# Comma separated list of additional BitTorrent tracker's announce URI. Reference: https://github.com/ngosang/trackerslist/
bt-tracker=udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.open-internet.nl:6969/announce,udp://tracker.leechers-paradise.org:6969/announce,udp://tracker.internetwarriors.net:1337/announce,udp://9.rarbg.to:2710/announce,udp://9.rarbg.me:2710/announce,udp://tracker.opentrackr.org:1337/announce,udp://exodus.desync.com:6969/announce,udp://explodie.org:6969/announce,udp://tracker2.itzmx.com:6961/announce,udp://tracker1.itzmx.com:8080/announce,udp://ipv4.tracker.harry.lu:80/announce,http://tracker3.itzmx.com:6961/announce,udp://tracker.torrent.eu.org:451/announce,udp://tracker4.itzmx.com:2710/announce,udp://tracker.tiny-vps.com:6969/announce,udp://tracker.moeking.me:6969/announce,udp://tracker.filemail.com:6969/announce,udp://tracker.cyberia.is:6969/announce,udp://retracker.netbynet.ru:2710/announce
bt-tracker=udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.open-internet.nl:6969/announce,udp://tracker.leechers-paradise.org:6969/announce,udp://tracker.opentrackr.org:1337/announce,udp://9.rarbg.to:2710/announce,udp://9.rarbg.me:2710/announce,udp://tracker.openbittorrent.com:80/announce,udp://exodus.desync.com:6969/announce,http://tracker3.itzmx.com:6961/announce,http://tracker1.itzmx.com:8080/announce,udp://retracker.lanta-net.ru:2710/announce,udp://tracker.tiny-vps.com:6969/announce,udp://bt.xxx-tracker.com:2710/announce,udp://tracker2.itzmx.com:6961/announce,udp://tracker.torrent.eu.org:451/announce,udp://tracker.cyberia.is:6969/announce,http://tracker4.itzmx.com:2710/announce,http://open.acgnxtracker.com:80/announce,udp://explodie.org:6969/announce,http://retracker.mgts.by:80/announce

0 comments on commit 5ee83dc

Please sign in to comment.