DC
f259b32cce
0.12.0
2016-08-23 00:07:01 -07:00
Feross Aboukhadijeh
70bc32614b
0.11.0
2016-08-19 16:24:20 -07:00
Feross Aboukhadijeh
f48ecb87b2
plist@2
...
Looks like there are no important changes. They just deleted some
deprecated methods we don't use.
2016-08-19 16:19:05 -07:00
Feross Aboukhadijeh
bb4db2cede
update to standard v8
...
The only thing we have to change is to self-close tags that don't
contain anything. This wasn't even an explicit change in standard. It
was already a rule, but I think it wasn't getting enforced very well
until a bugfix.
2016-08-19 01:44:28 -07:00
Feross Aboukhadijeh
110e25af73
electron-prebuilt@1.3.3
2016-08-10 16:47:58 -07:00
Feross Aboukhadijeh
11eb603930
0.10.0
2016-08-05 22:53:49 -07:00
Feross Aboukhadijeh
a8239895c6
babel: Add --quiet option
2016-08-04 21:41:37 -07:00
Feross Aboukhadijeh
7531ab4623
Simplify babel integration further
...
The "react" preset is composed of a bunch of plugins.
https://babeljs.io/docs/plugins/preset-react/
Turns out, we only need 2 of them, not all 5.
2016-08-04 21:37:53 -07:00
Feross Aboukhadijeh
9b36f9cb22
Ensure that build folder gets generated before npm publish
...
So users using `npm install -g webtorrent-desktop` will always get a
working version.
2016-08-04 21:05:03 -07:00
Feross Aboukhadijeh
29f8ef6b72
Replace deprecated react-tools with babel
...
- Switch to babel, since react-tools has been deprecated since June 12,
2015. See
https://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform
-and-react-tools.html
- Move babel command to "npm run build"
- Move commands for package into "bin/package.js"
2016-08-04 21:04:49 -07:00
Feross Aboukhadijeh
67409214a4
Allow dragging magnet links ( Fix #284 )
2016-08-03 20:26:46 -07:00
Feross Aboukhadijeh
91a4c0cff5
electron-prebuilt@1.3.2
...
Changelog: https://github.com/electron/electron/releases/tag/v1.3.2
Nothing in the changelog fixes known WebTorrent Desktop issues.
2016-08-02 19:11:06 -07:00
Benjamin Tan
fc53c68dd9
Use rimraf instead of rm -rf for Windows.
2016-07-31 16:36:43 +08:00
Feross Aboukhadijeh
536f04985f
Switch to using location-history package
...
https://npmjs.com/package/location-history
2016-07-28 20:07:12 -07:00
Feross Aboukhadijeh
8ba4dadb10
electron-prebuilt@1.3.1
2016-07-27 14:49:59 -07:00
Feross Aboukhadijeh
2590e0effc
Merge pull request #743 from feross/f/mac
...
OS X -> Mac
2016-07-27 13:15:48 -07:00
Feross Aboukhadijeh
b417ef5b03
Merge pull request #744 from feross/f/engines
...
Add "engines" field to package.json
2016-07-27 13:15:12 -07:00
Feross Aboukhadijeh
904f337713
Add "engines" field to package.json
...
Fixes #675
2016-07-26 22:58:07 -07:00
Feross Aboukhadijeh
febad56497
OS X -> Mac
2016-07-26 21:55:05 -07:00
Feross Aboukhadijeh
cb71de2313
Set peer ID to start with "-WD-"
...
To distinguish WebTorrent Desktop (WD) from WebTorrent in the browser
(WW).
See the spec:
http://www.bittorrent.org/beps/bep_0020.html
https://wiki.theory.org/BitTorrentSpecification
2016-07-26 20:20:01 -07:00
Feross Aboukhadijeh
80983c2058
electron-prebuilt@1.3.0
...
Another Electron was just released. Let's bump from 1.2.8 to 1.3.0.
Changelog:
- Upgrade to Chrome 52
- Update to Node.js 6.3.0
2016-07-25 15:42:55 -07:00
Mathias Rasmussen
7c14d8c909
bump versions of electron and fs-extra
2016-07-25 02:18:14 +02:00
Feross Aboukhadijeh
fe4c1b0ee8
Merge pull request #733 from feross/f/application-config
...
application-config@1
2016-07-23 02:35:43 -07:00
DC
d20786cd69
React: fix package script
2016-07-22 19:57:06 -07:00
Feross Aboukhadijeh
073a86ecbd
application-config@1
...
This protects against corrupting the configuration file if the
application crashes before the stream finishes writing to the file
Especially important for large configuration files
See https://github.com/LinusU/node-application-config/pull/3
2016-07-22 17:21:25 -07:00
DC
a4a31d0860
React: fix warnings
2016-07-22 13:06:58 -07:00
DC
2a1e987d42
Switch from virtualdom to React
2016-07-22 13:06:55 -07:00
DC
0cbae6b4d5
0.9.0
2016-07-20 23:18:23 -07:00
DC
770327c3fa
0.8.1
2016-06-27 02:38:45 -07:00
DC
e34223fc94
0.8.0
2016-06-23 07:31:18 -07:00
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