Commit Graph

689 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
1885b6a89e Merge pull request #205 from feross/compress
losslessly compress images (w/ ImageOptim)
2016-03-23 19:28:29 -07:00
Feross Aboukhadijeh
d8a5b8a701 losslessly compress images (w/ ImageOptim) 2016-03-23 19:26:56 -07:00
DC
d41e08b209 Fix magnet link progress bug 2016-03-23 06:43:13 -07:00
grunjol
fc6d8e7b7d add volume management 2016-03-23 09:01:07 -03:00
Feross Aboukhadijeh
9518670c7b Merge pull request #201 from feross/readme
update readme with link to releases
2016-03-22 20:43:29 -07:00
Nate Goldman
eff0b6eb23 Update README.md 2016-03-22 15:30:56 -07:00
DC
f56af6402c Audio metadata 2016-03-22 03:52:27 -07:00
DC
ebcc814ca7 WebTorrent can now play audio 2016-03-22 02:26:28 -07:00
Feross Aboukhadijeh
f7029c811c fix zip bundle
Before this change, the zip command would include the full path on my
machine in the zip file, i.e. /Users/feross/…
2016-03-22 00:02:16 -07:00
Feross Aboukhadijeh
a578d7555f CHANGELOG v0.0.1 2016-03-21 23:39:28 -07:00
Feross Aboukhadijeh
dff969f955 release: create fresh node_modules folder 2016-03-21 23:37:22 -07:00
Feross Aboukhadijeh
b964240a20 0.0.1 2016-03-21 23:34:48 -07:00
Feross Aboukhadijeh
7f7a395d67 AUTHORS.md: exclude duplicate author 2016-03-21 23:34:32 -07:00
Feross Aboukhadijeh
475ef8c6d0 add release scripts 2016-03-21 23:33:31 -07:00
Feross Aboukhadijeh
e269489639 fix changelog format 2016-03-21 23:24:00 -07:00
Feross Aboukhadijeh
20d5d5d60d Sign the app before producing the .zip file 2016-03-21 22:43:17 -07:00
Feross Aboukhadijeh
590dc99c51 Merge pull request #198 from feross/update
Add CHANGELOG.md; set update check delay to 10s
2016-03-21 22:01:58 -07:00
Feross Aboukhadijeh
10e9b36aea AUTO_UPDATE_CHECK_STARTUP_DELAY = 10 seconds 2016-03-21 21:45:27 -07:00
Feross Aboukhadijeh
5250f55bf7 add CHANGELOG.md 2016-03-21 21:44:49 -07:00
Feross Aboukhadijeh
9d47cf185f Merge pull request #197 from feross/autoupdater
OS X: Add auto-updater, sign app, build .DMG and .ZIP assets
v0.0.0
2016-03-21 20:33:45 -07:00
Feross Aboukhadijeh
02ad7f947d OS X: Sign apps, build .DMG and .ZIP assets 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
2b2b133db1 config: put APP_NAME into a variable 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
ce6d0e3255 add config.ROOT_PATH 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
310eebce2a remove app update check interval
If there’s an update, this would redownload it every 6 hours until the
app is restarted. We could fix it, but let’s just simplify this:

App updates are checked for on app startup only.
2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
f0df9011df add log.js module for renderer logging 2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
e7e7afab3b implement barebones auto updater 2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
3ba4b563ac move crash reporter placeholder 2016-03-21 20:19:30 -07:00
DC
13902daedd Use largest image in torrent as the poster
...as a fallback, if no the torrent doesn't contain any video files
2016-03-21 17:57:08 -07:00
DC
78f1d4c8eb Add tooltips 2016-03-21 16:51:45 -07:00
DC
1f888465ed Speed up Travis 2016-03-21 04:42:52 -07:00
DC
0afec083df Store path in each torrentSummary. Fixes #73 2016-03-21 04:38:09 -07:00
DC
ccfed4caa7 Notify completed torrents only if we actually DL'd them
In other words, don't notify completed torrents if all we did was verify data files that were already on disk
2016-03-21 04:21:44 -07:00
DC
15e3e49aa4 Fix #176: close window on OSX 2016-03-21 04:06:54 -07:00
DC
fe943db448 Fix window bounds restore on OSx 2016-03-21 03:56:56 -07:00
DC
511c60671c Restore window size correctly
* Don't attempt to change size when maximized or fullscreen
* Bugfix: restore window size correctly when returning from a video so big that it that caused the window to maximize
2016-03-21 02:34:56 -07:00
DC
1c2cd5f49e Fix default torrents
Big Buck Bunny playable now, files show correctly even before the user starts torrenting
2016-03-21 02:34:52 -07:00
DC
b02f236428 Show files even when torrent isn't torrenting 2016-03-21 02:25:41 -07:00
Feross Aboukhadijeh
3d35e0cbb0 Merge pull request #188 from feross/nav
Implement back/forward buttons
2016-03-20 23:16:37 -07:00
Feross Aboukhadijeh
ce2a9ceb11 Implement back/forward buttons (fix #180) 2016-03-20 22:54:51 -07:00
Feross Aboukhadijeh
42ea368c68 Use mkdirp; remove unneeded saveState() call 2016-03-20 17:09:59 -07:00
Feross Aboukhadijeh
fa3ca50d8f always log errors to console 2016-03-20 16:26:12 -07:00
Feross Aboukhadijeh
da702907b4 style 2016-03-20 16:26:12 -07:00
Feross Aboukhadijeh
08f3bd53f0 Merge pull request #184 from feross/image-optim
Run ImageOptim over static images
2016-03-20 16:24:23 -07:00
Feross Aboukhadijeh
509a2ec07b Run ImageOptim over static images
Save 268KB (22% file size)
2016-03-20 16:20:37 -07:00
Feross Aboukhadijeh
1c2d454be9 Merge pull request #183 from grunjol/feature-linux-desktop-icon
make png square
2016-03-20 16:16:12 -07:00
grunjol
80fa902299 Merge branch 'master' into feature-linux-desktop-icon 2016-03-20 20:02:29 -03:00
Feross Aboukhadijeh
64ab3a2363 update AUTHORS.md 2016-03-20 16:01:23 -07:00
Feross Aboukhadijeh
ad42a16c54 Merge pull request #182 from grunjol/master
add icon for linux desktop file
2016-03-20 16:00:44 -07:00
grunjol
eddf268ae9 make png square 2016-03-20 19:56:32 -03:00
grunjol
5a4684d3c6 add icon for linux desktop file 2016-03-20 12:47:55 -03:00