Feross Aboukhadijeh
746e10c025
author email
2016-06-15 17:41:04 -07:00
Feross Aboukhadijeh
9d3e26f15a
0.7.2
2016-06-02 22:46:10 -07:00
Feross Aboukhadijeh
65e0b5d6e7
0.7.1
2016-06-02 19:58:43 -07:00
Feross Aboukhadijeh
e86bd26800
Refactor state save/load
...
- Fix bug where new install was relying on the migration to run on
startup to fix up the default config
- Moved save/load functions into state.js
- Removed exported getInitialState, getDefaultSavedState since that's
leaky. The state module should take care of that.
2016-06-02 19:46:29 -07:00
Feross Aboukhadijeh
e8cb6abf0a
0.7.0
2016-06-02 16:21:56 -07:00
Feross Aboukhadijeh
6d670bdd3f
electron-prebuilt@1.2.1
2016-06-01 19:19:20 -07:00
Feross Aboukhadijeh
2c0de25423
Semver-based migrations
...
- Put migrations into a separate file: migrations.js
- Add semver, for more specific version-based migrations.
- Change `state.saved.version` to semver app version.
2016-05-31 13:04:39 -07:00
Thomas Watson Steen
13f1ecdbe3
Use airplayer ( #452 )
...
* Use airplayer
* Mock AirPlay volume support
* Add AirPlay event support
2016-05-28 10:50:30 -07:00
Feross Aboukhadijeh
2a8a26ac54
electron-prebuilt@1.2.0
2016-05-26 15:34:12 -07:00
Feross Aboukhadijeh
bf49214790
electron-prebuilt@1.1.3
2016-05-26 15:33:33 -07:00
DC
44c3421e92
0.6.1
2016-05-26 03:46:32 -07:00
DC
205bf75c7e
Simplify shortcuts. Go Back menu item
...
Fixes #585
2016-05-25 23:31:32 -07:00
DC
0a15db2892
0.6.0
2016-05-24 03:05:31 -07:00
Feross Aboukhadijeh
279c621d23
More consistent controls, delete verbose css
2016-05-23 14:16:51 -07:00
Feross Aboukhadijeh
510187c2ae
electron-prebuilt@1.1.1 ( #555 )
2016-05-21 17:00:46 -07:00
Feross Aboukhadijeh
76c732bafb
Merge pull request #541 from feross/remove-concat-stream
...
Use lighter-weight simple-concat instead of concat-stream
2016-05-20 16:09:46 -07:00
Feross Aboukhadijeh
ab476c9a9c
Merge pull request #540 from feross/llc
...
WebTorrent, LLC
2016-05-20 16:09:18 -07:00
Feross Aboukhadijeh
b6ba4f45c8
nobin-debian-installer@0.0.10
2016-05-20 14:37:54 -07:00
Feross Aboukhadijeh
17ccd217a9
Use lighter-weight simple-concat instead of concat-stream
...
These modules do the same thing.
$ browserify -r simple-concat --no-builtins | wc -c
901
$ browserify -r concat-stream --no-builtins | wc -c
91998
2016-05-19 16:57:14 -07:00
Feross Aboukhadijeh
0df6198549
WebTorrent, LLC
...
What is WebTorrent, LLC?
WebTorrent, LLC is the legal entity that runs the WebTorrent project.
WebTorrent is still, and always will be, non-profit, open source, free
software.
There are no plans to make a profit from WebTorrent.
2016-05-19 16:43:51 -07:00
DC
7bd30f8a16
Clean up addSubtitles ( #535 )
...
* Fix comments from #529
* Don't unlink deselected files
I still want to do that eventually, but needs to be supported in WebTorrent
See https://github.com/feross/webtorrent/issues/806
2016-05-18 02:07:24 -07:00
Feross Aboukhadijeh
fe50f76619
0.5.1
2016-05-18 00:40:37 -07:00
Feross Aboukhadijeh
b0116deb35
appdmg@^0.4.3
2016-05-17 22:21:29 -07:00
Feross Aboukhadijeh
cfb3a01239
0.5.0
2016-05-17 22:07:10 -07:00
DC
0095687bf5
Simplify subtitles code
2016-05-17 06:27:58 -07:00
DC
9731d85ca3
Simplify subtitles code
2016-05-16 03:41:27 -07:00
Feross Aboukhadijeh
c126ac0a84
fix test script on windows
2016-05-13 23:11:55 -07:00
Feross Aboukhadijeh
05ef8be5bc
0.4.0
2016-05-13 22:49:38 -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
Feross Aboukhadijeh
fe31cfaa3e
electron-prebuilt@1.0.1
2016-05-12 15:22:39 -07:00
Feross Aboukhadijeh
4221883eb4
application-config@^0.2.1
...
My fixes were merged upstream -- no need to depend on my fork anymore.
2016-05-09 17:18:53 +02:00
Feross Aboukhadijeh
9d4aeaedd3
add npm run open-config to get to config file quickly
2016-05-09 17:10:51 +02:00
Feross Aboukhadijeh
558b6c1648
add new package.json keywords
2016-05-09 17:10:35 +02:00
Feross Aboukhadijeh
98e263e69a
Remove path-exists
...
This package trivially wraps core node.js functionality. Let's do
without it.
2016-05-09 16:59:57 +02:00
Feross Aboukhadijeh
11cf4aeecd
electron-prebuilt@0.37.8
...
All bug fixes. The only new feature that's relevant to WebTorrent
Desktop is `setSheetOffset`
2016-05-09 02:00:02 +02:00
DC
1e487a3c2a
Use vlc-command
2016-05-04 01:48:39 -07:00
DC
291ea94a10
Cross platform VLC detection
2016-05-04 00:48:34 -07:00
DC
0a005eb054
Check for missing or unused dependencies
2016-05-03 00:08:53 -07:00
Feross Aboukhadijeh
56ba5c705a
add missing mkdirp dep
2016-05-02 20:39:06 +02:00
Feross Aboukhadijeh
cdab2dbc65
add missing rimraf dep
2016-05-02 20:39:06 +02:00
Feross Aboukhadijeh
4284eb8f75
add missing path-exists dep
2016-05-02 20:39:06 +02:00
greenkeeperio-bot
1d4d4319e4
chore(package): update standard to version 7.0.0
...
https://greenkeeper.io/
2016-05-02 16:22:55 +02:00
Feross Aboukhadijeh
fdd7dab76f
electron-winstaller@2.3.0
2016-04-28 12:18:31 +02:00
Greenkeeper
011ab13c83
chore(package): update cross-zip to version 2.0.1 ( #445 )
...
https://greenkeeper.io/
2016-04-28 12:10:05 +02:00
DC
1479369db1
Convert Create Torrent modal to page, clean up App
2016-04-27 02:51:45 -07:00
DC
06f81ff759
Remove extra filesystem dependencies
2016-04-19 06:59:11 -07:00
DC
2693075f9f
Keep all torrent files and poster images in app config folder
...
Fixes #402
2016-04-19 06:59:10 -07:00
Greenkeeper
e08e5d14a2
chore(package): update electron-packager to version 7.0.0 ( #421 )
...
http://greenkeeper.io/
2016-04-18 17:56:05 -07:00
grunjol
5471760278
srt-to-vtt@1.1.1 ( #419 )
2016-04-16 09:42:00 -03:00