Liam Cardenas
7f92891e3e
Bump version: 0.20.0-rc4 → 0.20.0-rc5
2018-01-27 16:27:29 -08:00
Liam Cardenas
c603f515c4
Bump version: 0.20.0-rc3 → 0.20.0-rc4
2018-01-25 13:20:16 -08:00
Liam Cardenas
8e59378162
Bump version: 0.20.0-rc2 → 0.20.0-rc3
2018-01-25 13:14:25 -08:00
Liam Cardenas
b2d35ec589
Reformat version alongside bumpversion config
2018-01-25 13:13:10 -08:00
Liam Cardenas
b609cb23ef
Revert version change
2018-01-25 13:05:03 -08:00
Liam Cardenas
c0afc82c6c
Change version to correct format
2018-01-25 13:03:42 -08:00
Liam Cardenas
b914ddeb75
Bump version: 0.20.0rc1 → 0.20.0rc2
2018-01-25 10:39:01 -08:00
Liam Cardenas
35ebd04949
Fixed version formatting
2018-01-25 10:37:45 -08:00
Liam Cardenas
94ac91d938
Bump version: 0.19.4 → 0.20.0rc1
2018-01-25 10:12:13 -08:00
Liam Cardenas
1f81e52202
Removed precommit
2018-01-25 10:10:42 -08:00
Liam Cardenas
e5488c2a7f
Revert version bump
2018-01-25 10:06:11 -08:00
Liam Cardenas
a9122070ae
Bump version: 0.19.4 → 0.20.0rc1
2018-01-24 15:46:02 -08:00
Liam Cardenas
70507c76eb
Revert "Keeps node_modules up-to-date when yarn.lock changes due to git"
2018-01-24 15:38:11 -08:00
Liam Cardenas
896a894ee1
Merge pull request #808 from lbryio/auto-update
...
Auto Update with electron-updater (WIP)
2018-01-24 14:51:48 -08:00
Liam Cardenas
b26f4b692e
Bump daemon version to 18.2
2018-01-24 12:42:20 -08:00
Igor Gassmann
48cc82b86d
Upgrade Electron version
2018-01-24 00:28:37 -03:00
Alex Liebowitz
eef3f6a816
Restore version number with -dev suffix (needed for new build process)
2018-01-23 20:09:30 -05:00
alexliebowitz
f302a0f92a
Merge branch 'master' into auto-update
2018-01-23 19:59:57 -05:00
Alex Liebowitz
8c0bf32fe5
Small changes to prepare auto update for release
2018-01-23 19:46:49 -05:00
Alex Liebowitz
3e84907ac2
Version 0.3.0 [temp, for testing]
2018-01-23 10:40:03 -05:00
Alex Liebowitz
483809be1b
Merge remote-tracking branch 'origin/master' into auto-update
2018-01-23 10:35:15 -05:00
Liam Cardenas
f47108c4c0
Merge pull request #946 from lbryio/twilio
...
Phone verification
2018-01-22 15:49:35 -08:00
Liam Cardenas
f67e12003f
Merge pull request #950 from Arrowana/automatic_dark_mode
...
Automatic dark mode
2018-01-22 10:16:36 -08:00
Liam Cardenas
705a74e2ae
Functioning select phone input side by side with supposed emoji flag support
2018-01-21 22:17:06 -08:00
Igor Gassmann
d6c11a334f
keeps node_modules up-to-date when yarn.lock changes due to git
2018-01-18 14:19:55 -03:00
Alex Liebowitz
37b5ec92e1
Change version to 0.2.0 [temp, for testing]
2018-01-17 08:03:51 -05:00
Alex Liebowitz
2d33767182
Change version to 0.1.0 [temp, for testing]
2018-01-17 07:27:40 -05:00
Alex Liebowitz
dccb06c13c
Version 0.35 [temp, for testing]
2018-01-17 06:09:03 -05:00
Igor Gassmann
3c1d4714ef
Merge pull request #929 from lbryio/issue/397
...
- Fix Electron linting errors.
- Add brew update to build script for getting latest dependencies versions.
- Clean .gitignore to remove IDE specific ignores and old rules.
- Add productName to build config.
- Replace dependency keytar with keytar-prebuild until atom/node-keytar#67 is not merged.
2018-01-15 16:12:34 -03:00
Igor Gassmann
6a3a3b6f80
Rename app as LBRY
2018-01-15 14:29:02 -03:00
Arrowana
8eb7f58988
add basic feature
2018-01-14 20:14:15 +11:00
Alex Liebowitz
5a475f4ba4
Version 0.32 [temp, for testing]
2018-01-12 00:30:23 -05:00
Alex Liebowitz
fb8aee4632
Version 0.31 [temp, for testing]
2018-01-12 00:30:23 -05:00
Alex Liebowitz
bd8146a86c
Add electron-publisher-s3 requirement
...
Needed for update system
2018-01-12 00:30:23 -05:00
Alex Liebowitz
43297ce414
Add electron-log
...
The daemon and lbryum log all kinds of useful status/debug info, might
as well start doing that in the app too.
2018-01-12 00:30:23 -05:00
Alex Liebowitz
285c1ca7b6
Add electron-updater requirement and import
2018-01-12 00:30:23 -05:00
Joshua Strobl
4f31b6c9ee
Re-introduce build dir / dist dir option for isolated build environments.
...
This commit re-introduces the functionality for building lbry-app with a directory target. This is important for isolated build environments like solbuild, where build and install directories are different (and the contents of install dir are used in a final binary package) and thus necessitate being able to have unpackaged assets be placed in a directory relative to the build location, so instructions may be performed on those assets.
2018-01-09 01:53:07 +02:00
Igor Gassmann
e4dd7f8735
Merge branch 'master' into issue/397
2018-01-08 14:52:37 -03:00
Liam Cardenas
e4f80b232c
Bump version: 0.19.4rc2 → 0.19.4
2018-01-08 08:15:09 -08:00
Igor Gassmann
aeb43ff1a0
Replace keytar with keytar-prebuild for resolving https://github.com/atom/node-keytar/issues/39
2018-01-08 01:26:52 -03:00
Igor Gassmann
094c3b8a9f
Merge branch 'master' into issue/397
2018-01-08 00:51:34 -03:00
Liam Cardenas
f903b75b71
Bump version: 0.19.4rc1 → 0.19.4rc2
2018-01-05 21:25:12 -08:00
Liam Cardenas
b3fb847912
Bump version: 0.19.3 → 0.19.4rc1
2018-01-05 14:16:45 -08:00
Liam Cardenas
3e25b33fed
Revert to version 19.3
2018-01-05 14:09:57 -08:00
Jeremy Kauffman
d83f96668f
Bump version: 0.19.4rc1 → 0.19.5rc1
2018-01-04 17:57:40 -05:00
Sean Yesmunt
0f458b66d9
Bump version: 0.19.3 → 0.19.4rc1
2018-01-04 16:47:18 -05:00
Igor Gassmann
a212b8d908
Setup productName and comply package name with npm/yarn rules
2018-01-02 08:59:28 -03:00
Liam Cardenas
c894567eb9
Merge pull request #911 from lbryio/issue/763
...
Update documentation for DevTools and fix some ESLint warnings
2018-01-01 21:41:40 -08:00
Liam Cardenas
f750fd399d
Bump version: 0.19.3rc2 → 0.19.3
2017-12-30 14:24:36 -08:00
Liam Cardenas
722a25b477
Bump version: 0.19.3rc1 → 0.19.3rc2
2017-12-30 13:09:17 -08:00