Feross Aboukhadijeh
58f1594d9e
Fix missing 'About WebTorrent' menu item
2016-05-14 01:51:47 -07:00
Feross Aboukhadijeh
c126ac0a84
fix test script on windows
2016-05-13 23:11:55 -07:00
Feross Aboukhadijeh
6768be710e
changelog fixes
2016-05-13 23:11:27 -07:00
Feross Aboukhadijeh
b63aa090dc
fix release script
2016-05-13 23:11:23 -07:00
Feross Aboukhadijeh
05ef8be5bc
0.4.0
v0.4.0
2016-05-13 22:49:38 -07:00
Feross Aboukhadijeh
1a09249bc3
changelog
2016-05-13 22:46:47 -07:00
Feross Aboukhadijeh
803820dfca
authors
2016-05-13 22:01:00 -07:00
Feross Aboukhadijeh
deb111bf62
Merge pull request #512 from feross/isnan-string
...
check if the subtitle label ends with a number
2016-05-13 21:49:14 -07:00
grunjol
7d64c7e308
check if the subtitle label ends with a number
2016-05-13 23:00:17 -03:00
Feross Aboukhadijeh
ffb7183f51
Win32: Look on Desktop for cert files
2016-05-13 18:04:24 -07:00
Feross Aboukhadijeh
20c6737aba
Merge pull request #511 from feross/fix-cpu
...
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue
2016-05-13 17:37:12 -07:00
Feross Aboukhadijeh
959fb20b61
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue
...
HACK: OS X: Disable WebRTC peers to fix 100% CPU issue caused by Chrome
bug.
Fixed in Chrome 51, so we can remove this hack once Electron updates
Chrome.
For #353 .
2016-05-13 17:32:06 -07:00
Feross Aboukhadijeh
5d14c923fa
Merge pull request #510 from feross/dc/fix
...
Allow seeding torrents that contain subtitles
2016-05-13 17:16:16 -07:00
DC
5ffa7c4465
Drag drop: subtitles only in video screen, torrents only in home screen
2016-05-13 17:15:10 -07:00
DC
461744da5b
Allow seeding torrents that contain subtitles
...
Fixes a bug in our drag-drop handling: before, it was impossible to create a torrent containing .torrent, .srt, or .vtt files
2016-05-13 16:59:49 -07:00
Feross Aboukhadijeh
6df33bc58b
remove stray console.log
2016-05-13 16:37:17 -07:00
Feross Aboukhadijeh
b5ae8f56cf
Merge pull request #509 from feross/win-32-bit
...
Only build 32-bit binaries for Windows
2016-05-13 16:27:40 -07:00
DC
2e0de52520
Fix torrentPath migration ( #479 )
...
Fixes #448
2016-05-13 15:18:08 -07:00
Feross Aboukhadijeh
7b1ff0efc6
Only build 32-bit binaries for Windows
2016-05-13 15:15:51 -07:00
Feross Aboukhadijeh
4002392b7f
Merge pull request #508 from feross/fix-handler
...
Windows: Fix handler registration for development version of app
2016-05-13 14:45:01 -07:00
Feross Aboukhadijeh
ee4b84fc11
Windows: Fix handler registration for development version of app
...
Closes #497 .
2016-05-13 14:24:22 -07:00
Feross Aboukhadijeh
90a0ce4a4d
Merge pull request #507 from feross/fix-is-production
...
Fix isProduction() detection
2016-05-13 13:38:41 -07:00
Feross Aboukhadijeh
80faba8234
Fix isProduction() detection
...
In the renderer process on OS X, config.IS_PRODUCTION was always true
because process.execPath is to "Electron Helper", so the detection
regex was being overly specific.
2016-05-13 13:29:25 -07:00
Feross Aboukhadijeh
ac0574a473
Fixes for PR #486
2016-05-13 13:21:31 -07:00
Feross Aboukhadijeh
792e3430f1
Merge pull request #486 from rguedes/soundwheelvideo
...
Increase/Decrease Sound with mouse wheel on video hover
2016-05-13 13:18:56 -07:00
Rolando Guedes
9e33be0ab1
Undo spaces changes
2016-05-13 21:05:26 +01:00
Rolando Guedes
c343c008ed
Undo spaces changes
2016-05-13 21:02:35 +01:00
Feross Aboukhadijeh
6405be5144
Merge pull request #506 from feross/update-deps
...
OS X: Bounce the Downloads stack when download completes
2016-05-13 12:26:52 -07:00
Feross Aboukhadijeh
db743daae5
Merge pull request #505 from feross/update-deps
...
Update deps
2016-05-13 12:25:27 -07:00
Feross Aboukhadijeh
290a25c393
OS X: Bounce the Downloads stack when download completes
...
(If the download is inside the Downloads folder.)
2016-05-13 12:25:03 -07:00
Feross Aboukhadijeh
6589e134b3
code style
2016-05-13 12:23:59 -07:00
Feross Aboukhadijeh
a2aa5e4271
electron-prebuilt@1.0.2
2016-05-13 12:09:03 -07:00
Feross Aboukhadijeh
205e2eb551
dlnacasts@0.1
2016-05-13 12:02:24 -07:00
grunjol
53209a9da3
push/unshift from submenu in linux/windows ( #504 )
2016-05-13 02:02:08 -07:00
Feross Aboukhadijeh
2a23611c5f
Merge pull request #502 from feross/add-mpg
...
Add .mpg video extension to supported list
2016-05-12 20:32:41 -07:00
Feross Aboukhadijeh
cb71913cbe
Add .mpg video extension to supported list
2016-05-12 20:16:12 -07:00
Feross Aboukhadijeh
836d7c6664
Use Array.prototype.includes
2016-05-12 20:14:24 -07:00
Feross Aboukhadijeh
4cef9f2911
Merge pull request #499 from feross/fix-fullscreen-button
...
Fix for overflowing captions icon
2016-05-12 17:57:51 -07:00
Feross Aboukhadijeh
0913988d53
Merge pull request #498 from feross/fix-volume-drag
...
OS X: Volume slider nub should not move window
2016-05-12 17:55:01 -07:00
Feross Aboukhadijeh
6468f82a7f
Small comment fix
2016-05-12 17:54:23 -07:00
Feross Aboukhadijeh
fd0fc769b1
Fix for overflowing captions icon
...
Closes #467 .
2016-05-12 17:54:16 -07:00
Feross Aboukhadijeh
e5b648dfc6
OS X: Volume slider nub should not move window
...
Before, grabbing the volume slider nub would move the window.
2016-05-12 17:23:51 -07:00
Feross Aboukhadijeh
7701c5f097
remove unused css
2016-05-12 17:11:11 -07:00
Feross Aboukhadijeh
e5eddce868
Merge pull request #495 from feross/osx-fullscreenst
...
OS X: Make controls use full window in fullscreen
2016-05-12 17:10:34 -07:00
Feross Aboukhadijeh
72f917a744
OS X: Make controls use full window in fullscreen
...
This bug was subtle. Basically, on OS X only, we use
window.setAspectRatio() to make the player window match the video size.
But this is maintained even in fullscreen mode, which makes the window
actually not use up the fullscreen, and there are black bars above and
below the video player controls, which looks really weird.
Unset the aspect ratio in fullscreen mode, then set it again upon
leaving fullscreen mode.
2016-05-12 17:09:10 -07:00
Feross Aboukhadijeh
0b82c83d44
style: remove extraneous parameters
2016-05-12 17:09:10 -07:00
Feross Aboukhadijeh
602654cc1d
Merge pull request #494 from feross/perf
...
Improve app startup time by ~350ms
2016-05-12 17:06:23 -07:00
Feross Aboukhadijeh
350bed53a3
Perf: Send 'ipcReady' before all requires (300ms improvement!)
...
This improves the time to the main window showing by 300ms on my
Macbook 12"!
Before: ~800ms
After: ~500ms
2016-05-12 17:00:34 -07:00
Feross Aboukhadijeh
840754fb59
Perf: Lazy load srt-to-vtt and languagedetect
2016-05-12 17:00:34 -07:00
Feross Aboukhadijeh
ed46583226
Perf: Send 'ipcReady' as soon as possible
...
This slightly improves app startup time
2016-05-12 17:00:34 -07:00