DC
f0464c44fd
Changelog fixes
2016-09-04 10:31:01 -07:00
DC
b323ee24c4
Design: forward/back buttons, remove bad CSS
2016-09-04 09:51:50 -07:00
DC
38aad2ee9c
authors
2016-09-03 18:49:49 -07:00
DC
b69ca93d20
0.14.0
2016-09-03 18:49:49 -07:00
DC
e21a039e70
changelog
2016-09-03 18:49:49 -07:00
Adam Gotlib
11f8e428a0
Restore playback state when reopening player ( #877 )
2016-09-03 15:25:19 -07:00
Mathias Rasmussen
704455c432
Rename App.js -> app.js ( #882 )
2016-09-03 13:24:09 -07:00
Noam Okman
c25bee755c
make "npm run watch" work on windows ( #878 )
2016-09-03 20:13:11 +02:00
Dan Flettre
373d598c29
Merge pull request #880 from feross/dc/design
...
Torrent list design
2016-09-02 21:30:36 -05:00
DC
b8effffa96
Delete unused defaultPlayFileIndex
2016-09-02 14:13:30 -07:00
DC
ca6a7917ce
Design: progress bar styling
2016-09-02 12:25:55 -07:00
DC
033bdf7908
Design: removed hover/select brightness
...
All those gradients and brighness filters toggling on and off were getting annoying
2016-09-02 12:08:57 -07:00
DC
6fe03aa325
Material UI: upgrade modals
...
Also clean up the Create Torrent page, delete some redundant CSS, prevent click-and-drag inside a TextField from moving the whole window, and make all label and input fonts a consistent 14px size.
2016-09-02 02:30:37 -07:00
DC
b93f41f564
Telemetry: fix stacktrace redaction
2016-09-01 20:05:37 -07:00
DC
3f6cc97a02
Style: no more var
2016-09-01 19:52:37 -07:00
DC
0bda5358bd
Style: extra linting
2016-09-01 19:41:50 -07:00
DC
e0af554caa
Material UI: consistent JSX style
2016-09-01 19:38:21 -07:00
DC
b98f8476f5
Material UI: make file names consistent
2016-09-01 19:38:21 -07:00
Adam Gotlib
30732305ff
Add playlists feature ( #871 )
...
* Open multi-file torrents as playlists
* Add `repeat` and `shuffle` options to the player
* Autoplay first file in torrent
* replaces `pickFileToPlay` feature
* when reopening player, restores the most recently viewed file
* Add playlist navigation buttons to Windows thumbar
* Remove `repeat` and `shuffle` options
This reverts commit 9284122461 .
* Play files in order they appear in torrent
* Clean up playlists code
2016-09-01 19:18:48 -07:00
Adam Gotlib
14102ab3e6
Fix error on Windows caused by setBadge ( #867 )
2016-09-01 16:00:57 -07:00
Mathias Rasmussen
df16b14586
early telemetry ( #870 )
2016-09-01 15:58:02 -07:00
Mathias Rasmussen
9dcbc1b1f6
ensure that torrent file metadata is present ( #869 )
2016-09-01 15:54:37 -07:00
PurgingPanda
d806fd502f
Added progress bar to the metadata on the overview ( #844 )
...
* Added progress bar to Torrent metadata on the overview.
* Added progress bar to Torrent metadata on the overview.
* Made progress bar smaller
As proposed by dcposh.
2016-09-01 14:43:28 -07:00
DC
db650caf18
changelog
2016-08-31 18:54:02 -07:00
DC
2b6c9ffcdb
0.13.1
v0.13.1
2016-08-31 18:49:18 -07:00
DC
1d4b8ab67d
Fix Create Torrent
2016-08-31 17:32:22 -07:00
DC
6404168bee
changelog
2016-08-31 16:23:45 -07:00
DC
6613366cff
authors
2016-08-31 16:09:49 -07:00
DC
74349129f4
0.13.0
v0.13.0
2016-08-31 16:09:41 -07:00
DC
cdc2c1d718
Fix Create Torrent file list
2016-08-31 15:53:00 -07:00
DC
f8cc155650
Material UI: finish Create Torrent
2016-08-31 03:35:27 -07:00
DC
b6bdeab50b
depcheck: ignore generated code
2016-08-31 00:58:00 -07:00
DC
f528f6033f
Preferences: fix Make Default
2016-08-31 00:54:31 -07:00
DC
ef1bc13c38
use depcheck ( #841 )
...
* use depcheck to replace our own check-dependencies script
* ignore packges used in npm scripts
2016-08-30 20:42:45 -07:00
DC
2f54feac74
Telemetry: handle undefined values ( #851 )
2016-08-30 20:22:49 -07:00
Mathias Rasmussen
75d30baaa5
Telemetry: handle undefined values
2016-08-29 03:08:54 +02:00
Noam Okman
990fb57839
ignore packges used in npm scripts
2016-08-27 21:40:04 +03:00
Noam Okman
1883341ddb
use depcheck
2016-08-27 21:40:02 +03:00
DC
5f7cece6d1
Fix npm run package
...
A require() had the wrong case, which apparently works for `npm start` build but fails in the packaged app
2016-08-27 09:05:58 -07:00
Feross Aboukhadijeh
89e77d34f4
Merge pull request #838 from feross/wt-init-timeend
...
fix: add missing console.timeEnd
2016-08-26 20:18:03 +02:00
Nate Goldman
5eeb8fd6fc
fix: add missing console.timeEnd
2016-08-26 09:43:40 -07:00
Feross Aboukhadijeh
808fca031a
standard
2016-08-25 17:57:40 -07:00
Feross Aboukhadijeh
6b3c1e3802
Merge pull request #836 from feross/dc/fixes
...
Telemetry: log version in errors
2016-08-25 15:34:21 +02:00
DC
f488ef7597
Telemetry: fix error logging bugs, [object Object] and [object HTMLMediaElement]
2016-08-25 05:56:46 -07:00
DC
2c179c7465
Telemetry: log version in errors
2016-08-25 03:50:13 -07:00
Mathias Rasmussen
f1cf37200e
decrease setProgress updates ( #833 )
2016-08-25 04:16:30 +02:00
Feross Aboukhadijeh
d2da6881d6
Merge pull request #829 from feross/f/hat
...
Remove 'hat' dependency
2016-08-25 02:57:32 +02:00
Feross Aboukhadijeh
9c25de58de
Merge pull request #830 from feross/f/imageoptim
...
ImageOptim: losslessly compress all images
2016-08-25 02:57:02 +02:00
Feross Aboukhadijeh
f9aeb676b4
ImageOptim: losslessly compress all images
2016-08-24 03:47:47 -07:00
Feross Aboukhadijeh
396d769bc8
Remove 'hat' dependency
2016-08-24 00:40:33 -07:00