Feross Aboukhadijeh
c764bf4884
fixes for standard v10
2017-03-01 23:08:29 -08:00
Feross Aboukhadijeh
972203d675
material-ui@0.17
...
Tested and everything seems to work alright with the new version.
2017-02-20 03:09:56 -08:00
Feross Aboukhadijeh
2c382e14b5
electron@1.6.0
...
This version of Electron is 3 versions of Chromium newer, so there are
lots of performance improvements.
There is one known issue with this update:
https://github.com/electron/electron/issues/8694
But I think we should merge this anyway so that collaborators can try
out the new Chromium engine before we do a release with it. We might
find other bugs.
2017-02-15 15:31:35 -08:00
Feross Aboukhadijeh
c298950d34
Add 'Start Speaking' and 'Stop Speaking' menu item (Mac)
...
Probably improves the accessibility situation a little bit: #439
2017-02-15 13:31:28 -08:00
Feross Aboukhadijeh
00f2e5ccd6
Treat .FLAC as playable audio
...
Fixes: https://github.com/feross/webtorrent-desktop/issues/1124
Note FLAC is not actually playable in Electron, by default. But this
will at least offer to open it in VLC or the user's preferred player.
2017-02-15 13:31:06 -08:00
Feross Aboukhadijeh
8d86cffabd
standard
2017-02-08 16:07:25 -08:00
Feross Aboukhadijeh
95d6ec5fdd
move release instructions to contributing.md
2017-02-04 18:00:50 -08:00
DC
9fbee6cfeb
Replace release scripts with instructions
...
The release scripts don't really work, and there are a lot of manual steps that weren't documented. They are now.
2017-02-05 02:55:13 +01:00
Feross Aboukhadijeh
9892f88530
Fix 'About WebTorrent' menu location on Windows
2017-02-03 03:27:35 -08:00
Feross Aboukhadijeh
10ad990f97
update AUTHORS
2017-02-03 02:17:04 -08:00
Feross Aboukhadijeh
0ee7e80fd2
0.18.0
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
7d1520f858
disable background throttling in all windows
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
77ba258fbf
move Transfers menu
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
06366529cc
updated copyright year
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
d1c263f1b0
changelog for 0.18.0
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
d7a031a457
test: update test for new default trackers
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
b7201f424d
test: update screenshot for new default trackers
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
89f2785244
remove unneeded package from depcheck
2017-02-03 02:08:59 -08:00
Feross Aboukhadijeh
cffe416f50
package: fix deprecation warning
2017-02-03 02:01:54 -08:00
Feross Aboukhadijeh
d0eea34e9b
lock down dev dependencies
...
Let's be very explicit about updating these. They are very critical to
the build process, so we should always read the changelogs / commit log
before upgrading.
2017-02-03 02:01:54 -08:00
Feross Aboukhadijeh
4e82718788
electron-osx-sign@0.4
2017-02-03 02:01:54 -08:00
Feross Aboukhadijeh
293ca60e72
electron@1.4.15
2017-02-03 02:01:54 -08:00
Feross Aboukhadijeh
af4a6a5960
buble@0.15
2017-02-03 02:01:54 -08:00
Nuno Campos
e01c0b6f43
Add textarea to list of html tags that skip document-wide onPaste
2017-02-02 15:17:10 -08:00
Feross Aboukhadijeh
efc984f1dd
Include policy about copyrighted content in issues in issue template
2017-01-20 19:07:42 -08:00
Feross Aboukhadijeh
a046db40d2
Update react-tap-event-plugin 2.0.1
...
Fixes https://github.com/feross/webtorrent-desktop/issues/1086
2016-12-07 21:01:12 -08:00
Feross Aboukhadijeh
9068909b4d
fixes for standard
2016-11-22 19:43:51 -03:00
Mathias Rasmussen
4bb2056bc9
Auto-focus modal 'OK' button to allow keypress
2016-10-24 14:43:19 -05:00
Karan Thakkar
ed0f05abc4
Pause All will now pause seeding torrents too
2016-10-24 13:33:38 -05:00
Karan Thakkar
0c44e10ca7
Move sound.play outisde the for loop
2016-10-24 13:33:38 -05:00
Karan Thakkar
d8c9014471
Add a new Transfers menu to allow pause all and resume all torrents
2016-10-24 13:33:38 -05:00
Feross Aboukhadijeh
7cf1d96a80
Fixes for PR #1050
2016-10-18 12:49:09 +01:00
Adam Gotlib
ffd9fbda57
Disallow saving torrent file until it is generated
...
Fixes #1031 .
2016-10-18 12:46:33 +01:00
Adam Gotlib
d8904aaf6e
Log successful attempts to open an external player
2016-10-13 23:31:34 -05:00
Adam Gotlib
de2db211cc
Log play attempt separately for each file
2016-10-13 23:31:34 -05:00
Adam Gotlib
e8ab172d1b
Remove unused 'timeout' field from telemetry
2016-10-13 23:31:34 -05:00
Alexey Romanov
32f96c03dd
#1039 : Formatting fixed.
...
Removed comma and added space after download speed.
2016-10-13 21:24:17 -07:00
Feross Aboukhadijeh
5158606740
Remove lodash.merge require() hack
...
See:
https://github.com/callemall/material-ui/pull/4380#issuecomment-25089455
2
My PR to material-ui to replace the full `lodash` with just the needed
functions was merged. So we can remove this hack.
2016-10-12 17:53:52 -05:00
Feross Aboukhadijeh
0de80165ed
material-ui@0.16
2016-10-12 17:53:52 -05:00
Feross Aboukhadijeh
dcaa99d2bf
es6-error@4
2016-10-12 17:53:52 -05:00
Feross Aboukhadijeh
1a1a4cd5d0
electron 1.4.3
...
Changelog: https://github.com/electron/electron/releases/tag/v1.4.3
2016-10-12 17:53:52 -05:00
Feross Aboukhadijeh
4cbad1fccd
0.17.2
v0.17.2
2016-10-10 22:44:08 -07:00
Feross Aboukhadijeh
f818564dd1
package.json: Add {"private": true}
...
To prevent accidental publishing to npm.
2016-10-10 22:41:17 -07:00
Feross Aboukhadijeh
8be690a26e
v0.17.2 changelog
2016-10-10 22:37:24 -07:00
Feross Aboukhadijeh
8081d42477
Attempt to fix "TypeError: Cannot read property 'startPiece' of undefined"
...
It wasn't clear what was causing this error, and I couldn't reproduce
it.
This PR attempts to resolve the issue by just guarding against the
exception.
2016-10-10 22:31:33 -07:00
Feross Aboukhadijeh
b0b6069fe2
remove 'pug' from nodemon command (we don't use pug)
2016-10-06 00:37:11 -07:00
Feross Aboukhadijeh
994aed9af7
Fix "Cannot read property 'files' of null"
...
This PR fixes one of our number 2 top error (142 error reports today
alone):
Processes: webtorrent window, platforms: darwin linux win32, versions:
pre-0.12 0.14.0 0.17.0 0.17.1
TypeError: Cannot read property 'files' of null
at getAudioMetadata (.../build/renderer/webtorrent.js:328:21)
at EventEmitter.<anonymous> (.../build/renderer/webtorrent.js:84:74)
at emitThree (events.js:116:13)
at EventEmitter.emit (events.js:194:7)
This error is reproducible if you start webtorrent for the first time
and click the WIRED CD torrent. This causes the webtorrent process to
get a 'wt-get-audio-metadata' before 'wt-start-torrenting'.
You can reproduce it 100% of the time if you force the race condition
to show itself by slowing down the sending of the 'wt-start-torrenting'
event.
(This same error was showing for an unrelated reason in the past: #891 )
2016-10-05 03:00:52 -07:00
Feross Aboukhadijeh
852fc86cbd
Remove unecessary return statement
2016-10-05 03:00:52 -07:00
Feross Aboukhadijeh
8801a87a58
Throttle browser-window 'move' and 'resize' events
...
Fixes: https://github.com/feross/webtorrent-desktop/issues/1011
2016-10-05 03:00:42 -07:00
Feross Aboukhadijeh
1e10f0083c
Windows: Fix impossible to delete Wired CS torrent
2016-10-05 03:00:24 -07:00