Commit graph

1329 commits

Author SHA1 Message Date
Alex Grintsvayg a8a1d95762 grin is bad at powershell 2017-04-06 18:54:56 -04:00
Alex Grintsvayg 32f54f18c8 Bump version: 0.9.2rc5 → 0.9.2rc6 2017-04-06 18:39:50 -04:00
Alex Grintsvayg 487cccdc99 fixes for windows 2017-04-06 18:38:18 -04:00
Alex Grintsvayg 33dbd94402 Bump version: 0.9.2rc4 → 0.9.2rc5 2017-04-06 18:16:47 -04:00
Alex Grintsvayg 4c27cbb9b7 fix outdated daemon dependencies 2017-04-06 18:16:24 -04:00
Alex Grintsvayg 8ac55020bf Bump version: 0.9.2rc3 → 0.9.2rc4 2017-04-06 17:50:40 -04:00
Alex Grintsvayg 56e9e33e99 update submodule 2017-04-06 17:47:42 -04:00
Alex Grintsvayg 122e5ccc16 Bump version: 0.9.2rc2 → 0.9.2rc3 2017-03-29 11:10:57 -04:00
Alex Grintsvayg 500635bafb update submodules 2017-03-29 11:10:04 -04:00
Alex Grintsvayg d1314ccee1 renamed config value 2017-03-29 11:07:29 -04:00
Alex Grin 8d6337dca8 Update README.md 2017-03-28 12:05:17 -04:00
alexliebowitz b3aa61cf47 Merge pull request #14 from lbryio/publish-cache
Make publishes appear immediately in My Files
2017-03-28 02:26:45 -04:00
Alex Grintsvayg afeb3257be Merge branch 'shutdown-fixes'
* shutdown-fixes:
  Add changelog entry for shutdown improvements
  Tweak shutdown logic
  Finish Windows compatibility for shutdown process
2017-03-27 16:48:37 -04:00
Alex Liebowitz e1f9a46f33 Add changelog entry for shutdown improvements 2017-03-27 16:48:28 -04:00
Alex Liebowitz 4b11525bce Tweak shutdown logic 2017-03-27 16:48:28 -04:00
Alex Liebowitz 70da416ca2 Finish Windows compatibility for shutdown process 2017-03-27 16:48:28 -04:00
Jeremy Kauffman f409c5f3ec Merge pull request #25 from lbryio/fast_pages
make page changes fast
2017-03-27 09:46:53 -04:00
Jeremy Kauffman 2a0cf1d6db Merge branch 'master' into fast_pages 2017-03-27 09:46:47 -04:00
Alex Liebowitz b2fcdd1f9a Add changelog entry for fast publishes 2017-03-27 03:11:39 -04:00
Alex Liebowitz b8f1447b7e Don't display Downloading bar on published files
We handled this just fine until recently; not sure where the regression
happened.
2017-03-27 03:10:02 -04:00
Alex Liebowitz e523906901 Make publishes appear immediately in My Files
Uses a client side cache to simulate entries in the file manager and
claims list.

Also adds new utility functions for using Local Storage.
2017-03-27 03:10:02 -04:00
Alex Liebowitz a0903e6b4f Style tweaks 2017-03-27 01:44:13 -04:00
Jeremy Kauffman dc13de7160 make page changes fast 2017-03-26 14:30:18 -04:00
Alex Grintsvayg e19c16c1ce Bump version: 0.9.2rc1 → 0.9.2rc2 2017-03-25 10:29:07 -04:00
Alex Grintsvayg 0d0d835746 Merge branch 'upgrades-2'
* upgrades-2:
  Add code to get process IDs for daemon on Windows
  Small bugfixes and typos
  Refactor shutdown process
  Add Mac and Windows installer launching
  Minor style fixes and tweaks
  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
  Make upgrade process better at killing old daemons
2017-03-25 10:28:24 -04:00
Alex Liebowitz 3e33f78235 Add code to get process IDs for daemon on Windows 2017-03-25 10:27:20 -04:00
Alex Liebowitz 31e3b3006b Small bugfixes and typos 2017-03-25 10:27:20 -04:00
Alex Liebowitz 977acafb8c Refactor shutdown process 2017-03-25 10:26:50 -04:00
Alex Liebowitz dead2bdeb3 Add Mac and Windows installer launching
Also starts a detached process so the window doesn't get held open
(many GUI apps launch the interface in a new process, so xdg-open
returns immediately, but it's not guaranteed).
2017-03-25 10:26:50 -04:00
Alex Liebowitz 71e8d42b27 Minor style fixes and tweaks 2017-03-25 10:24:34 -04:00
Alex Liebowitz 052eef5f81 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-25 10:24:34 -04:00
Alex Liebowitz f51b720e05 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-25 10:24:34 -04:00
Alex Grintsvayg fa4bb58c9a update submodule 2017-03-25 10:23:11 -04:00
Alex Grintsvayg 2a7a36db15 no faultstring in jsonrpc 2 2017-03-25 10:22:02 -04:00
alexliebowitz 724ad79fcb Merge pull request #21 from lbryio/fix-upgrade-filenames
Fix filenames for downloaded upgrades
2017-03-24 03:22:05 -04:00
alexliebowitz 16122216bb Fix filenames for downloaded upgrades
Windows and Linux were incorrect
2017-03-24 03:21:12 -04:00
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