Commit graph

1093 commits

Author SHA1 Message Date
Alex Liebowitz c086842972 Revert newest upgrade changes (need more work) 2017-03-22 07:21:48 -04:00
Alex Liebowitz 534ea2aa75 Light refactoring of upgrade process
- Use Node instead of lbrynet to get platform info
 - Factor out code that picks the download URI into its own function
 - Remove out-of-date code for checking old versions of MacOS
2017-03-22 07:17:53 -04:00
Alex Liebowitz 4958f9decf Make upgrade process better at killing old daemons
- Manually call xdg-open instead of using shell.openItem(), which
   doesn't reliably work from the main process
 - If there's a connection error or timeout when asking the daemon
   to close, fall back on force killing
2017-03-22 07:17:53 -04:00
Alex Grintsvayg 7d32c8e98f Bump version: 0.9.1 → 0.9.2rc1 2017-03-21 17:12:29 -04:00
Alex Grintsvayg 984bb05cbb broken 2017-03-21 17:09:18 -04:00
Jeremy Kauffman 8022a839cd add github issue template 2017-03-18 09:39:33 -04:00
Alex Grintsvayg 3ffaf8db4b Bump version: 0.9.1rc6 → 0.9.1 2017-03-17 18:24:20 -04:00
Alex Grintsvayg 0d5ef61944 Merge branch 'real-upgrades'
* real-upgrades:
  minor
  some progress, but needs more work
  Real update system
2017-03-17 18:23:41 -04:00
Alex Grintsvayg 5322e935a7 minor 2017-03-17 18:23:29 -04:00
Alex Grintsvayg 20064ee558 some progress, but needs more work 2017-03-17 18:05:25 -04:00
Alex Liebowitz 3c2f3abe8e Real update system
- Now asks the daemon to close, even if it wasn't started by the same
   app
 - Improved UX during upgrade process (cancel buttons, final dialog
   where you approve the update, etc.)
 - Saves updates in temp directory, closes app and launches the installer
2017-03-17 13:15:07 -04:00
Alex Grintsvayg 06f77936a3 Bump version: 0.9.1rc5 → 0.9.1rc6 2017-03-17 13:11:38 -04:00
Alex Grintsvayg 894a188918 update submodule 2017-03-17 13:11:32 -04:00
Alex Grin 1c2103511c Merge pull request #17 from lbryio/context-menu
Add context menu
2017-03-17 12:38:36 -04:00
Alex Liebowitz 0b79e49452 Add context menu
Has Cut, Copy, Paste, and when in developer mode there's also Inspect Element
2017-03-17 07:53:34 -04:00
Alex Grintsvayg b8d48d6e03 Bump version: 0.9.1rc4 → 0.9.1rc5 2017-03-16 17:56:25 -04:00
Alex Grintsvayg 0885285591 update lbry 2017-03-16 17:56:05 -04:00
Jeremy Kauffman aeaf09af6c Merge pull request #15 from lbryio/external_links
open http links in external app (probably browser)
2017-03-16 10:00:46 -04:00
Alex Grintsvayg ccfaf6af03 Bump version: 0.9.1rc3 → 0.9.1rc4 2017-03-15 21:53:37 -04:00
Alex Grintsvayg 32d67031a0 enable basic logging in cl 2017-03-15 21:53:24 -04:00
Alex Grintsvayg 0ee255ec18 Bump version: 0.9.1rc2 → 0.9.1rc3 2017-03-15 21:26:08 -04:00
Alex Grintsvayg 8a8230d202 upload cli binary, dont package languages for cli 2017-03-15 21:23:04 -04:00
Alex Grintsvayg 55cf3d5dc7 Bump version: 0.9.1rc1 → 0.9.1rc2 2017-03-15 19:59:59 -04:00
Alex Grintsvayg 75135bdf1c update lbry submodule 2017-03-15 19:59:22 -04:00
Alex Grintsvayg c4e363fbe3 attempt to build cli alongside daemon 2017-03-15 19:58:36 -04:00
Alex Grintsvayg 9f30e007c0 open http links in external app (probably browser) 2017-03-15 19:12:52 -04:00
Alex Grintsvayg ad05a8096a need pyinstaller in reqs 2017-03-15 19:12:16 -04:00
Alex Grintsvayg 9df83d7ea2 mark rc releases as prereleases in github 2017-03-15 17:44:38 -04:00
Alex Grintsvayg 08c66556a4 Bump version: 0.9.0 → 0.9.1rc1 2017-03-15 12:34:32 -04:00
Alex Grintsvayg ffb8387b95 update lbry 2017-03-15 12:33:13 -04:00
Alex Grintsvayg 6aea51ea9e Revert "Bump version: 0.9.0 → 0.9.1rc1"
This reverts commit ba09f47ea1.
2017-03-15 12:32:58 -04:00
Alex Grintsvayg ba09f47ea1 Bump version: 0.9.0 → 0.9.1rc1 2017-03-15 12:30:52 -04:00
Alex Grintsvayg c3a3859e54 no more rc0 2017-03-15 12:30:13 -04:00
Alex Grintsvayg d10c0cc297 revert on lbry 2017-03-15 11:31:47 -04:00
Alex Grintsvayg 4e8ab78e4d Revert "Bump version: 0.9.0 → 0.9.001"
This reverts commit 7bb6909493.
2017-03-15 11:31:18 -04:00
Alex Grintsvayg 7bb6909493 Bump version: 0.9.0 → 0.9.001 2017-03-15 11:19:07 -04:00
Alex Grintsvayg ead8677ca5 bah 2017-03-15 11:18:59 -04:00
Alex Grintsvayg edcdd43b0e sync app and ui versions 2017-03-15 11:14:58 -04:00
alexliebowitz b13381e9aa Merge pull request #13 from lbryio/fix-watch
Update Watch logic for new API wrapper
2017-03-14 12:34:17 -04:00
Alex Liebowitz a2af284ccf Update Watch logic for new API wrapper
Also was using some keys that are no longer available from file_list -
fixed that
2017-03-14 12:35:39 -04:00
Alex Liebowitz 5a0dc0b5c2 Fix progress bars
Wasn't calling file_list with full_status to get total bytes (won't be
needed after lbrynet DB refactor is merged)
2017-03-14 12:15:24 -04:00
Alex Grintsvayg cf3e83ee44 Bump version: 0.9.0rc17 → 0.9.0 2017-03-13 23:16:01 -04:00
Alex Grintsvayg 95c130dd7a fixing release script 2017-03-13 23:15:55 -04:00
Alex Grintsvayg bb500244fb minor simplify 2017-03-13 22:20:06 -04:00
Alex Grintsvayg 474663e2b0 update submodules 2017-03-13 18:45:59 -04:00
Alex Grintsvayg 06de73363c Revert "Bump version: 0.9.0rc17 → 0.9.1rc0"
This reverts commit 30be5b69d3.
2017-03-13 18:44:53 -04:00
Alex Grintsvayg 30be5b69d3 Bump version: 0.9.0rc17 → 0.9.1rc0 2017-03-13 18:15:37 -04:00
Alex Grintsvayg 07701d03bd update package author/email 2017-03-13 14:12:56 -04:00
Alex Grintsvayg ed755f18c8 one more spot 2017-03-13 12:54:42 -04:00
Alex Grintsvayg 9972828c2b fix windows build 2017-03-13 11:47:07 -04:00