Commit Graph

  • b167770ea6 Merge pull request #587 from feross/electron-1.1.3 Feross Aboukhadijeh 2016-05-26 15:39:02 -07:00
  • 2a8a26ac54 electron-prebuilt@1.2.0 Feross Aboukhadijeh 2016-05-26 15:34:12 -07:00
  • 9748833ba9 Use .ico format on Windows Feross Aboukhadijeh 2016-05-25 16:10:51 -07:00
  • bf49214790 electron-prebuilt@1.1.3 Feross Aboukhadijeh 2016-05-25 16:00:39 -07:00
  • 2b4410a55a changelog Feross Aboukhadijeh 2016-05-26 15:26:23 -07:00
  • bfd1b2eaf0 changelog DC 2016-05-26 04:00:38 -07:00
  • 44c3421e92 0.6.1 v0.6.1 DC 2016-05-26 03:46:32 -07:00
  • 7de3d3cc41 Clean up showCreateTorrent DC 2016-05-26 01:56:32 -07:00
  • 3d7f46da65 Disable WebRTC on Windows to work around Electron crash DC 2016-05-26 01:39:56 -07:00
  • 72d902e548 Fix selections migration DC 2016-05-26 01:36:39 -07:00
  • 955fe76c3c Allow dropping files on dock icon DC 2016-05-26 00:50:45 -07:00
  • 839bec0363 Merge pull request #588 from feross/dc/cleanup Feross Aboukhadijeh 2016-05-26 01:06:46 -07:00
  • 9af4ce9a6b Merge pull request #589 from feross/dc/shortcuts Feross Aboukhadijeh 2016-05-26 00:54:30 -07:00
  • 205bf75c7e Simplify shortcuts. Go Back menu item DC 2016-05-25 23:28:12 -07:00
  • bafbf3d841 Show error when drag-dropping hidden files DC 2016-05-25 23:15:26 -07:00
  • 1b0833fb45 Clean up player.js DC 2016-05-25 21:50:24 -07:00
  • 0a15db2892 0.6.0 v0.6.0 DC 2016-05-24 03:05:31 -07:00
  • 63dda10380 changelog DC 2016-05-24 03:03:42 -07:00
  • 6e651df083 authors DC 2016-05-24 02:42:29 -07:00
  • 3a8fe24eec Fix scrub cursor DC 2016-05-24 02:39:28 -07:00
  • 918a35e091 Fix scrub button position DC 2016-05-24 02:09:17 -07:00
  • c76abeb8c0 Remove cursor:pointer DC 2016-05-24 01:57:38 -07:00
  • d389b8ab38 Bugfix: window title shouldn't be stuck on 'Preferences' DC 2016-05-24 01:56:39 -07:00
  • a59faacbd7 Simplify prefs window DC 2016-05-24 01:43:59 -07:00
  • 12f9709601 Add preferences page grunjol 2016-04-14 22:02:24 -03:00
  • 455c9c02b9 Reduce startup jank, improve startup time (#568) Feross Aboukhadijeh 2016-05-23 22:12:04 -07:00
  • 1b49c6568b Cleanup unsupported codec detection (pt 2) (#570) Feross Aboukhadijeh 2016-05-23 22:03:38 -07:00
  • 30e81c7699 Cleanup for PR #571 Feross Aboukhadijeh 2016-05-23 15:15:52 -07:00
  • 2dafc68301 Merge pull request #571 from Lurk/242 Feross Aboukhadijeh 2016-05-23 15:08:31 -07:00
  • c310222af2 Merge pull request #566 from feross/ui-improvements Feross Aboukhadijeh 2016-05-23 14:49:49 -07:00
  • b4bb9a6603 Fix rate UX for new design Feross Aboukhadijeh 2016-05-23 14:47:02 -07:00
  • 279c621d23 More consistent controls, delete verbose css Feross Aboukhadijeh 2016-05-22 21:34:49 -07:00
  • eb11dbdcbd Fix error handling in dispatch('play') DC 2016-05-23 06:17:17 -07:00
  • 8dfdb34d31 Bugfix: default file to play on default torrents DC 2016-05-23 05:42:37 -07:00
  • fc9a73d67f #242 add sort by file name Sergey Bargamon 2016-05-23 10:43:55 +03:00
  • 4b5b84a0fc Resume playback from saved position, even if we had to restart the torrent DC 2016-05-21 08:29:01 -07:00
  • 327c95d754 Show video position on circular progress bars DC 2016-05-21 08:16:48 -07:00
  • 6e969e5d07 Cleaner look for the torrent file list DC 2016-05-21 06:18:44 -07:00
  • ca7c872420 Save video position DC 2016-05-20 23:57:50 -07:00
  • 8af4f42c42 Add additional video player keyboard shortcuts (#275) Sergey Bargamon 2016-05-23 10:15:57 +03:00
  • ffce76a9b1 Cleanup unsupported codec detection (#569) Feross Aboukhadijeh 2016-05-22 23:35:29 -07:00
  • fca1d9dae4 Fix Uncaught TypeError: Cannot read property 'update' of undefined (#567) Feross Aboukhadijeh 2016-05-22 23:20:30 -07:00
  • eba09430e3 Merge pull request #563 from mathiasvr/patch Feross Aboukhadijeh 2016-05-22 23:13:50 -07:00
  • 6bc8de7625 Merge pull request #562 from demoneaux/video-progress Feross Aboukhadijeh 2016-05-22 19:51:59 -07:00
  • 8a08ed8538 Add support for video progress time in player controls. Benjamin Tan 2016-05-22 22:49:20 +08:00
  • 56d802f741 Handle unsupported video codec (e.g. H.265) Mathias Rasmussen 2016-05-22 23:23:45 +02:00
  • f7b46336fd Use poster.jpg file as the poster image if available. (#558) Benjamin Tan 2016-05-22 17:14:48 +08:00
  • 510187c2ae electron-prebuilt@1.1.1 (#555) Feross Aboukhadijeh 2016-05-21 17:00:46 -07:00
  • ff6ff8db00 Fewer click handlers (#552) Feross Aboukhadijeh 2016-05-21 16:50:18 -07:00
  • 014017604d Improve subtitle positioning (#551) Feross Aboukhadijeh 2016-05-21 16:49:30 -07:00
  • 8cf544d54f Associate .torrent files to WebTorrent Desktop (OS X) (#553) Feross Aboukhadijeh 2016-05-21 16:47:57 -07:00
  • 870dd893fc Add support for pasting a instant.io link. (#559) Benjamin Tan 2016-05-22 07:23:16 +08:00
  • 93a9ba11b6 App Sandboxing (OS X) entitlements Feross Aboukhadijeh 2016-05-21 01:08:42 -07:00
  • b367c0b72e electron-prebuilt@1.1.1 Feross Aboukhadijeh 2016-05-20 23:57:51 -07:00
  • bf3b9ced74 Merge pull request #545 from feross/add-announcement Feross Aboukhadijeh 2016-05-20 16:10:27 -07:00
  • 9ecc12fb7f Merge pull request #544 from feross/vlc-on-top Feross Aboukhadijeh 2016-05-20 16:10:20 -07:00
  • aafb1421c6 Merge pull request #543 from feross/on-open Feross Aboukhadijeh 2016-05-20 16:10:11 -07:00
  • 76c732bafb Merge pull request #541 from feross/remove-concat-stream Feross Aboukhadijeh 2016-05-20 16:09:46 -07:00
  • ab476c9a9c Merge pull request #540 from feross/llc Feross Aboukhadijeh 2016-05-20 16:09:18 -07:00
  • 4470310814 Merge pull request #549 from feross/nobin-debian-installer Feross Aboukhadijeh 2016-05-20 16:08:51 -07:00
  • b6ba4f45c8 nobin-debian-installer@0.0.10 Feross Aboukhadijeh 2016-05-20 14:37:54 -07:00
  • 84c860cfcb Make dialog async Feross Aboukhadijeh 2016-05-19 20:24:25 -07:00
  • 47c554a5ff Announcement: Support custom window title, main message, details Feross Aboukhadijeh 2016-05-19 20:17:51 -07:00
  • 4e46b16c13 auto updater: code style Feross Aboukhadijeh 2016-05-19 20:03:37 -07:00
  • 22cdcdb468 Add announcement feature Feross Aboukhadijeh 2016-05-19 20:03:02 -07:00
  • f238b2d105 VLC tweaks Feross Aboukhadijeh 2016-05-19 19:43:43 -07:00
  • 3a81799828 Unify onOpen and onDrag, and support more cases Feross Aboukhadijeh 2016-05-19 19:03:47 -07:00
  • 5dca89b61c When player is active, and magnet link is pasted, go back to list Feross Aboukhadijeh 2016-05-19 18:56:41 -07:00
  • 264c035ef7 After deleting torrent, remove just the player from forward stack Feross Aboukhadijeh 2016-05-19 18:56:10 -07:00
  • 8f39f8a23e After creating torrent, remove create torrent page from forward stack Feross Aboukhadijeh 2016-05-19 18:55:49 -07:00
  • a29dbd7a71 Cancel button on create torrent page should only go back one page Feross Aboukhadijeh 2016-05-19 18:55:06 -07:00
  • 60a8969abc Add location.url() shorthand Feross Aboukhadijeh 2016-05-19 18:54:44 -07:00
  • 9747d28514 Fix bugs in LocationHistory Feross Aboukhadijeh 2016-05-19 18:53:53 -07:00
  • 17ccd217a9 Use lighter-weight simple-concat instead of concat-stream Feross Aboukhadijeh 2016-05-19 16:57:14 -07:00
  • 0df6198549 WebTorrent, LLC Feross Aboukhadijeh 2016-05-19 16:43:51 -07:00
  • 74ada99f2b Merge pull request #538 from feross/dc/fix Feross Aboukhadijeh 2016-05-19 16:26:56 -07:00
  • 81d5a367da Add new torrents to top and scroll to top DC 2016-05-19 00:44:59 -07:00
  • 189e4bdc24 Always handle when the user opens a torrent DC 2016-05-18 23:59:30 -07:00
  • 7bd30f8a16 Clean up addSubtitles (#535) DC 2016-05-18 02:07:24 -07:00
  • 7c6b7e4a6d changelog Feross Aboukhadijeh 2016-05-18 00:49:06 -07:00
  • fe50f76619 0.5.1 v0.5.1 Feross Aboukhadijeh 2016-05-18 00:40:37 -07:00
  • 973a366b94 Fix the auto updater Feross Aboukhadijeh 2016-05-18 00:36:52 -07:00
  • b0116deb35 appdmg@^0.4.3 Feross Aboukhadijeh 2016-05-17 22:21:29 -07:00
  • 511382d384 package: remove unneeded 'npm prune' Feross Aboukhadijeh 2016-05-17 22:10:43 -07:00
  • cfb3a01239 0.5.0 v0.5.0 Feross Aboukhadijeh 2016-05-17 22:07:10 -07:00
  • 736d575ab1 changelog Feross Aboukhadijeh 2016-05-17 22:06:52 -07:00
  • 34a9508483 Add '...' to menu items that open dialogs Feross Aboukhadijeh 2016-05-17 22:03:17 -07:00
  • 21ed8797c2 Merge pull request #533 from feross/dc/select Feross Aboukhadijeh 2016-05-17 21:31:27 -07:00
  • 454491572a Remove cursor:pointer DC 2016-05-17 21:25:31 -07:00
  • 6518a1535c Allow selecting individual files to torrent DC 2016-05-11 05:42:06 -07:00
  • 0095687bf5 Simplify subtitles code DC 2016-05-17 06:27:58 -07:00
  • d466ed085a When manually adding subtitle track(s), always switch to a new track DC 2016-05-16 08:41:02 -07:00
  • eeda7c17c5 Wait for the app ready event before creating windows DC 2016-05-17 05:11:42 -07:00
  • b89deb46db Remove debug console.logs DC 2016-05-16 08:34:04 -07:00
  • 951a89c6c9 Add Subtitles File menu item DC 2016-05-16 08:21:03 -07:00
  • d4e6c84279 Automatically add subtitle tracks DC 2016-05-16 08:03:21 -07:00
  • 9731d85ca3 Simplify subtitles code DC 2016-05-15 23:59:56 -07:00
  • 98f7ba8931 Fix a bad bug when creating multifile torrents DC 2016-05-16 01:06:29 -07:00
  • 24c775608e Merge pull request #513 from feross/detect-win32 Feross Aboukhadijeh 2016-05-16 03:22:50 +02:00
  • f4eab12c3f Merge pull request #518 from feross/osx-magnet-exception Feross Aboukhadijeh 2016-05-16 03:04:17 +02:00