Feross Aboukhadijeh
38022bb3df
Windows: use feross fork for setupExe option
2016-04-04 19:23:10 -07:00
Feross Aboukhadijeh
663e607797
Windows: Add valid iconUrl – for building on non-Windows platforms
2016-04-04 18:42:46 -07:00
Feross Aboukhadijeh
82c9e8f8ab
Windows packager: use Github URL for remoteRelease
2016-04-04 18:23:27 -07:00
Feross Aboukhadijeh
3d8429fb12
New update URL: /desktop/update
2016-04-04 18:22:58 -07:00
Feross Aboukhadijeh
c20a809014
Windows: use remote releases URL for updates
2016-04-04 17:55:08 -07:00
Feross Aboukhadijeh
b7858a03b5
Windows: don't generate .msi
2016-04-04 17:54:58 -07:00
Feross Aboukhadijeh
27bf803539
Windows: name Setup.exe with version number
2016-04-04 17:54:50 -07:00
Feross Aboukhadijeh
0b64dcf4ec
Windows: Fix protocol registration
2016-04-04 17:52:19 -07:00
Feross Aboukhadijeh
30631fb879
Merge pull request #292 from grunjol/fix-follow-debian-convention
...
Follow debian package name convention
2016-04-04 16:59:23 -07:00
grunjol
6c275a33ea
follow debian package name convention
2016-04-04 20:25:23 -03:00
Feross Aboukhadijeh
fe00d162e1
Merge pull request #290 from feross/deb
...
Name the .deb file consistently
2016-04-04 15:32:54 -07: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
Feross Aboukhadijeh
50b8f42312
Merge pull request #289 from feross/fix-tray
...
Windows/Linux: Fix broken Quit option in Tray icon
2016-04-04 13:50:32 -07:00
Feross Aboukhadijeh
ccaf0de63d
Windows/Linux: Fix broken Quit option in Tray icon
...
This also cleans up the code by handling quit in the same way for all
platforms, removing the special case in tray.js for darwin.
We already have a 'before-quit' handler in main/index.js, so this is
now handled there :)
2016-04-04 13:40:27 -07:00
Feross Aboukhadijeh
9d8e79fb35
Windows: Shorter install splash screen
2016-04-04 13:18:59 -07:00
Feross Aboukhadijeh
189ec60f4e
Merge pull request #286 from feross/protocol-handler
...
OS X: Use app.setAsDefaultProtocolClient
2016-04-04 13:17:43 -07:00
Feross Aboukhadijeh
6fcc9c23b8
OS X: Use app.setAsDefaultProtocolClient
...
- OS X: Register as default handler for "magnet" on startup
Also:
- Log errors in the renderer process, like the rest of errors in the
main process
- Windows: Less chance of registry write race condition
Fix #285
2016-04-04 04:57:23 -07:00
Feross Aboukhadijeh
d0515bb2a2
Windows: register protocol handlers on startup
...
Just like other OSes. There's no reason for there to be a difference.
2016-04-04 04:43:27 -07:00
grunjol
4f79fbfc41
refactor cast module
...
* refactor cast module
* fix standard
* remove debug dependency
2016-04-04 01:22:02 -07:00
Feross Aboukhadijeh
5ccabe756a
fix: OS X has no tray icon
2016-04-04 01:08:18 -07:00
DC
fb42b84245
Save state when quitting on OSX
2016-04-04 01:08:18 -07:00
DC
ee5b6ea472
PR #278 fixes
2016-04-04 01:08:18 -07:00
DC
609df9eb1e
Torrent warning & error events
...
Fixes #253
2016-04-04 01:08:18 -07:00
DC
20157f39ee
Seed in place, don't copy to /tmp
...
Fixes https://github.com/feross/webtorrent-desktop/issues/254
2016-04-04 01:08:18 -07:00
Feross Aboukhadijeh
c975f2f2d0
Merge pull request #283 from feross/greenkeeper-electron-prebuilt-0.37.4
...
Update electron-prebuilt to version 0.37.4 🚀
2016-04-03 21:22:54 -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
a064794c87
set error handling in pre and post init script
2016-04-02 09:20:00 -03:00
grunjol
faee840073
update installer version
2016-04-02 09:20:00 -03:00
grunjol
dd8ed77153
add package invocation change for deb/zip package
2016-04-02 09:20:00 -03:00
grunjol
27727a7a97
Linux: create Debian package
2016-04-02 09:20:00 -03:00
Feross Aboukhadijeh
f3771dd645
chore(package): update webtorrent to version 0.90.0
...
Update webtorrent to version 0.90.0 🚀
2016-04-02 02:03:01 -07: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
ae69d186f6
Fixes for PR #279
2016-04-02 00:39:37 -07:00
DC
04b7cdb24f
Don't re-verify unchanged files
...
Keep track of the most recent file modtimes at which we verified that the torrent piece hashes all match.
2016-04-02 00:38:29 -07:00
Feross Aboukhadijeh
8868ec6d68
Update CONTRIBUTING.md
2016-04-01 21:27:47 -07:00
DC
15242666ce
UI: Pending torrent is not necessarily from magnet link
2016-04-01 03:54:17 -07:00
Feross Aboukhadijeh
a5255a3621
webtorrent@0.89
2016-04-01 01:13:39 -07:00
Feross Aboukhadijeh
76072b1be1
fix badge link issue
...
the spaces between badges were linked
2016-04-01 00:31:52 -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
e402fb93fb
webtorrent-app -> webtorrent-desktop
2016-04-01 00:09:45 -07:00
DC
520ab99b21
Toggle show/hide in tray icon
...
Fix state saving on app exit
2016-03-31 08:38:35 -07:00
DC
742061183b
Show new files immediately when seeding
...
Fixes #208
2016-03-31 08:07:55 -07:00
DC
8a16ddb3d0
Don't log mediaTimeUpdate, less noise
2016-03-30 20:48:25 -07:00
DC
af783e0532
Save audio metadata, after extraction
...
Fixes #260
2016-03-30 20:47:04 -07:00
Feross Aboukhadijeh
d1806d9503
0.2.0
v0.2.0
2016-03-29 03:58:38 -07:00
Feross Aboukhadijeh
1ce894c134
changelog
2016-03-29 03:57:29 -07:00
Feross Aboukhadijeh
8b1d7e5394
Changelog v0.2.0
2016-03-29 03:52:19 -07:00
DC
39a6832631
Minimize to tray
...
Fixes #150
2016-03-29 03:51:15 -07:00