DC
db9e3e90c5
WebTorrent process
...
* Separate hidden window, with its own renderer process, for WebTorrent
(Must be a window. You cannot run WebRTC at all in a Web Worker, and you can't
run it well in a node process like the electron main process.)
* Disabled the create-torrent-modal for now. That gives us a consistent UX
regardless of whether the user dragged files or folders onto the app or opened
the Create New Torrent menu item.
* Main process routes all messages between the main and webtorrent windows.
* The renderer index.js is smaller now (but still too big), with the WebTorrent
interface moved to webtorrent.js / it's own process.
* The UI should be faster now, and should not lag under load.
2016-04-05 15:36:26 -07:00
grunjol
57e5eed47f
fix DLNA icon, calls, remove unneeded depencendies in dlnacasts
2016-04-05 12:23:41 -03:00
grunjol
6aa7058184
add DLNA support
2016-04-05 12:23:40 -03:00
Feross Aboukhadijeh
22421e365c
Revert "chore(package): update electron-prebuilt to version 0.37.4"
...
This reverts commit 509e2804e0 .
2016-04-04 23:12:11 -07:00
Feross Aboukhadijeh
7970066ccd
Uninstall handlers on Windows uninstall/npm run clean
2016-04-04 20:27:48 -07:00
Feross Aboukhadijeh
60daeb9225
fixpack
2016-04-04 19:36:21 -07:00
Feross Aboukhadijeh
38022bb3df
Windows: use feross fork for setupExe option
2016-04-04 19:23:10 -07:00
grunjol
6c275a33ea
follow debian package name convention
2016-04-04 20:25:23 -03:00
Feross Aboukhadijeh
3599ec077b
Name the .deb file consistently
...
Instead of "webtorrent-desktop_0.2.0-1_amd64.deb", name it
"WebTorrent-v0.2.0.deb"
2016-04-04 15:31:24 -07:00
Feross Aboukhadijeh
a65ee51358
Merge pull request #264 from grunjol/feature-debian-package
...
Linux: Create .deb package
2016-04-04 15:09:41 -07:00
greenkeeperio-bot
c9559419cd
chore(package): update electron-prebuilt to version 0.37.4
...
http://greenkeeper.io/
2016-04-03 04:08:48 -07:00
grunjol
faee840073
update installer version
2016-04-02 09:20:00 -03:00
grunjol
27727a7a97
Linux: create Debian package
2016-04-02 09:20:00 -03:00
greenkeeperio-bot
52d909c374
chore(package): update webtorrent to version 0.90.0
...
http://greenkeeper.io/
2016-04-02 01:22:56 -07:00
Feross Aboukhadijeh
a5255a3621
webtorrent@0.89
2016-04-01 01:13:39 -07:00
Feross Aboukhadijeh
7485750b41
electron-prebuilt@0.37.3
2016-04-01 00:12:58 -07:00
Feross Aboukhadijeh
f7482fce5b
remove debug dependency
2016-04-01 00:09:51 -07:00
Feross Aboukhadijeh
d1806d9503
0.2.0
2016-03-29 03:58:38 -07:00
Feross Aboukhadijeh
0683255281
webtorrent@0.88.1
2016-03-29 02:53:08 -07:00
Feross Aboukhadijeh
8ce7235c2b
webtorrent@0.88
...
Lots of perf fixes for #256
2016-03-28 22:55:23 -07:00
DC
1afedac12f
Fix version, my bad
2016-03-28 20:10:02 -07:00
DC
86069a7173
Linux update notifications
...
Fixes #257
2016-03-28 16:16:43 -07:00
Feross Aboukhadijeh
9080a69e3c
Merge pull request #258 from feross/greenkeeper-electron-packager-6.0.0
...
Update electron-packager to version 6.0.0 🚀
2016-03-28 13:53:28 -07:00
Nate Goldman
986fbf5418
app -> desktop
2016-03-28 13:50:27 -07:00
greenkeeperio-bot
57117e9043
chore(package): update electron-packager to version 6.0.0
...
http://greenkeeper.io/
2016-03-28 07:59:53 -07:00
DC
ab55852bb0
v0.1.1
2016-03-28 00:39:15 -07:00
Romain Beaumont
391a2004f4
add binary, fix #247
...
cmd.js is mostly taken from node_modules/electron-prebuilt/cli.js (what the node_modules/.bin/electron symlink points to)
2016-03-28 02:26:13 +02:00
Nate Goldman
7dfc6fd98c
fix package arg
2016-03-25 11:43:13 -07:00
Feross Aboukhadijeh
d8f97c3b58
put package.json name back to webtorrent-app
...
webtorrent-www relies on this name. I originally changed it because I
thought the windows install builder was using it, but I pass all the
options into that explicitly now, and even pass an option to prevent it
from using package.json, so this should be okay.
2016-03-25 04:07:31 -07:00
Feross Aboukhadijeh
753cca7dfb
remove duplicate path-exists dep
2016-03-25 03:57:16 -07:00
Feross Aboukhadijeh
7d61968f64
0.1.0
2016-03-25 03:52:35 -07:00
Feross Aboukhadijeh
b0672cce9e
npm install before packaging
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
0681169653
Windows: base Squirrel shortcut code on Nylas N1
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
8bba565609
Windows: create desktop/start menu shortcuts on install/update
2016-03-25 03:33:39 -07:00
Feross Aboukhadijeh
aecead4a2d
Windows: Create installer .exe file
2016-03-25 03:33:39 -07:00
greenkeeperio-bot
e0856a5274
chore(package): update webtorrent to version 0.87.1
...
http://greenkeeper.io/
2016-03-24 19:58:13 -07:00
DC
f56af6402c
Audio metadata
2016-03-22 03:52:27 -07:00
Feross Aboukhadijeh
b964240a20
0.0.1
2016-03-21 23:34:48 -07:00
Feross Aboukhadijeh
475ef8c6d0
add release scripts
2016-03-21 23:33:31 -07:00
Feross Aboukhadijeh
02ad7f947d
OS X: Sign apps, build .DMG and .ZIP assets
2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
42ea368c68
Use mkdirp; remove unneeded saveState() call
2016-03-20 17:09:59 -07:00
Feross Aboukhadijeh
2cc8ebc9f8
Windows: register protocol handler for magnet links
2016-03-19 20:32:18 -07:00
Feross Aboukhadijeh
7738aa2f16
rename "npm run cleanup" to "npm run clean"
2016-03-19 16:20:11 -07:00
greenkeeperio-bot
df758ed71d
chore(package): update webtorrent to version 0.86.0
...
http://greenkeeper.io/
2016-03-18 15:57:30 -07:00
greenkeeperio-bot
fefbde89c4
chore(package): update electron-prebuilt to version 0.37.2
...
http://greenkeeper.io/
2016-03-14 04:26:07 -07:00
greenkeeperio-bot
0893616bc7
chore(package): update electron-prebuilt to version 0.36.11
...
http://greenkeeper.io/
2016-03-11 04:43:43 -08:00
greenkeeperio-bot
3f3aa3bba6
chore(package): update webtorrent to version 0.85.1
...
http://greenkeeper.io/
2016-03-11 00:07:08 -08:00
greenkeeperio-bot
1b7ef62dc0
chore(package): update webtorrent to version 0.85.0
...
http://greenkeeper.io/
2016-03-10 23:52:37 -08:00
Nate Goldman
f4dc0018dd
enable os x file drop, add osx torrent file icon
...
- fixes #131
- partially addresses #77 for osx (now handles .torrent files)
2016-03-10 21:51:32 -08:00
Nate Goldman
f5bada9cb3
Merge pull request #129 from feross/app-size
...
Shrink Electron bundle by MBs!
2016-03-10 19:25:10 -08:00