From 7aeef0cedc9d48a23c6ae07de8f596aa54b5905a Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Tue, 8 Jan 2019 21:16:01 +0000 Subject: [PATCH] docs: determine linked releases on build (#726) * docs: determine linked releases on build * chore: fix circleci config * chore: ensure cursor: pointer for release buttons --- .circleci/config.yml | 23 +- packages/site/package.json | 2 +- packages/site/src/releases-data.ts | 9673 ++++++++++++++++++++++++++++ packages/site/src/releases.tsx | 156 + packages/site/src/render.ts | 22 + packages/site/src/site.tsx | 41 +- packages/tools/alva-trigger.js | 16 + patternplate.config.js | 4 +- yarn.lock | 53 +- 9 files changed, 9939 insertions(+), 51 deletions(-) create mode 100644 packages/site/src/releases-data.ts create mode 100644 packages/site/src/releases.tsx create mode 100644 packages/site/src/render.ts diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f4857ed6..c91d866e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -268,6 +268,11 @@ jobs: - setup: key: linux + - run: + name: Fetch release data + command: alva-trigger --dry-run --project=packages/core --data=packages/site/src/release-data.ts + + - run: name: Compile site command: lerna run compile --scope=@meetalva/site --stream @@ -290,6 +295,10 @@ jobs: - setup: key: linux + - run: + name: Fetch release data + command: alva-trigger --dry-run --project=packages/core --data=packages/site/src/release-data.ts + - run: name: Compile site command: lerna run compile --scope=@meetalva/site --stream @@ -312,8 +321,20 @@ workflows: - lint - bundle - compile - - site + - site: + requires: + - macos + - linux + - windows + filters: + branches: + ignore: + - master - site_master: + requires: + - macos + - linux + - windows filters: branches: only: diff --git a/packages/site/package.json b/packages/site/package.json index 53ebc4e76..934216b86 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/meetalva/alva/issues" }, "dependencies": { - "@meetalva/designkit": "^1.2.0", + "@meetalva/designkit": "^1.2.1", "@types/react": "16.4.11", "@types/react-helmet": "5.0.6", "emotion-server": "^10.0.6", diff --git a/packages/site/src/releases-data.ts b/packages/site/src/releases-data.ts new file mode 100644 index 000000000..b7cdcdf46 --- /dev/null +++ b/packages/site/src/releases-data.ts @@ -0,0 +1,9673 @@ +export default { + releases: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14854569', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14854569/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14854569/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.8', + id: 14854569, + node_id: 'MDc6UmVsZWFzZTE0ODU0NTY5', + tag_name: 'v1.0.0-alpha.8', + target_commitish: 'master', + name: '1.0.0-alpha.8', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T13:12:29Z', + published_at: '2019-01-08T13:16:27Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459832', + id: 10459832, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODMy', + name: 'Alva-1.0.0-alpha.8-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69641678, + download_count: 2, + created_at: '2019-01-08T13:18:51Z', + updated_at: '2019-01-08T13:18:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459790', + id: 10459790, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5Nzkw', + name: 'Alva-1.0.0-alpha.8.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155529, + download_count: 0, + created_at: '2019-01-08T13:16:27Z', + updated_at: '2019-01-08T13:16:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459813', + id: 10459813, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODEz', + name: 'Alva-1.0.0-alpha.8.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47536486, + download_count: 0, + created_at: '2019-01-08T13:18:12Z', + updated_at: '2019-01-08T13:18:13Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459816', + id: 10459816, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODE2', + name: 'Alva-1.0.0-alpha.8.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72203022, + download_count: 0, + created_at: '2019-01-08T13:18:14Z', + updated_at: '2019-01-08T13:18:19Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459815', + id: 10459815, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODE1', + name: 'Alva-1.0.0-alpha.8.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76623, + download_count: 0, + created_at: '2019-01-08T13:18:14Z', + updated_at: '2019-01-08T13:18:14Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459827', + id: 10459827, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODI3', + name: 'Alva-1.0.0-alpha.8.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45781608, + download_count: 0, + created_at: '2019-01-08T13:18:39Z', + updated_at: '2019-01-08T13:18:41Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459826', + id: 10459826, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODI2', + name: 'Alva-1.0.0-alpha.8.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 48677, + download_count: 0, + created_at: '2019-01-08T13:18:39Z', + updated_at: '2019-01-08T13:18:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459802', + id: 10459802, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODAy', + name: 'Alva-1.0.0-alpha.8.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T13:16:55Z', + updated_at: '2019-01-08T13:16:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-1.0.0-alpha.8.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459822', + id: 10459822, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODIy', + name: 'Alva-portable-1.0.0-alpha.8.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45568392, + download_count: 0, + created_at: '2019-01-08T13:18:31Z', + updated_at: '2019-01-08T13:18:32Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/Alva-portable-1.0.0-alpha.8.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459814', + id: 10459814, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODE0', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T13:18:13Z', + updated_at: '2019-01-08T13:18:13Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459834', + id: 10459834, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODM0', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 10, + created_at: '2019-01-08T13:18:58Z', + updated_at: '2019-01-08T13:18:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459828', + id: 10459828, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5ODI4', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-08T13:18:41Z', + updated_at: '2019-01-08T13:18:42Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.8/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.8', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.8', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14854185', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14854185/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14854185/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.7', + id: 14854185, + node_id: 'MDc6UmVsZWFzZTE0ODU0MTg1', + tag_name: 'v1.0.0-alpha.7', + target_commitish: 'master', + name: '1.0.0-alpha.7', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T12:55:46Z', + published_at: '2019-01-08T13:00:08Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459661', + id: 10459661, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjYx', + name: 'Alva-1.0.0-alpha.7-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69642069, + download_count: 1, + created_at: '2019-01-08T13:05:23Z', + updated_at: '2019-01-08T13:05:26Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459629', + id: 10459629, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjI5', + name: 'Alva-1.0.0-alpha.7.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155528, + download_count: 0, + created_at: '2019-01-08T13:02:54Z', + updated_at: '2019-01-08T13:02:55Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459657', + id: 10459657, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjU3', + name: 'Alva-1.0.0-alpha.7.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47427284, + download_count: 0, + created_at: '2019-01-08T13:04:57Z', + updated_at: '2019-01-08T13:04:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459656', + id: 10459656, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjU2', + name: 'Alva-1.0.0-alpha.7.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72203079, + download_count: 1, + created_at: '2019-01-08T13:04:51Z', + updated_at: '2019-01-08T13:04:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459655', + id: 10459655, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjU1', + name: 'Alva-1.0.0-alpha.7.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76948, + download_count: 0, + created_at: '2019-01-08T13:04:51Z', + updated_at: '2019-01-08T13:04:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459652', + id: 10459652, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjUy', + name: 'Alva-1.0.0-alpha.7.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45802312, + download_count: 0, + created_at: '2019-01-08T13:04:35Z', + updated_at: '2019-01-08T13:04:36Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459651', + id: 10459651, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjUx', + name: 'Alva-1.0.0-alpha.7.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49112, + download_count: 0, + created_at: '2019-01-08T13:04:35Z', + updated_at: '2019-01-08T13:04:35Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459636', + id: 10459636, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjM2', + name: 'Alva-1.0.0-alpha.7.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T13:03:20Z', + updated_at: '2019-01-08T13:03:23Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-1.0.0-alpha.7.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459649', + id: 10459649, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjQ5', + name: 'Alva-portable-1.0.0-alpha.7.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45589088, + download_count: 0, + created_at: '2019-01-08T13:04:26Z', + updated_at: '2019-01-08T13:04:28Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/Alva-portable-1.0.0-alpha.7.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459658', + id: 10459658, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjU4', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T13:04:58Z', + updated_at: '2019-01-08T13:04:59Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459662', + id: 10459662, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjYy', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 2, + created_at: '2019-01-08T13:05:27Z', + updated_at: '2019-01-08T13:05:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10459653', + id: 10459653, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU5NjUz', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-08T13:04:37Z', + updated_at: '2019-01-08T13:04:37Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.7/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.7', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.7', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14851901', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14851901/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14851901/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.6', + id: 14851901, + node_id: 'MDc6UmVsZWFzZTE0ODUxOTAx', + tag_name: 'v1.0.0-alpha.6', + target_commitish: 'master', + name: '1.0.0-alpha.6', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T10:55:37Z', + published_at: '2019-01-08T11:00:01Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457635', + id: 10457635, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjM1', + name: 'Alva-1.0.0-alpha.6-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69643986, + download_count: 0, + created_at: '2019-01-08T11:02:17Z', + updated_at: '2019-01-08T11:02:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457585', + id: 10457585, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTg1', + name: 'Alva-1.0.0-alpha.6.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155688, + download_count: 0, + created_at: '2019-01-08T11:00:03Z', + updated_at: '2019-01-08T11:00:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457622', + id: 10457622, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjIy', + name: 'Alva-1.0.0-alpha.6.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47509322, + download_count: 0, + created_at: '2019-01-08T11:01:45Z', + updated_at: '2019-01-08T11:01:47Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457620', + id: 10457620, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjIw', + name: 'Alva-1.0.0-alpha.6.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72204999, + download_count: 0, + created_at: '2019-01-08T11:01:41Z', + updated_at: '2019-01-08T11:01:46Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457621', + id: 10457621, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjIx', + name: 'Alva-1.0.0-alpha.6.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 77144, + download_count: 0, + created_at: '2019-01-08T11:01:41Z', + updated_at: '2019-01-08T11:01:41Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457639', + id: 10457639, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjM5', + name: 'Alva-1.0.0-alpha.6.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45792840, + download_count: 1, + created_at: '2019-01-08T11:02:26Z', + updated_at: '2019-01-08T11:02:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457638', + id: 10457638, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjM4', + name: 'Alva-1.0.0-alpha.6.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49309, + download_count: 1, + created_at: '2019-01-08T11:02:26Z', + updated_at: '2019-01-08T11:02:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457595', + id: 10457595, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTk1', + name: 'Alva-1.0.0-alpha.6.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T11:00:26Z', + updated_at: '2019-01-08T11:00:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-1.0.0-alpha.6.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457636', + id: 10457636, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjM2', + name: 'Alva-portable-1.0.0-alpha.6.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45579624, + download_count: 0, + created_at: '2019-01-08T11:02:17Z', + updated_at: '2019-01-08T11:02:19Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/Alva-portable-1.0.0-alpha.6.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457627', + id: 10457627, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjI3', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T11:01:47Z', + updated_at: '2019-01-08T11:01:47Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457637', + id: 10457637, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjM3', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 0, + created_at: '2019-01-08T11:02:21Z', + updated_at: '2019-01-08T11:02:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457640', + id: 10457640, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NjQw', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 1, + created_at: '2019-01-08T11:02:29Z', + updated_at: '2019-01-08T11:02:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.6/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.6', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.6', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14851736', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14851736/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14851736/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.5', + id: 14851736, + node_id: 'MDc6UmVsZWFzZTE0ODUxNzM2', + tag_name: 'v1.0.0-alpha.5', + target_commitish: 'master', + name: '1.0.0-alpha.5', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T10:46:55Z', + published_at: '2019-01-08T10:51:08Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457513', + id: 10457513, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTEz', + name: 'Alva-1.0.0-alpha.5-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69643727, + download_count: 0, + created_at: '2019-01-08T10:53:30Z', + updated_at: '2019-01-08T10:53:32Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457482', + id: 10457482, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NDgy', + name: 'Alva-1.0.0-alpha.5.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155658, + download_count: 0, + created_at: '2019-01-08T10:51:09Z', + updated_at: '2019-01-08T10:51:11Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457502', + id: 10457502, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTAy', + name: 'Alva-1.0.0-alpha.5.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47484960, + download_count: 0, + created_at: '2019-01-08T10:52:47Z', + updated_at: '2019-01-08T10:52:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457505', + id: 10457505, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTA1', + name: 'Alva-1.0.0-alpha.5.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72205037, + download_count: 0, + created_at: '2019-01-08T10:52:55Z', + updated_at: '2019-01-08T10:53:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457506', + id: 10457506, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTA2', + name: 'Alva-1.0.0-alpha.5.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76984, + download_count: 0, + created_at: '2019-01-08T10:52:55Z', + updated_at: '2019-01-08T10:52:55Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457508', + id: 10457508, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTA4', + name: 'Alva-1.0.0-alpha.5.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45793384, + download_count: 0, + created_at: '2019-01-08T10:53:02Z', + updated_at: '2019-01-08T10:53:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457509', + id: 10457509, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTA5', + name: 'Alva-1.0.0-alpha.5.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49587, + download_count: 0, + created_at: '2019-01-08T10:53:02Z', + updated_at: '2019-01-08T10:53:03Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457488', + id: 10457488, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NDg4', + name: 'Alva-1.0.0-alpha.5.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T10:51:32Z', + updated_at: '2019-01-08T10:51:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-1.0.0-alpha.5.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457504', + id: 10457504, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTA0', + name: 'Alva-portable-1.0.0-alpha.5.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45580168, + download_count: 0, + created_at: '2019-01-08T10:52:54Z', + updated_at: '2019-01-08T10:52:55Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/Alva-portable-1.0.0-alpha.5.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457503', + id: 10457503, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTAz', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T10:52:48Z', + updated_at: '2019-01-08T10:52:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457514', + id: 10457514, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTE0', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 0, + created_at: '2019-01-08T10:53:33Z', + updated_at: '2019-01-08T10:53:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457510', + id: 10457510, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3NTEw', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-08T10:53:04Z', + updated_at: '2019-01-08T10:53:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.5/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.5', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.5', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14851083', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14851083/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14851083/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.4', + id: 14851083, + node_id: 'MDc6UmVsZWFzZTE0ODUxMDgz', + tag_name: 'v1.0.0-alpha.4', + target_commitish: 'master', + name: '1.0.0-alpha.4', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T10:14:10Z', + published_at: '2019-01-08T10:18:15Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457061', + id: 10457061, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDYx', + name: 'Alva-1.0.0-alpha.4-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69643972, + download_count: 0, + created_at: '2019-01-08T10:20:31Z', + updated_at: '2019-01-08T10:20:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457005', + id: 10457005, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDA1', + name: 'Alva-1.0.0-alpha.4.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155665, + download_count: 0, + created_at: '2019-01-08T10:18:15Z', + updated_at: '2019-01-08T10:18:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457045', + id: 10457045, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDQ1', + name: 'Alva-1.0.0-alpha.4.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47599210, + download_count: 0, + created_at: '2019-01-08T10:19:53Z', + updated_at: '2019-01-08T10:19:54Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457052', + id: 10457052, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDUy', + name: 'Alva-1.0.0-alpha.4.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72204985, + download_count: 0, + created_at: '2019-01-08T10:20:17Z', + updated_at: '2019-01-08T10:20:20Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457053', + id: 10457053, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDUz', + name: 'Alva-1.0.0-alpha.4.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76977, + download_count: 0, + created_at: '2019-01-08T10:20:17Z', + updated_at: '2019-01-08T10:20:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457055', + id: 10457055, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDU1', + name: 'Alva-1.0.0-alpha.4.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45793952, + download_count: 0, + created_at: '2019-01-08T10:20:22Z', + updated_at: '2019-01-08T10:20:24Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457056', + id: 10457056, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDU2', + name: 'Alva-1.0.0-alpha.4.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 48812, + download_count: 0, + created_at: '2019-01-08T10:20:22Z', + updated_at: '2019-01-08T10:20:22Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457012', + id: 10457012, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDEy', + name: 'Alva-1.0.0-alpha.4.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T10:18:40Z', + updated_at: '2019-01-08T10:18:42Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-1.0.0-alpha.4.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457051', + id: 10457051, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDUx', + name: 'Alva-portable-1.0.0-alpha.4.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45580736, + download_count: 0, + created_at: '2019-01-08T10:20:13Z', + updated_at: '2019-01-08T10:20:15Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/Alva-portable-1.0.0-alpha.4.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457047', + id: 10457047, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDQ3', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T10:19:54Z', + updated_at: '2019-01-08T10:19:54Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457062', + id: 10457062, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDYy', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 0, + created_at: '2019-01-08T10:20:34Z', + updated_at: '2019-01-08T10:20:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10457058', + id: 10457058, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU3MDU4', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-08T10:20:24Z', + updated_at: '2019-01-08T10:20:24Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.4/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.4', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.4', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14850382', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14850382/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14850382/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.3', + id: 14850382, + node_id: 'MDc6UmVsZWFzZTE0ODUwMzgy', + tag_name: 'v1.0.0-alpha.3', + target_commitish: 'master', + name: '1.0.0-alpha.3', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-08T09:39:11Z', + published_at: '2019-01-08T09:43:37Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456551', + id: 10456551, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTUx', + name: 'Alva-1.0.0-alpha.3-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69643719, + download_count: 0, + created_at: '2019-01-08T09:45:49Z', + updated_at: '2019-01-08T09:45:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456528', + id: 10456528, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTI4', + name: 'Alva-1.0.0-alpha.3.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73155654, + download_count: 0, + created_at: '2019-01-08T09:43:37Z', + updated_at: '2019-01-08T09:43:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456539', + id: 10456539, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTM5', + name: 'Alva-1.0.0-alpha.3.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47566908, + download_count: 0, + created_at: '2019-01-08T09:45:13Z', + updated_at: '2019-01-08T09:45:14Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456546', + id: 10456546, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ2', + name: 'Alva-1.0.0-alpha.3.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72204987, + download_count: 0, + created_at: '2019-01-08T09:45:36Z', + updated_at: '2019-01-08T09:45:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456545', + id: 10456545, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ1', + name: 'Alva-1.0.0-alpha.3.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 77043, + download_count: 0, + created_at: '2019-01-08T09:45:35Z', + updated_at: '2019-01-08T09:45:36Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456548', + id: 10456548, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ4', + name: 'Alva-1.0.0-alpha.3.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45802936, + download_count: 2, + created_at: '2019-01-08T09:45:38Z', + updated_at: '2019-01-08T09:45:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456547', + id: 10456547, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ3', + name: 'Alva-1.0.0-alpha.3.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49785, + download_count: 1, + created_at: '2019-01-08T09:45:38Z', + updated_at: '2019-01-08T09:45:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456532', + id: 10456532, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTMy', + name: 'Alva-1.0.0-alpha.3.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127303680, + download_count: 0, + created_at: '2019-01-08T09:44:01Z', + updated_at: '2019-01-08T09:44:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-1.0.0-alpha.3.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456544', + id: 10456544, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ0', + name: 'Alva-portable-1.0.0-alpha.3.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45589720, + download_count: 0, + created_at: '2019-01-08T09:45:30Z', + updated_at: '2019-01-08T09:45:31Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/Alva-portable-1.0.0-alpha.3.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456540', + id: 10456540, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQw', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 0, + created_at: '2019-01-08T09:45:14Z', + updated_at: '2019-01-08T09:45:14Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456553', + id: 10456553, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTUz', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 0, + created_at: '2019-01-08T09:45:53Z', + updated_at: '2019-01-08T09:45:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10456549', + id: 10456549, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU2NTQ5', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-08T09:45:39Z', + updated_at: '2019-01-08T09:45:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.3/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.3', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.3', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14818510', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14818510/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14818510/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.2', + id: 14818510, + node_id: 'MDc6UmVsZWFzZTE0ODE4NTEw', + tag_name: 'v1.0.0-alpha.2', + target_commitish: 'master', + name: '1.0.0-alpha.2', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-05T21:32:36Z', + published_at: '2019-01-05T21:35:29Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423285', + id: 10423285, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjg1', + name: 'Alva-1.0.0-alpha.2-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69589985, + download_count: 3, + created_at: '2019-01-05T21:36:55Z', + updated_at: '2019-01-05T21:36:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423272', + id: 10423272, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjcy', + name: 'Alva-1.0.0-alpha.2.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73073212, + download_count: 8, + created_at: '2019-01-05T21:35:29Z', + updated_at: '2019-01-05T21:35:31Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423288', + id: 10423288, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjg4', + name: 'Alva-1.0.0-alpha.2.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47272010, + download_count: 2, + created_at: '2019-01-05T21:37:16Z', + updated_at: '2019-01-05T21:37:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423276', + id: 10423276, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjc2', + name: 'Alva-1.0.0-alpha.2.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72162104, + download_count: 4, + created_at: '2019-01-05T21:36:17Z', + updated_at: '2019-01-05T21:36:20Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423277', + id: 10423277, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjc3', + name: 'Alva-1.0.0-alpha.2.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76637, + download_count: 0, + created_at: '2019-01-05T21:36:17Z', + updated_at: '2019-01-05T21:36:18Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423279', + id: 10423279, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjc5', + name: 'Alva-1.0.0-alpha.2.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45763152, + download_count: 6, + created_at: '2019-01-05T21:36:38Z', + updated_at: '2019-01-05T21:36:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423280', + id: 10423280, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjgw', + name: 'Alva-1.0.0-alpha.2.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49227, + download_count: 0, + created_at: '2019-01-05T21:36:38Z', + updated_at: '2019-01-05T21:36:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423274', + id: 10423274, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjc0', + name: 'Alva-1.0.0-alpha.2.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127250432, + download_count: 0, + created_at: '2019-01-05T21:35:54Z', + updated_at: '2019-01-05T21:35:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-1.0.0-alpha.2.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423278', + id: 10423278, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjc4', + name: 'Alva-portable-1.0.0-alpha.2.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45549936, + download_count: 2, + created_at: '2019-01-05T21:36:30Z', + updated_at: '2019-01-05T21:36:31Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/Alva-portable-1.0.0-alpha.2.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423289', + id: 10423289, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjg5', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 382, + download_count: 10, + created_at: '2019-01-05T21:37:17Z', + updated_at: '2019-01-05T21:37:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423287', + id: 10423287, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjg3', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 532, + download_count: 22, + created_at: '2019-01-05T21:36:58Z', + updated_at: '2019-01-05T21:36:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10423281', + id: 10423281, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIzMjgx', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 3, + created_at: '2019-01-05T21:36:39Z', + updated_at: '2019-01-05T21:36:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.2/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.2', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.2', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14809325', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14809325/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14809325/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v1.0.0-alpha.1', + id: 14809325, + node_id: 'MDc6UmVsZWFzZTE0ODA5MzI1', + tag_name: 'v1.0.0-alpha.1', + target_commitish: 'master', + name: '1.0.0-alpha.1', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-04T18:50:29Z', + published_at: '2019-01-04T19:04:22Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411864', + id: 10411864, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODY0', + name: 'Alva-1.0.0-alpha.1-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 107178886, + download_count: 3, + created_at: '2019-01-04T19:08:25Z', + updated_at: '2019-01-04T19:08:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411815', + id: 10411815, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODE1', + name: 'Alva-1.0.0-alpha.1.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 132727561, + download_count: 0, + created_at: '2019-01-04T19:04:22Z', + updated_at: '2019-01-04T19:04:25Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411839', + id: 10411839, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODM5', + name: 'Alva-1.0.0-alpha.1.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76465316, + download_count: 0, + created_at: '2019-01-04T19:06:31Z', + updated_at: '2019-01-04T19:06:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411841', + id: 10411841, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQx', + name: 'Alva-1.0.0-alpha.1.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 111435283, + download_count: 2, + created_at: '2019-01-04T19:06:43Z', + updated_at: '2019-01-04T19:06:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411842', + id: 10411842, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQy', + name: 'Alva-1.0.0-alpha.1.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 117400, + download_count: 0, + created_at: '2019-01-04T19:06:43Z', + updated_at: '2019-01-04T19:06:44Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411847', + id: 10411847, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQ3', + name: 'Alva-1.0.0-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64641280, + download_count: 5, + created_at: '2019-01-04T19:07:19Z', + updated_at: '2019-01-04T19:07:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411848', + id: 10411848, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQ4', + name: 'Alva-1.0.0-alpha.1.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 68463, + download_count: 1, + created_at: '2019-01-04T19:07:19Z', + updated_at: '2019-01-04T19:07:19Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411822', + id: 10411822, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODIy', + name: 'Alva-1.0.0-alpha.1.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 177500160, + download_count: 0, + created_at: '2019-01-04T19:04:56Z', + updated_at: '2019-01-04T19:05:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-1.0.0-alpha.1.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411846', + id: 10411846, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQ2', + name: 'Alva-portable-1.0.0-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64428048, + download_count: 1, + created_at: '2019-01-04T19:07:10Z', + updated_at: '2019-01-04T19:07:12Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/Alva-portable-1.0.0-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411840', + id: 10411840, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQw', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 384, + download_count: 0, + created_at: '2019-01-04T19:06:33Z', + updated_at: '2019-01-04T19:06:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411865', + id: 10411865, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODY1', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 535, + download_count: 29, + created_at: '2019-01-04T19:08:34Z', + updated_at: '2019-01-04T19:08:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10411849', + id: 10411849, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDExODQ5', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 11, + created_at: '2019-01-04T19:07:21Z', + updated_at: '2019-01-04T19:07:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v1.0.0-alpha.1/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v1.0.0-alpha.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v1.0.0-alpha.1', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14809159', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14809159/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14809159/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/untagged-b3b31fecc3912ccfc568', + id: 14809159, + node_id: 'MDc6UmVsZWFzZTE0ODA5MTU5', + tag_name: 'v0.9.0', + target_commitish: 'master', + name: '0.9.0', + draft: true, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2019-01-04T18:54:15Z', + published_at: null, + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422213', + id: 10422213, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjEz', + name: 'Alva-0.9.0-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69668462, + download_count: 0, + created_at: '2019-01-05T18:54:07Z', + updated_at: '2019-01-05T18:54:10Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422245', + id: 10422245, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjQ1', + name: 'Alva-0.9.0.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73134632, + download_count: 1, + created_at: '2019-01-05T18:58:55Z', + updated_at: '2019-01-05T18:58:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422209', + id: 10422209, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjA5', + name: 'Alva-0.9.0.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47590902, + download_count: 0, + created_at: '2019-01-05T18:53:47Z', + updated_at: '2019-01-05T18:53:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422199', + id: 10422199, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMTk5', + name: 'Alva-0.9.0.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72280938, + download_count: 3, + created_at: '2019-01-05T18:53:33Z', + updated_at: '2019-01-05T18:53:36Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422200', + id: 10422200, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjAw', + name: 'Alva-0.9.0.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 75756, + download_count: 0, + created_at: '2019-01-05T18:53:33Z', + updated_at: '2019-01-05T18:53:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422206', + id: 10422206, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjA2', + name: 'Alva-0.9.0.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 46168496, + download_count: 1, + created_at: '2019-01-05T18:53:44Z', + updated_at: '2019-01-05T18:53:45Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422207', + id: 10422207, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjA3', + name: 'Alva-0.9.0.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 48900, + download_count: 0, + created_at: '2019-01-05T18:53:44Z', + updated_at: '2019-01-05T18:53:44Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422246', + id: 10422246, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjQ2', + name: 'Alva-0.9.0.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127291392, + download_count: 0, + created_at: '2019-01-05T18:59:20Z', + updated_at: '2019-01-05T18:59:23Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-0.9.0.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422201', + id: 10422201, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjAx', + name: 'Alva-portable-0.9.0.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45929600, + download_count: 0, + created_at: '2019-01-05T18:53:36Z', + updated_at: '2019-01-05T18:53:37Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/Alva-portable-0.9.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422210', + id: 10422210, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjEw', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 358, + download_count: 0, + created_at: '2019-01-05T18:53:48Z', + updated_at: '2019-01-05T18:53:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422214', + id: 10422214, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjE0', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 500, + download_count: 0, + created_at: '2019-01-05T18:54:11Z', + updated_at: '2019-01-05T18:54:11Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10422208', + id: 10422208, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDIyMjA4', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 324, + download_count: 0, + created_at: '2019-01-05T18:53:46Z', + updated_at: '2019-01-05T18:53:46Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-b3b31fecc3912ccfc568/latest.yml' + } + ], + tarball_url: null, + zipball_url: null, + body: + "## Multiple Windows\r\nYou can now open multiple projects at the same time and even copy components from one project to another!\r\n\r\n## New Splash Screen\r\nWe completely overhauled the splash screen. You can now open recent files and directly go to our tutorials on the website.\r\n\r\n## More Component Metadata\r\nYou can add meta data like a name, description and icon to every component export – or entirely hide the component.\r\n\r\n## More Property Metadata\r\nWe detect children in your React components automatically, so you don't have to type them any more. Grouping of properties is now possible and if we don't support a property type officially (like arrays) – you can now enter TypeScript code into the property!\r\n\r\n## Canary Version\r\nIf you want to be really up-to-date, you can download our Canary version from the website. You'll be the first to check out new features and bugfixes – but there might me some more bugs than in the stable release.\r\n\r\n\r\n## Bug Fixes\r\nWe fixed hundreds of bugs, seriously!" + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14852390', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14852390/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14852390/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/untagged-0871be37185adc8b7254', + id: 14852390, + node_id: 'MDc6UmVsZWFzZTE0ODUyMzkw', + tag_name: 'v0.9.0-pr.0', + target_commitish: 'master', + name: '0.9.0-pr.0', + draft: true, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2019-01-08T11:26:28Z', + published_at: null, + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458052', + id: 10458052, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDUy', + name: 'Alva-0.9.0-pr.0-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 69681089, + download_count: 0, + created_at: '2019-01-08T11:28:36Z', + updated_at: '2019-01-08T11:28:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458015', + id: 10458015, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDE1', + name: 'Alva-0.9.0-pr.0.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 73175099, + download_count: 0, + created_at: '2019-01-08T11:26:28Z', + updated_at: '2019-01-08T11:26:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458036', + id: 10458036, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDM2', + name: 'Alva-0.9.0-pr.0.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 47547078, + download_count: 0, + created_at: '2019-01-08T11:28:16Z', + updated_at: '2019-01-08T11:28:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458034', + id: 10458034, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDM0', + name: 'Alva-0.9.0-pr.0.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 72280493, + download_count: 0, + created_at: '2019-01-08T11:28:02Z', + updated_at: '2019-01-08T11:28:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458035', + id: 10458035, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDM1', + name: 'Alva-0.9.0-pr.0.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76655, + download_count: 0, + created_at: '2019-01-08T11:28:02Z', + updated_at: '2019-01-08T11:28:02Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458043', + id: 10458043, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDQz', + name: 'Alva-0.9.0-pr.0.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 46185768, + download_count: 0, + created_at: '2019-01-08T11:28:28Z', + updated_at: '2019-01-08T11:28:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458042', + id: 10458042, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDQy', + name: 'Alva-0.9.0-pr.0.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 49054, + download_count: 0, + created_at: '2019-01-08T11:28:28Z', + updated_at: '2019-01-08T11:28:28Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458017', + id: 10458017, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDE3', + name: 'Alva-0.9.0-pr.0.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 127315968, + download_count: 0, + created_at: '2019-01-08T11:26:54Z', + updated_at: '2019-01-08T11:26:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-0.9.0-pr.0.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458040', + id: 10458040, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDQw', + name: 'Alva-portable-0.9.0-pr.0.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 45946848, + download_count: 0, + created_at: '2019-01-08T11:28:19Z', + updated_at: '2019-01-08T11:28:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/Alva-portable-0.9.0-pr.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458037', + id: 10458037, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDM3', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 373, + download_count: 0, + created_at: '2019-01-08T11:28:18Z', + updated_at: '2019-01-08T11:28:18Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458053', + id: 10458053, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDUz', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 520, + download_count: 0, + created_at: '2019-01-08T11:28:39Z', + updated_at: '2019-01-08T11:28:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10458049', + id: 10458049, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDU4MDQ5', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 339, + download_count: 0, + created_at: '2019-01-08T11:28:29Z', + updated_at: '2019-01-08T11:28:30Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/untagged-0871be37185adc8b7254/latest.yml' + } + ], + tarball_url: null, + zipball_url: null, + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14806851', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14806851/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14806851/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.9.0-alpha.1', + id: 14806851, + node_id: 'MDc6UmVsZWFzZTE0ODA2ODUx', + tag_name: 'v0.9.0-alpha.1', + target_commitish: 'master', + name: '0.9.0-alpha.1', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-04T16:34:33Z', + published_at: '2019-01-04T16:38:54Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410147', + id: 10410147, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTQ3', + name: 'Alva-0.9.0-alpha.1-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 107179535, + download_count: 2, + created_at: '2019-01-04T16:42:29Z', + updated_at: '2019-01-04T16:42:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410116', + id: 10410116, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTE2', + name: 'Alva-0.9.0-alpha.1.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 132727302, + download_count: 0, + created_at: '2019-01-04T16:38:55Z', + updated_at: '2019-01-04T16:38:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410134', + id: 10410134, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTM0', + name: 'Alva-0.9.0-alpha.1.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 77137952, + download_count: 0, + created_at: '2019-01-04T16:41:41Z', + updated_at: '2019-01-04T16:41:42Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410123', + id: 10410123, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTIz', + name: 'Alva-0.9.0-alpha.1.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 111435889, + download_count: 0, + created_at: '2019-01-04T16:40:27Z', + updated_at: '2019-01-04T16:40:32Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410122', + id: 10410122, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTIy', + name: 'Alva-0.9.0-alpha.1.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 117939, + download_count: 0, + created_at: '2019-01-04T16:40:27Z', + updated_at: '2019-01-04T16:40:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410137', + id: 10410137, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTM3', + name: 'Alva-0.9.0-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64664448, + download_count: 0, + created_at: '2019-01-04T16:41:44Z', + updated_at: '2019-01-04T16:41:45Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410136', + id: 10410136, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTM2', + name: 'Alva-0.9.0-alpha.1.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 69169, + download_count: 0, + created_at: '2019-01-04T16:41:44Z', + updated_at: '2019-01-04T16:41:44Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410118', + id: 10410118, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTE4', + name: 'Alva-0.9.0-alpha.1.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 177500160, + download_count: 0, + created_at: '2019-01-04T16:39:43Z', + updated_at: '2019-01-04T16:39:48Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-0.9.0-alpha.1.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410132', + id: 10410132, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTMy', + name: 'Alva-portable-0.9.0-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64451216, + download_count: 0, + created_at: '2019-01-04T16:41:35Z', + updated_at: '2019-01-04T16:41:37Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/Alva-portable-0.9.0-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410135', + id: 10410135, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTM1', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 384, + download_count: 0, + created_at: '2019-01-04T16:41:43Z', + updated_at: '2019-01-04T16:41:43Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410150', + id: 10410150, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTUw', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 535, + download_count: 16, + created_at: '2019-01-04T16:42:33Z', + updated_at: '2019-01-04T16:42:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10410138', + id: 10410138, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDEwMTM4', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-04T16:41:45Z', + updated_at: '2019-01-04T16:41:46Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.9.0-alpha.1/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.9.0-alpha.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.9.0-alpha.1', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14806493', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14806493/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14806493/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.8.1-alpha.2', + id: 14806493, + node_id: 'MDc6UmVsZWFzZTE0ODA2NDkz', + tag_name: 'v0.8.1-alpha.2', + target_commitish: 'master', + name: '0.8.1-alpha.2', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-04T16:16:55Z', + published_at: '2019-01-04T16:20:30Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409937', + id: 10409937, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTM3', + name: 'Alva-0.8.1-alpha.2-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 107179308, + download_count: 1, + created_at: '2019-01-04T16:24:36Z', + updated_at: '2019-01-04T16:24:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409881', + id: 10409881, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5ODgx', + name: 'Alva-0.8.1-alpha.2.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 132727365, + download_count: 0, + created_at: '2019-01-04T16:20:31Z', + updated_at: '2019-01-04T16:20:35Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409901', + id: 10409901, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTAx', + name: 'Alva-0.8.1-alpha.2.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76439176, + download_count: 0, + created_at: '2019-01-04T16:22:37Z', + updated_at: '2019-01-04T16:22:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409906', + id: 10409906, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTA2', + name: 'Alva-0.8.1-alpha.2.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 111435344, + download_count: 0, + created_at: '2019-01-04T16:22:52Z', + updated_at: '2019-01-04T16:23:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409907', + id: 10409907, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTA3', + name: 'Alva-0.8.1-alpha.2.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 117906, + download_count: 0, + created_at: '2019-01-04T16:22:52Z', + updated_at: '2019-01-04T16:22:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409922', + id: 10409922, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTIy', + name: 'Alva-0.8.1-alpha.2.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64660600, + download_count: 0, + created_at: '2019-01-04T16:23:45Z', + updated_at: '2019-01-04T16:23:47Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409921', + id: 10409921, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTIx', + name: 'Alva-0.8.1-alpha.2.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 69831, + download_count: 0, + created_at: '2019-01-04T16:23:45Z', + updated_at: '2019-01-04T16:23:45Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409884', + id: 10409884, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5ODg0', + name: 'Alva-0.8.1-alpha.2.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 177500160, + download_count: 0, + created_at: '2019-01-04T16:21:04Z', + updated_at: '2019-01-04T16:21:08Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-0.8.1-alpha.2.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409918', + id: 10409918, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTE4', + name: 'Alva-portable-0.8.1-alpha.2.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64447368, + download_count: 0, + created_at: '2019-01-04T16:23:37Z', + updated_at: '2019-01-04T16:23:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/Alva-portable-0.8.1-alpha.2.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409902', + id: 10409902, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTAy', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 384, + download_count: 0, + created_at: '2019-01-04T16:22:40Z', + updated_at: '2019-01-04T16:22:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409938', + id: 10409938, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTM4', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 535, + download_count: 4, + created_at: '2019-01-04T16:24:40Z', + updated_at: '2019-01-04T16:24:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409923', + id: 10409923, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5OTIz', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-04T16:23:47Z', + updated_at: '2019-01-04T16:23:47Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.2/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.8.1-alpha.2', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.8.1-alpha.2', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/14805987', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/14805987/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/14805987/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.8.1-alpha.1', + id: 14805987, + node_id: 'MDc6UmVsZWFzZTE0ODA1OTg3', + tag_name: 'v0.8.1-alpha.1', + target_commitish: 'master', + name: '0.8.1-alpha.1', + draft: false, + author: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + prerelease: true, + created_at: '2019-01-04T15:38:27Z', + published_at: '2019-01-04T15:56:37Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409596', + id: 10409596, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTk2', + name: 'Alva-0.8.1-alpha.1-mac.zip', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 107178973, + download_count: 0, + created_at: '2019-01-04T16:00:30Z', + updated_at: '2019-01-04T16:00:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409518', + id: 10409518, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTE4', + name: 'Alva-0.8.1-alpha.1.AppImage', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 132727340, + download_count: 0, + created_at: '2019-01-04T15:56:37Z', + updated_at: '2019-01-04T15:56:41Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409551', + id: 10409551, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTUx', + name: 'Alva-0.8.1-alpha.1.deb', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 76873320, + download_count: 0, + created_at: '2019-01-04T15:58:44Z', + updated_at: '2019-01-04T15:58:46Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.deb' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409545', + id: 10409545, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTQ1', + name: 'Alva-0.8.1-alpha.1.dmg', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 111435323, + download_count: 3, + created_at: '2019-01-04T15:58:31Z', + updated_at: '2019-01-04T15:58:36Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409544', + id: 10409544, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTQ0', + name: 'Alva-0.8.1-alpha.1.dmg.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 117998, + download_count: 0, + created_at: '2019-01-04T15:58:31Z', + updated_at: '2019-01-04T15:58:32Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409585', + id: 10409585, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTg1', + name: 'Alva-0.8.1-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64652992, + download_count: 0, + created_at: '2019-01-04T16:00:12Z', + updated_at: '2019-01-04T16:00:14Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409587', + id: 10409587, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTg3', + name: 'Alva-0.8.1-alpha.1.exe.blockmap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 69455, + download_count: 0, + created_at: '2019-01-04T16:00:15Z', + updated_at: '2019-01-04T16:00:15Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409528', + id: 10409528, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTI4', + name: 'Alva-0.8.1-alpha.1.snap', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 177500160, + download_count: 0, + created_at: '2019-01-04T15:57:13Z', + updated_at: '2019-01-04T15:57:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-0.8.1-alpha.1.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409579', + id: 10409579, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTc5', + name: 'Alva-portable-0.8.1-alpha.1.exe', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 64439760, + download_count: 0, + created_at: '2019-01-04T16:00:07Z', + updated_at: '2019-01-04T16:00:09Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/Alva-portable-0.8.1-alpha.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409552', + id: 10409552, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTUy', + name: 'latest-linux.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 384, + download_count: 0, + created_at: '2019-01-04T15:58:46Z', + updated_at: '2019-01-04T15:58:46Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409600', + id: 10409600, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NjAw', + name: 'latest-mac.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 535, + download_count: 9, + created_at: '2019-01-04T16:00:34Z', + updated_at: '2019-01-04T16:00:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/10409589', + id: 10409589, + node_id: 'MDEyOlJlbGVhc2VBc3NldDEwNDA5NTg5', + name: 'latest.yml', + label: '', + uploader: { + login: 'marionebl', + id: 4248851, + node_id: 'MDQ6VXNlcjQyNDg4NTE=', + avatar_url: 'https://avatars1.githubusercontent.com/u/4248851?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/marionebl', + html_url: 'https://github.com/marionebl', + followers_url: 'https://api.github.com/users/marionebl/followers', + following_url: 'https://api.github.com/users/marionebl/following{/other_user}', + gists_url: 'https://api.github.com/users/marionebl/gists{/gist_id}', + starred_url: 'https://api.github.com/users/marionebl/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/marionebl/subscriptions', + organizations_url: 'https://api.github.com/users/marionebl/orgs', + repos_url: 'https://api.github.com/users/marionebl/repos', + events_url: 'https://api.github.com/users/marionebl/events{/privacy}', + received_events_url: 'https://api.github.com/users/marionebl/received_events', + type: 'User', + site_admin: false + }, + content_type: 'text/yaml', + state: 'uploaded', + size: 348, + download_count: 0, + created_at: '2019-01-04T16:00:15Z', + updated_at: '2019-01-04T16:00:15Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.1-alpha.1/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.8.1-alpha.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.8.1-alpha.1', + body: null + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/11260307', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/11260307/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/11260307/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.8.0', + id: 11260307, + node_id: 'MDc6UmVsZWFzZTExMjYwMzA3', + tag_name: 'v0.8.0', + target_commitish: 'master', + name: 'v0.8.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2018-09-20T14:31:59Z', + published_at: '2018-09-20T19:41:35Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759965', + id: 8759965, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NjU=', + name: 'Alva-0.8.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 87744832, + download_count: 510, + created_at: '2018-09-20T14:37:36Z', + updated_at: '2018-09-20T14:38:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759966', + id: 8759966, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NjY=', + name: 'Alva-0.8.0.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 92016401, + download_count: 1178, + created_at: '2018-09-20T14:37:37Z', + updated_at: '2018-09-20T14:39:54Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759967', + id: 8759967, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5Njc=', + name: 'Alva-0.8.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 91349267, + download_count: 2075, + created_at: '2018-09-20T14:37:37Z', + updated_at: '2018-09-20T14:40:43Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759968', + id: 8759968, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5Njg=', + name: 'Alva-0.8.0.dmg.blockmap', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 95801, + download_count: 5, + created_at: '2018-09-20T14:37:37Z', + updated_at: '2018-09-20T14:40:43Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.dmg.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759969', + id: 8759969, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5Njk=', + name: 'Alva-0.8.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 65334743, + download_count: 5671, + created_at: '2018-09-20T14:37:37Z', + updated_at: '2018-09-20T14:41:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759971', + id: 8759971, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NzE=', + name: 'Alva-0.8.0.exe.blockmap', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 69971, + download_count: 19, + created_at: '2018-09-20T14:37:38Z', + updated_at: '2018-09-20T14:41:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.exe.blockmap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759972', + id: 8759972, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NzI=', + name: 'Alva-0.8.0.snap', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 142381056, + download_count: 317, + created_at: '2018-09-20T14:37:38Z', + updated_at: '2018-09-20T14:42:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759973', + id: 8759973, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NzM=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 358, + download_count: 1319, + created_at: '2018-09-20T14:37:38Z', + updated_at: '2018-09-20T14:42:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759974', + id: 8759974, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NzQ=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 457, + download_count: 3226, + created_at: '2018-09-20T14:37:38Z', + updated_at: '2018-09-20T14:42:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/8759975', + id: 8759975, + node_id: 'MDEyOlJlbGVhc2VBc3NldDg3NTk5NzU=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 324, + download_count: 1810, + created_at: '2018-09-20T14:37:38Z', + updated_at: '2018-09-20T14:42:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.8.0/latest.yml' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.8.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.8.0', + body: + "# Look, we’re a beta!\r\n\r\n### New contributors\r\n@barinali #532([9c35fe5](https://github.com/meetalva/alva/commit/9c35fe53983a040efc0292a82b0a64e87cf7f47c))\r\n\r\n### Link Pages & Components\r\nWe firmly believe, that that which belongs together, should not remain separate. Alva has given its consent as well. Thus, components or even whole pages can now be linked, allowing you to create clickable prototypes for gloriously interactive presentations. Mazel tov!\r\n\r\n### Variables\r\nIn our continuing effort to make Alva work smoother with the human tendency to avoid needless repetition, we've taught it to handle variables. As of now, you'll be able to place variables within links or inputs to be read in other places.\r\n\r\n### Performance\r\nWe've got some bad news for you here. After some major discussions (mainly resolved by way of intense Ping Pong matches), we've significantly sped up Alva's rendering process. This comes with the downside of no longer being able to say: \"I'll just grab a coffee while waiting for Alva.\" We know of the risks to the coffee industry and are willing to accept any and all consequences resulting out of this change.\r\n\r\n### .alva Files\r\nWe were told to increase brand visibility and user exposure. The most subtle way we could think of, was to simply change Alva's files to - well - _.alva_ files. Jokes aside, this genuinely makes things easier to find and share for everyone involved. #440 ([ca886c8](https://github.com/meetalva/alva/commit/ca886c8))\r\n\r\n### Undo & Redo\r\nSometimes, our _happy little mistakes_ don't make us _happy_ at all. That's why we've taught Alva to remember what things looked like before. Simply press **Cmd+Z** on Mac or **Ctrl+Z** on Windows to take one step back into a brighter past.\r\nNostalgia turned out to be just that? Are you longing for improvements you had already made? Alva now supports _Redo_ to help you get back to the future. Press **Cmd+Shift+Z** or **Ctrl+Shift+Z** to get all that hard work back. #109 ([93382b8](https://github.com/meetalva/alva/commit/93382b8))\r\n\r\n### Page Overview\r\nWe all know the feeling: You start with one page. Later, you might add a few more. And, given time, pages do, what socks usually don't: they multiply into somewhere close to infinity. While we can't change that particular oddity, we did decide to provide Alva with a **new (and soon-to-be shiny) page management feature**. Add, rename and delete pages to your heart's content. The page previews are still in progress, so don’t worry about the white preview tile. #399 ([75f3c40](https://github.com/meetalva/alva/commit/75f3c40))\r\n\r\n### Placeholder Component\r\nNot even the love-child of Lucky Luke and The Flash would be able to keep up with your mind? Don't you worry: If the component you imagined has not already been built, you can now use Alva's **brand new image component to use any image inside Alva**. This way, everybody in your team knows what should be there and you don't have to wait around. #13 ([3c45437](https://github.com/meetalva/alva/commit/3c45437))\r\n\r\n### No-Child Elements\r\nChildren deserve a loving (and willing) parent. Some elements are just not ready for the commitment and we shouldn't force them into arbitrary ... Right. Elements. This is about elements. The short of it is: **Elements that do not accept children, won't accept children.** It’s that simple. ([be9df1d](https://github.com/meetalva/alva/commit/be9df1d))\r\n\r\n### Page Element Renaming\r\n9 out of 10 developers questioned in our private and totally real study hate naming things. That shouldn't stop you, though, and Alva believes in you! Therefore, **page elements now accept names**. Double-click on the element and name away. ([ac1412a](https://github.com/meetalva/alva/commit/ac1412a))\r\n\r\n### Fresh Design\r\nVive la France! Vive la République! Wait ... **Fresh** Design? Wasn't it **French** Design in the ticket? Anyway ... Alva had a nice day off and really focused on what makes it happy. Rocking a new design, the world looks peachy and full of opportunities. ([86f858b](https://github.com/meetalva/alva/commit/86f858b)), ([7b7622b](https://github.com/meetalva/alva/commit/7b7622b)), ([71f81cd](https://github.com/meetalva/alva/commit/71f81cd))\r\n\r\n### Loading Animation \r\nThe concept of loading animations is a strange one. Most of the time, as a developer, you don't want the thing to show up at all. On the other hand, when shown, the animation should be smooth. It should also serve as an indicator that things are happening. As we all like knowing that the app we're using hasn't crashed, Alva now sports an awesome loading animation. Special thanks go to @goprime10 for this glorious work of art you hopefully won't have to stare at for too long. ([bcfe1b9](https://github.com/meetalva/alva/commit/bcfe1b9)), closes [#299](https://github.com/meetalva/alva/issues/299)\r\n\r\n### Selectable Elements\r\nWouldn't it make sense, if users could click on an element in the preview screen to select it? Yes, it sure would. So here it is: Alva now allows you to directly select elements by clicking on them in the preview screen.\r\n\r\n### Bug Fixes\r\nTo combat the ever growing infestation of land-dwelling arthropods within Alva's code base, we've invested in a large farm in the countryside. Now that we have a space for them to go, we've removed a virtual ton of bugs plaguing Alva and have moved them to a happier and, more importantly, far away place.\r\n\r\n### More like this\r\nAs with every release, we've made more changes than just the ones highlighted above. For a full documentation of all quality of life improvements and bug fixes, please check [here](https://github.com/meetalva/alva/blob/master/CHANGELOG.md)." + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/10126685', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/10126685/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/10126685/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.7.0', + id: 10126685, + node_id: 'MDc6UmVsZWFzZTEwMTI2Njg1', + tag_name: 'v0.7.0', + target_commitish: 'master', + name: 'v0.7.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2018-03-16T17:15:13Z', + published_at: '2018-03-16T20:56:51Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537676', + id: 6537676, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2NzY=', + name: 'Alva-0.7.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 64003027, + download_count: 383, + created_at: '2018-03-16T18:59:32Z', + updated_at: '2018-03-16T19:03:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/Alva-0.7.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537677', + id: 6537677, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2Nzc=', + name: 'Alva-0.7.0.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 69403538, + download_count: 786, + created_at: '2018-03-16T18:59:32Z', + updated_at: '2018-03-16T19:04:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/Alva-0.7.0.AppImage' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537678', + id: 6537678, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2Nzg=', + name: 'Alva-0.7.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 65724513, + download_count: 2316, + created_at: '2018-03-16T18:59:32Z', + updated_at: '2018-03-16T19:06:21Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/Alva-0.7.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537679', + id: 6537679, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2Nzk=', + name: 'Alva-0.7.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 49961480, + download_count: 2358, + created_at: '2018-03-16T18:59:33Z', + updated_at: '2018-03-16T19:07:30Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/Alva-0.7.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537675', + id: 6537675, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2NzU=', + name: 'alva_0.7.0_amd64.snap', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 122142720, + download_count: 408, + created_at: '2018-03-16T18:59:32Z', + updated_at: '2018-03-16T19:02:34Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/alva_0.7.0_amd64.snap' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537680', + id: 6537680, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2ODA=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 358, + download_count: 1042, + created_at: '2018-03-16T18:59:33Z', + updated_at: '2018-03-16T19:07:30Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537681', + id: 6537681, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2ODE=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 14, + created_at: '2018-03-16T18:59:33Z', + updated_at: '2018-03-16T19:07:30Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537682', + id: 6537682, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2ODI=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 4842, + created_at: '2018-03-16T18:59:33Z', + updated_at: '2018-03-16T19:07:31Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6537683', + id: 6537683, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1Mzc2ODM=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 2107, + created_at: '2018-03-16T18:59:33Z', + updated_at: '2018-03-16T19:07:31Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6543042', + id: 6543042, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1NDMwNDI=', + name: 'meetalva-0.7.0-mac.dmg', + label: null, + uploader: { + login: 'markusoelhafen', + id: 10544994, + node_id: 'MDQ6VXNlcjEwNTQ0OTk0', + avatar_url: 'https://avatars2.githubusercontent.com/u/10544994?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/markusoelhafen', + html_url: 'https://github.com/markusoelhafen', + followers_url: 'https://api.github.com/users/markusoelhafen/followers', + following_url: + 'https://api.github.com/users/markusoelhafen/following{/other_user}', + gists_url: 'https://api.github.com/users/markusoelhafen/gists{/gist_id}', + starred_url: 'https://api.github.com/users/markusoelhafen/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/markusoelhafen/subscriptions', + organizations_url: 'https://api.github.com/users/markusoelhafen/orgs', + repos_url: 'https://api.github.com/users/markusoelhafen/repos', + events_url: 'https://api.github.com/users/markusoelhafen/events{/privacy}', + received_events_url: + 'https://api.github.com/users/markusoelhafen/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 65724513, + download_count: 202, + created_at: '2018-03-17T10:10:00Z', + updated_at: '2018-03-17T10:18:36Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/meetalva-0.7.0-mac.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6550169', + id: 6550169, + node_id: 'MDEyOlJlbGVhc2VBc3NldDY1NTAxNjk=', + name: 'meetalva-0.7.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 64003027, + download_count: 725, + created_at: '2018-03-18T15:01:34Z', + updated_at: '2018-03-18T15:03:50Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.7.0/meetalva-0.7.0-mac.zip' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.7.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.7.0', + body: + "# The one that gave us readable change logs\r\n* **It's dangerous out there, take this:** In order to help you navigate the depths of your hard drives' folders, Alva now sports an all new and improved icon. Never again will you have to endlessly search for our application. More importantly, we can now print cool stickers!\r\n* **Some things are just more fun when done in groups:** For this release, we were once more lucky enough to welcome new amazing contibutors. Many thanks to @mpfeil, @bing107, @glebez, @petetnt, @tbroadley, @DanielRuf, @goprime10 and @Palmaswell. You rock!\r\n### Features\r\n* **auto-updater:** We've taught Alva some manners. It will now politely ask before updating. ([38c7766](https://github.com/meetalva/alva/commit/38c7766)), closes [#168](https://github.com/meetalva/alva/issues/168)\r\n* **auto-updater:** You can now ask Alva to check, if it really is the newest version of itself. Oh, and if it's not, you'll see a fancy progress bar for the updating process. ([e024cc4](https://github.com/meetalva/alva/commit/e024cc4)), closes [#84](https://github.com/meetalva/alva/issues/84)\r\n* **preview:** Selected elements are now highlighted. No need to touch my screen to show me the one you're talking about, thank you very much. ([2423a5d](https://github.com/meetalva/alva/commit/2423a5d))\r\n![dd6ced29fb](https://user-images.githubusercontent.com/2543933/37540231-7fb64732-2956-11e8-8c64-d0268344cc75.gif)\r\n\r\n* **menu:** Page elements now have a context menu. Because everything's better with proper context. ([a8cd86e](https://github.com/meetalva/alva/commit/a8cd86e)), closes [#111](https://github.com/meetalva/alva/issues/111)\r\n* **menu:** There is now an option to export your current page as a PNG. Or as our trainee would put it: \"The only format that really matters, right!?\" ([1c423b6](https://github.com/meetalva/alva/commit/1c423b6)), closes [#71](https://github.com/meetalva/alva/issues/71)\r\n* **menu:** Menu items are now on a strict \"Need To Know\" basis. Alva won't continue to tease you with unavailable options. ([c009cd2](https://github.com/meetalva/alva/commit/c009cd2))\r\n* **menu:** Settings can now be accessed via a new menu item. Why you would want to change Alva in any way is beyond us though. ([f8676a7](https://github.com/meetalva/alva/commit/f8676a7)), closes [#195](https://github.com/meetalva/alva/issues/195)\r\n* **page-list:** You can now change the name of pages within the page list. We couldn't think of a clever joke for this one. Enjoy though. ([1736b0b](https://github.com/meetalva/alva/commit/1736b0b))\r\n![rename](https://user-images.githubusercontent.com/2543933/37543372-9e1c9f68-2961-11e8-94a8-14518e1c71b7.gif)\r\n\r\n* **preview-pane:** Want to see what other people see? You can now resize the preview-pane to do just that. ([5f6e133](https://github.com/meetalva/alva/commit/5f6e133))\r\n![resize](https://user-images.githubusercontent.com/2543933/37543350-8bfa9272-2961-11e8-9ebf-83deb49a78b0.gif)\r\n\r\n* **window:** As ants have not yet embraced Alva, we've decided to implement a minimum app window size. ([239d788](https://github.com/meetalva/alva/commit/239d788)), closes [#107](https://github.com/meetalva/alva/issues/107)\r\n### Bug Fixes\r\n* **electron:** The \"Learn More\" menu item now let's you discover more than just that we're bad a linking things in menus. ([#172](https://github.com/meetalva/alva/issues/172)) ([75edbb1](https://github.com/meetalva/alva/commit/75edbb1))\r\n* **lsg:** Well colour me impressed. Item label colours are now consistent! ([#159](https://github.com/meetalva/alva/issues/159)) ([7d7c83e](https://github.com/meetalva/alva/commit/7d7c83e)), closes [#147](https://github.com/meetalva/alva/issues/147)\r\n* **menu:** When you hide all windows, Alva will now join its friends and minimise as well. ([ee8b5c4](https://github.com/meetalva/alva/commit/ee8b5c4)), closes [#187](https://github.com/meetalva/alva/issues/187)\r\n* **store:** Alva has learned some critical thinking and will not let you save when there is no styleguide. ([f9ef1dd](https://github.com/meetalva/alva/commit/f9ef1dd)), closes [#101](https://github.com/meetalva/alva/issues/101)\r\n\r\n**Needless to say, a lot of things have changed behind the scenes as well. Also: Thanks to everyone for using Alva. We hope you're enjoying the experience.**" + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/9491309', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/9491309/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/9491309/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.6.1', + id: 9491309, + node_id: 'MDc6UmVsZWFzZTk0OTEzMDk=', + tag_name: 'v0.6.1', + target_commitish: 'master', + name: 'v0.6.1', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2018-02-01T15:21:19Z', + published_at: '2018-02-01T16:25:06Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061713', + id: 6061713, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTM=', + name: 'Alva-0.6.1-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56457060, + download_count: 162, + created_at: '2018-02-01T16:23:09Z', + updated_at: '2018-02-01T16:23:17Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/Alva-0.6.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061714', + id: 6061714, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTQ=', + name: 'Alva-0.6.1.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 57939132, + download_count: 723, + created_at: '2018-02-01T16:23:10Z', + updated_at: '2018-02-01T16:23:23Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/Alva-0.6.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061715', + id: 6061715, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTU=', + name: 'Alva-0.6.1.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 42635536, + download_count: 719, + created_at: '2018-02-01T16:23:11Z', + updated_at: '2018-02-01T16:23:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/Alva-0.6.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061716', + id: 6061716, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTY=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 262, + created_at: '2018-02-01T16:23:11Z', + updated_at: '2018-02-01T16:23:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6129704', + id: 6129704, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYxMjk3MDQ=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 4, + created_at: '2018-02-07T07:59:57Z', + updated_at: '2018-02-07T07:59:58Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061717', + id: 6061717, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTc=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 1503, + created_at: '2018-02-01T16:23:11Z', + updated_at: '2018-02-01T16:23:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061718', + id: 6061718, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MTg=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 639, + created_at: '2018-02-01T16:23:11Z', + updated_at: '2018-02-01T16:23:27Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061723', + id: 6061723, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MjM=', + name: 'meetalva-0.6.1-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56457060, + download_count: 440, + created_at: '2018-02-01T16:23:46Z', + updated_at: '2018-02-01T16:23:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/meetalva-0.6.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/6061724', + id: 6061724, + node_id: 'MDEyOlJlbGVhc2VBc3NldDYwNjE3MjQ=', + name: 'meetalva-0.6.1-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 61643998, + download_count: 228, + created_at: '2018-02-01T16:23:46Z', + updated_at: '2018-02-01T16:24:06Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.1/meetalva-0.6.1-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.6.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.6.1', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n## [0.6.1](https://github.com/meetalva/alva/compare/v0.6.0...v0.6.1) (2018-02-01)\r\n\r\n\r\n### Bug Fixes\r\n\r\n* Security fix: Thanks to @Suhas-Gaikwad for reporting and helping with this issue\r\ndisabled drag-and-drop from outside the application ([c15b2cf](https://github.com/meetalva/alva/commit/c15b2cf))' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8987228', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8987228/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8987228/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.6.0', + id: 8987228, + node_id: 'MDc6UmVsZWFzZTg5ODcyMjg=', + tag_name: 'v0.6.0', + target_commitish: 'master', + name: 'v0.6.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-20T23:16:58Z', + published_at: '2017-12-20T23:24:53Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681235', + id: 5681235, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyMzU=', + name: 'Alva-0.6.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56627873, + download_count: 356, + created_at: '2017-12-20T23:20:10Z', + updated_at: '2017-12-20T23:21:06Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/Alva-0.6.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681236', + id: 5681236, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyMzY=', + name: 'Alva-0.6.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 58095383, + download_count: 6171, + created_at: '2017-12-20T23:20:10Z', + updated_at: '2017-12-20T23:22:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/Alva-0.6.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681237', + id: 5681237, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyMzc=', + name: 'Alva-0.6.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 42824238, + download_count: 2813, + created_at: '2017-12-20T23:20:10Z', + updated_at: '2017-12-20T23:22:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/Alva-0.6.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681239', + id: 5681239, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyMzk=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 559, + created_at: '2017-12-20T23:20:11Z', + updated_at: '2017-12-20T23:22:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681243', + id: 5681243, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyNDM=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 14, + created_at: '2017-12-20T23:20:26Z', + updated_at: '2017-12-20T23:23:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681240', + id: 5681240, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyNDA=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 7079, + created_at: '2017-12-20T23:20:11Z', + updated_at: '2017-12-20T23:22:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681241', + id: 5681241, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyNDE=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 2181, + created_at: '2017-12-20T23:20:11Z', + updated_at: '2017-12-20T23:22:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681255', + id: 5681255, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyNTU=', + name: 'meetalva-0.6.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56627873, + download_count: 46, + created_at: '2017-12-20T23:21:22Z', + updated_at: '2017-12-20T23:24:52Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/meetalva-0.6.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5681242', + id: 5681242, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2ODEyNDI=', + name: 'meetalva-0.6.0-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 61852499, + download_count: 471, + created_at: '2017-12-20T23:20:11Z', + updated_at: '2017-12-20T23:23:57Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.6.0/meetalva-0.6.0-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.6.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.6.0', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n# [0.6.0](https://github.com/meetalva/alva/compare/v0.5.0...v0.6.0) (2017-12-20)\r\n\r\n\r\n### Bug Fixes\r\n\r\n* pattern and property names: Automatic name guessing, and [@name](https://github.com/name) annotation ([3754a8c](https://github.com/meetalva/alva/commit/3754a8c))\r\n* **build:** electron should now always find the correct js file ([#116](https://github.com/meetalva/alva/issues/116)) ([cd2e76d](https://github.com/meetalva/alva/commit/cd2e76d)), closes [#106](https://github.com/meetalva/alva/issues/106)\r\n* **component:** adjust patternlist spacing ([#105](https://github.com/meetalva/alva/issues/105)) ([ed8d14e](https://github.com/meetalva/alva/commit/ed8d14e))\r\n* **component:** fix pattern list search ([45cc05d](https://github.com/meetalva/alva/commit/45cc05d))\r\n* **lsg:** remove fonts import ([9736df8](https://github.com/meetalva/alva/commit/9736df8))\r\n\r\n\r\n### Features\r\n\r\n* **component:** add error wrapper around preview components ([0325ea6](https://github.com/meetalva/alva/commit/0325ea6))\r\n* **component:** add spacing ([5c52909](https://github.com/meetalva/alva/commit/5c52909))\r\n* **component:** integrate icon in pattern list ([6f6cac1](https://github.com/meetalva/alva/commit/6f6cac1)), closes [#91](https://github.com/meetalva/alva/issues/91)\r\n* **component:** move splash screen from preview to app main section, create styled splash screen ([b559d1b](https://github.com/meetalva/alva/commit/b559d1b))\r\n* **component:** remove edit delete and add from page list ([2b51ee6](https://github.com/meetalva/alva/commit/2b51ee6))\r\n* **component:** remove edit delete and add from project list ([29059da](https://github.com/meetalva/alva/commit/29059da))\r\n* **component/app:** add spacing to page list ([#103](https://github.com/meetalva/alva/issues/103)) ([5df49bc](https://github.com/meetalva/alva/commit/5df49bc))\r\n* **lsg:** add more clickable space to dropdown items ([84de0d1](https://github.com/meetalva/alva/commit/84de0d1))\r\n* **lsg:** add textColor property to headline ([f75189a](https://github.com/meetalva/alva/commit/f75189a))\r\n* **lsg:** adjust pattern list styling ([ff04ed0](https://github.com/meetalva/alva/commit/ff04ed0))\r\n* **lsg:** change fallback pattern icon ([#119](https://github.com/meetalva/alva/issues/119)) ([4b352e4](https://github.com/meetalva/alva/commit/4b352e4))\r\n* **lsg:** introduce button component ([78bd656](https://github.com/meetalva/alva/commit/78bd656))\r\n* **lsg:** introduce copy component ([ed2fc0e](https://github.com/meetalva/alva/commit/ed2fc0e))\r\n* **lsg:** introduce splash screen component ([f8a44aa](https://github.com/meetalva/alva/commit/f8a44aa))\r\n* **lsg:** load external pattern icon as image source, adjust styling ([1642d7b](https://github.com/meetalva/alva/commit/1642d7b)), closes [#91](https://github.com/meetalva/alva/issues/91)\r\n* **lsg:** remove left section from splash screen ([224fa86](https://github.com/meetalva/alva/commit/224fa86))\r\n* **lsg:** remove margin from pattern list items ([c7a6b75](https://github.com/meetalva/alva/commit/c7a6b75))\r\n* **store:** add get pattern icon path ([051990c](https://github.com/meetalva/alva/commit/051990c)), closes [#91](https://github.com/meetalva/alva/issues/91)\r\n* make title property optional ([e6f38bf](https://github.com/meetalva/alva/commit/e6f38bf))\r\n\r\n\r\n### Reverts\r\n\r\n* **component): fix(component:** fix pattern list search, convert pattern name to lowercase ([#102](https://github.com/meetalva/alva/issues/102)) ([867e8d0](https://github.com/meetalva/alva/commit/867e8d0))\r\n' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8964007', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8964007/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8964007/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.5.0', + id: 8964007, + node_id: 'MDc6UmVsZWFzZTg5NjQwMDc=', + tag_name: 'v0.5.0', + target_commitish: 'master', + name: 'v0.5.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-19T14:45:44Z', + published_at: '2017-12-19T14:55:27Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666683', + id: 5666683, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODM=', + name: 'Alva-0.5.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56606052, + download_count: 5, + created_at: '2017-12-19T14:53:35Z', + updated_at: '2017-12-19T14:53:50Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/Alva-0.5.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666684', + id: 5666684, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODQ=', + name: 'Alva-0.5.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 58080783, + download_count: 14, + created_at: '2017-12-19T14:53:35Z', + updated_at: '2017-12-19T14:54:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/Alva-0.5.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666685', + id: 5666685, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODU=', + name: 'Alva-0.5.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 42808925, + download_count: 6, + created_at: '2017-12-19T14:53:35Z', + updated_at: '2017-12-19T14:54:12Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/Alva-0.5.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666686', + id: 5666686, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODY=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 5, + created_at: '2017-12-19T14:53:35Z', + updated_at: '2017-12-19T14:54:12Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666703', + id: 5666703, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY3MDM=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 1, + created_at: '2017-12-19T14:55:04Z', + updated_at: '2017-12-19T14:55:24Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666687', + id: 5666687, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODc=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 18, + created_at: '2017-12-19T14:53:36Z', + updated_at: '2017-12-19T14:54:12Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666688', + id: 5666688, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODg=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 3, + created_at: '2017-12-19T14:53:36Z', + updated_at: '2017-12-19T14:54:12Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666702', + id: 5666702, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY3MDI=', + name: 'meetalva-0.5.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56606052, + download_count: 2, + created_at: '2017-12-19T14:54:51Z', + updated_at: '2017-12-19T14:55:24Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/meetalva-0.5.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5666689', + id: 5666689, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NjY2ODk=', + name: 'meetalva-0.5.0-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 61831444, + download_count: 14, + created_at: '2017-12-19T14:53:36Z', + updated_at: '2017-12-19T14:54:24Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.5.0/meetalva-0.5.0-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.5.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.5.0', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n# [0.5.0](https://github.com/meetalva/alva/compare/v0.4.1...v0.5.0) (2017-12-19)\r\n\r\n\r\n### Bug Fixes\r\n\r\n* **component:** convert search term to lower case ([6d38ede](https://github.com/meetalva/alva/commit/6d38ede))\r\n\r\n\r\n### Features\r\n\r\n* **lsg:** new styling for pattern pane ([19b411e](https://github.com/meetalva/alva/commit/19b411e))\r\n* **menu:** add functionality to also create a folder while selecting a space for the creation of th ([389c098](https://github.com/meetalva/alva/commit/389c098))' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8951431', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8951431/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8951431/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.4.1', + id: 8951431, + node_id: 'MDc6UmVsZWFzZTg5NTE0MzE=', + tag_name: 'v0.4.1', + target_commitish: 'master', + name: 'v0.4.1', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-18T19:09:51Z', + published_at: '2017-12-18T19:19:46Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659029', + id: 5659029, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMjk=', + name: 'Alva-0.4.1-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56592539, + download_count: 1, + created_at: '2017-12-18T19:17:46Z', + updated_at: '2017-12-18T19:18:16Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/Alva-0.4.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659031', + id: 5659031, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzE=', + name: 'Alva-0.4.1.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 58066301, + download_count: 7, + created_at: '2017-12-18T19:17:46Z', + updated_at: '2017-12-18T19:18:28Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/Alva-0.4.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659032', + id: 5659032, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzI=', + name: 'Alva-0.4.1.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 42813992, + download_count: 3, + created_at: '2017-12-18T19:17:46Z', + updated_at: '2017-12-18T19:18:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/Alva-0.4.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659033', + id: 5659033, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzM=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 1, + created_at: '2017-12-18T19:17:46Z', + updated_at: '2017-12-18T19:18:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659034', + id: 5659034, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzQ=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 24, + created_at: '2017-12-18T19:17:46Z', + updated_at: '2017-12-18T19:18:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659035', + id: 5659035, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzU=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 3, + created_at: '2017-12-18T19:17:47Z', + updated_at: '2017-12-18T19:18:38Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659052', + id: 5659052, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwNTI=', + name: 'meetalva-0.4.1-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56592539, + download_count: 7, + created_at: '2017-12-18T19:19:32Z', + updated_at: '2017-12-18T19:19:43Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/meetalva-0.4.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5659036', + id: 5659036, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTkwMzY=', + name: 'meetalva-0.4.1-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 61831522, + download_count: 12, + created_at: '2017-12-18T19:17:47Z', + updated_at: '2017-12-18T19:18:51Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.1/meetalva-0.4.1-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.4.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.4.1', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n## [0.4.1](https://github.com/meetalva/alva/compare/v0.4.0...v0.4.1) (2017-12-18)\r\n\r\n### Features\r\n\r\n* **component:** page-elements can now not be dropped on there own children ([90d5841]' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8950944', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8950944/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8950944/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.4.0', + id: 8950944, + node_id: 'MDc6UmVsZWFzZTg5NTA5NDQ=', + tag_name: 'v0.4.0', + target_commitish: 'master', + name: 'v0.4.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-18T18:34:05Z', + published_at: '2017-12-18T18:41:34Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658711', + id: 5658711, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MTE=', + name: 'Alva-0.4.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56592507, + download_count: 1, + created_at: '2017-12-18T18:40:17Z', + updated_at: '2017-12-18T18:40:25Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/Alva-0.4.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658717', + id: 5658717, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MTc=', + name: 'Alva-0.4.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 58066288, + download_count: 6, + created_at: '2017-12-18T18:40:45Z', + updated_at: '2017-12-18T18:40:52Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/Alva-0.4.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658718', + id: 5658718, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MTg=', + name: 'Alva-0.4.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 42814001, + download_count: 3, + created_at: '2017-12-18T18:40:54Z', + updated_at: '2017-12-18T18:41:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/Alva-0.4.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658720', + id: 5658720, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MjA=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 2, + created_at: '2017-12-18T18:40:55Z', + updated_at: '2017-12-18T18:41:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658728', + id: 5658728, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3Mjg=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 1, + created_at: '2017-12-18T18:41:04Z', + updated_at: '2017-12-18T18:41:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658721', + id: 5658721, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MjE=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 6, + created_at: '2017-12-18T18:40:55Z', + updated_at: '2017-12-18T18:41:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658722', + id: 5658722, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MjI=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 1, + created_at: '2017-12-18T18:40:55Z', + updated_at: '2017-12-18T18:41:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658715', + id: 5658715, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MTU=', + name: 'meetalva-0.4.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 56592507, + download_count: 3, + created_at: '2017-12-18T18:40:34Z', + updated_at: '2017-12-18T18:40:43Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/meetalva-0.4.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5658730', + id: 5658730, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2NTg3MzA=', + name: 'meetalva-0.4.0-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 61831391, + download_count: 11, + created_at: '2017-12-18T18:41:13Z', + updated_at: '2017-12-18T18:41:29Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.4.0/meetalva-0.4.0-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.4.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.4.0', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n# [0.4.0](https://github.com/meetalva/alva/compare/v0.3.0...v0.4.0) (2017-12-18)\r\n\r\n\r\n### Bug Fixes\r\n\r\n* **component:** completly remove mobx devtools for now ([54970fe](https://github.com/meetalva/alva/commit/54970fe))\r\n* **component:** readd mobx devtools ([3423ec7](https://github.com/meetalva/alva/commit/3423ec7))\r\n* **component:** remove unused const ([a1939b1](https://github.com/meetalva/alva/commit/a1939b1))\r\n* **components:** remove developer tools in production ([813ddd8](https://github.com/meetalva/alva/commit/813ddd8))\r\n* **lsg:** broken intendantion ([2bad46f](https://github.com/meetalva/alva/commit/2bad46f))\r\n* **lsg:** element property update on property patterns ([822b2b2](https://github.com/meetalva/alva/commit/822b2b2)), closes [#57](https://github.com/meetalva/alva/issues/57)\r\n* **store:** clear selected element after element deletion ([5a21e46](https://github.com/meetalva/alva/commit/5a21e46)), closes [#58](https://github.com/meetalva/alva/issues/58)\r\n\r\n\r\n### Features\r\n\r\n* **component:** add direct download link to designkit ([e31dead](https://github.com/meetalva/alva/commit/e31dead))\r\n* **component:** add pattern as next sibling of selected element when clicking on pattern item ([943cc5d](https://github.com/meetalva/alva/commit/943cc5d)), closes [#63](https://github.com/meetalva/alva/issues/63)\r\n* **lsg:** add hover to property items ([2c1d6ee](https://github.com/meetalva/alva/commit/2c1d6ee))\r\n* **lsg:** add styling to property boolean ([0bc168d](https://github.com/meetalva/alva/commit/0bc168d))\r\n* **lsg:** add styling to property enum and add spacing to property items ([590e21b](https://github.com/meetalva/alva/commit/590e21b))\r\n* **lsg:** bigger click-area for open/close icon on page-element ([#62](https://github.com/meetalva/alva/issues/62)) ([b78a347](https://github.com/meetalva/alva/commit/b78a347)), closes [#61](https://github.com/meetalva/alva/issues/61)\r\n* **lsg:** change icon size ([bc0ff66](https://github.com/meetalva/alva/commit/bc0ff66))\r\n* **lsg:** introduce dropdown component ([5c60539](https://github.com/meetalva/alva/commit/5c60539))\r\n* **lsg:** when dragging a pattern only the icon should be visible under the cursor ([c63db83](https://github.com/meetalva/alva/commit/c63db83))\r\n* **menu:** add pasted page-elements as siblings ([602f5c6](https://github.com/meetalva/alva/commit/602f5c6)), closes [#63](https://github.com/meetalva/alva/issues/63)\r\n* **menu:** menu item to create a new copy of the designkit at specific location ([1144b25](https://github.com/meetalva/alva/commit/1144b25))\r\n* **menu:** windows should use delete key for removing patterns ([#77](https://github.com/meetalva/alva/issues/77)) ([26d8e9d](https://github.com/meetalva/alva/commit/26d8e9d))\r\n* **resources:** renew icon ([c56d159](https://github.com/meetalva/alva/commit/c56d159))\r\n* **store:** add new function to add child as sibling to selected element ([c9d373b](https://github.com/meetalva/alva/commit/c9d373b))\r\n* **store:** auto-saving page when switching to another page or styleguide ([1c96caf](https://github.com/meetalva/alva/commit/1c96caf))\r\n* **store:** hiding of properties per meta-data ([0bab560](https://github.com/meetalva/alva/commit/0bab560))\r\n* **store:** open first page of a given project ([3517990](https://github.com/meetalva/alva/commit/3517990))\r\n* **store:** page element ancestry methods for drag-drop checks ([f3c9cd7](https://github.com/meetalva/alva/commit/f3c9cd7))\r\n* **store:** save preference of last opened styleguide and page ([d833658](https://github.com/meetalva/alva/commit/d833658))\r\n* **store:** support for default property values ([da599c8](https://github.com/meetalva/alva/commit/da599c8))\r\n* **update:** add notification when there is a new version and try to auto update ([32c259c](https://github.com/meetalva/alva/commit/32c259c))\r\n* add dropdown to pages, rename visible to open ([5b18a8a](https://github.com/meetalva/alva/commit/5b18a8a))\r\n* add project list dropdown to chrome ([1017ddf](https://github.com/meetalva/alva/commit/1017ddf))\r\n* remove lsg interface from component, make pattern list component independent from list compone ([245df6d](https://github.com/meetalva/alva/commit/245df6d))' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8922674', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8922674/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8922674/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.3.0', + id: 8922674, + node_id: 'MDc6UmVsZWFzZTg5MjI2NzQ=', + tag_name: 'v0.3.0', + target_commitish: 'master', + name: 'v0.3.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-15T14:10:36Z', + published_at: '2017-12-15T14:16:12Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633363', + id: 5633363, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjM=', + name: 'Alva-0.3.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 54880807, + download_count: 6, + created_at: '2017-12-15T14:14:23Z', + updated_at: '2017-12-15T14:15:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/Alva-0.3.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633364', + id: 5633364, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjQ=', + name: 'Alva-0.3.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 41695272, + download_count: 3, + created_at: '2017-12-15T14:14:23Z', + updated_at: '2017-12-15T14:15:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/Alva-0.3.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633365', + id: 5633365, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjU=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 1, + created_at: '2017-12-15T14:14:23Z', + updated_at: '2017-12-15T14:15:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633358', + id: 5633358, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNTg=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 2, + created_at: '2017-12-15T14:14:00Z', + updated_at: '2017-12-15T14:14:00Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633366', + id: 5633366, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjY=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 59, + created_at: '2017-12-15T14:14:23Z', + updated_at: '2017-12-15T14:15:40Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633367', + id: 5633367, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjc=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 3, + created_at: '2017-12-15T14:14:24Z', + updated_at: '2017-12-15T14:15:41Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633362', + id: 5633362, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjI=', + name: 'meetalva-0.3.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 52676486, + download_count: 11, + created_at: '2017-12-15T14:14:22Z', + updated_at: '2017-12-18T18:13:56Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/meetalva-0.3.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633368', + id: 5633368, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMzNjg=', + name: 'meetalva-0.3.0-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 60289544, + download_count: 15, + created_at: '2017-12-15T14:14:24Z', + updated_at: '2017-12-15T14:15:54Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.3.0/meetalva-0.3.0-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.3.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.3.0', + body: + '# Change Log\r\n\r\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\r\n\r\n\r\n# [0.3.0](https://github.com/meetalva/alva/compare/v0.2.1...v0.3.0) (2017-12-15)\r\n\r\n\r\n### Features\r\n\r\n* **component:** auto select new created page elements ([92ed1ce](https://github.com/meetalva/alva/commit/92ed1ce))' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8922345', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8922345/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8922345/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.2.1', + id: 8922345, + node_id: 'MDc6UmVsZWFzZTg5MjIzNDU=', + tag_name: 'v0.2.1', + target_commitish: 'master', + name: 'v0.2.1', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-15T13:45:52Z', + published_at: '2017-12-15T13:52:05Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633119', + id: 5633119, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMTk=', + name: 'Alva-0.2.1-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 52676205, + download_count: 1, + created_at: '2017-12-15T13:50:31Z', + updated_at: '2017-12-15T13:50:41Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/Alva-0.2.1-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633120', + id: 5633120, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjA=', + name: 'Alva-0.2.1.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 54879430, + download_count: 3, + created_at: '2017-12-15T13:50:31Z', + updated_at: '2017-12-15T13:50:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/Alva-0.2.1.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633121', + id: 5633121, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjE=', + name: 'Alva-0.2.1.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 41695459, + download_count: 1, + created_at: '2017-12-15T13:50:31Z', + updated_at: '2017-12-15T13:51:01Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/Alva-0.2.1.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633122', + id: 5633122, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjI=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 1, + created_at: '2017-12-15T13:50:31Z', + updated_at: '2017-12-15T13:51:01Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633135', + id: 5633135, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMzU=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 163, + download_count: 2, + created_at: '2017-12-15T13:51:32Z', + updated_at: '2017-12-15T13:51:33Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633123', + id: 5633123, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjM=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 1, + created_at: '2017-12-15T13:50:31Z', + updated_at: '2017-12-15T13:51:01Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633124', + id: 5633124, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjQ=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 1, + created_at: '2017-12-15T13:50:32Z', + updated_at: '2017-12-15T13:51:01Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5633125', + id: 5633125, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzMxMjU=', + name: 'meetalva-0.2.1-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 60289529, + download_count: 10, + created_at: '2017-12-15T13:50:32Z', + updated_at: '2017-12-15T13:51:14Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.1/meetalva-0.2.1-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.2.1', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.2.1', + body: '# Change Log\r\n\r\nadd auto-updater' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8921839', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8921839/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8921839/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.2.0', + id: 8921839, + node_id: 'MDc6UmVsZWFzZTg5MjE4Mzk=', + tag_name: 'v0.2.0', + target_commitish: 'master', + name: 'v0.2.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-15T13:08:13Z', + published_at: '2017-12-15T13:11:03Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632948', + id: 5632948, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5NDg=', + name: 'Alva-0.2.0-mac.zip', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/zip', + state: 'uploaded', + size: 52217298, + download_count: 1, + created_at: '2017-12-15T13:30:20Z', + updated_at: '2017-12-15T13:30:39Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/Alva-0.2.0-mac.zip' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632786', + id: 5632786, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI3ODY=', + name: 'Alva-0.2.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 54382350, + download_count: 1, + created_at: '2017-12-15T13:10:35Z', + updated_at: '2017-12-15T13:10:44Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/Alva-0.2.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632787', + id: 5632787, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI3ODc=', + name: 'Alva-0.2.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 41345186, + download_count: 2, + created_at: '2017-12-15T13:10:35Z', + updated_at: '2017-12-15T13:10:50Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/Alva-0.2.0.exe' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632917', + id: 5632917, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5MTc=', + name: 'latest-linux.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 381, + download_count: 2, + created_at: '2017-12-15T13:25:52Z', + updated_at: '2017-12-15T13:25:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/latest-linux.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632928', + id: 5632928, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5Mjg=', + name: 'latest-mac.json', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/json', + state: 'uploaded', + size: 160, + download_count: 1, + created_at: '2017-12-15T13:27:06Z', + updated_at: '2017-12-15T13:27:07Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/latest-mac.json' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632918', + id: 5632918, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5MTg=', + name: 'latest-mac.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 465, + download_count: 2, + created_at: '2017-12-15T13:25:52Z', + updated_at: '2017-12-15T13:25:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/latest-mac.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632919', + id: 5632919, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5MTk=', + name: 'latest.yml', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 395, + download_count: 1, + created_at: '2017-12-15T13:25:53Z', + updated_at: '2017-12-15T13:25:53Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/latest.yml' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632920', + id: 5632920, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzI5MjA=', + name: 'meetalva-0.1.1-x86_64.AppImage', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 59793067, + download_count: 8, + created_at: '2017-12-15T13:25:53Z', + updated_at: '2017-12-15T13:26:04Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.2.0/meetalva-0.1.1-x86_64.AppImage' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.2.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.2.0', + body: + '# Change Log\r\n\r\n### Features\r\n\r\n* **menu:** add duplicate function for elements ([0abb6fe](https://github.com/meetalva/alva/commit/0abb6fe))' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/8920975', + assets_url: 'https://api.github.com/repos/meetalva/alva/releases/8920975/assets', + upload_url: + 'https://uploads.github.com/repos/meetalva/alva/releases/8920975/assets{?name,label}', + html_url: 'https://github.com/meetalva/alva/releases/tag/v0.1.0', + id: 8920975, + node_id: 'MDc6UmVsZWFzZTg5MjA5NzU=', + tag_name: 'v0.1.0', + target_commitish: 'master', + name: 'v0.1.0', + draft: false, + author: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + prerelease: false, + created_at: '2017-12-15T11:41:55Z', + published_at: '2017-12-15T12:13:24Z', + assets: [ + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632386', + id: 5632386, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzIzODY=', + name: 'Alva-0.1.0.dmg', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/octet-stream', + state: 'uploaded', + size: 54381578, + download_count: 1, + created_at: '2017-12-15T12:12:31Z', + updated_at: '2017-12-15T12:13:05Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.1.0/Alva-0.1.0.dmg' + }, + { + url: 'https://api.github.com/repos/meetalva/alva/releases/assets/5632387', + id: 5632387, + node_id: 'MDEyOlJlbGVhc2VBc3NldDU2MzIzODc=', + name: 'Alva-0.1.0.exe', + label: null, + uploader: { + login: 'LKuechler', + id: 2543933, + node_id: 'MDQ6VXNlcjI1NDM5MzM=', + avatar_url: 'https://avatars0.githubusercontent.com/u/2543933?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/LKuechler', + html_url: 'https://github.com/LKuechler', + followers_url: 'https://api.github.com/users/LKuechler/followers', + following_url: 'https://api.github.com/users/LKuechler/following{/other_user}', + gists_url: 'https://api.github.com/users/LKuechler/gists{/gist_id}', + starred_url: 'https://api.github.com/users/LKuechler/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/LKuechler/subscriptions', + organizations_url: 'https://api.github.com/users/LKuechler/orgs', + repos_url: 'https://api.github.com/users/LKuechler/repos', + events_url: 'https://api.github.com/users/LKuechler/events{/privacy}', + received_events_url: 'https://api.github.com/users/LKuechler/received_events', + type: 'User', + site_admin: false + }, + content_type: 'application/x-msdownload', + state: 'uploaded', + size: 41345073, + download_count: 1, + created_at: '2017-12-15T12:12:31Z', + updated_at: '2017-12-15T12:13:19Z', + browser_download_url: + 'https://github.com/meetalva/alva/releases/download/v0.1.0/Alva-0.1.0.exe' + } + ], + tarball_url: 'https://api.github.com/repos/meetalva/alva/tarball/v0.1.0', + zipball_url: 'https://api.github.com/repos/meetalva/alva/zipball/v0.1.0', + body: '' + } + ], + stable: [ + 14809159, + 11260307, + 10126685, + 9491309, + 8987228, + 8964007, + 8951431, + 8950944, + 8922674, + 8922345, + 8921839, + 8920975 + ], + canary: [ + 14854569, + 14854185, + 14851901, + 14851736, + 14851083, + 14850382, + 14818510, + 14809325, + 14806851, + 14806493, + 14805987 + ], + beta: [] +}; diff --git a/packages/site/src/releases.tsx b/packages/site/src/releases.tsx new file mode 100644 index 000000000..e572def52 --- /dev/null +++ b/packages/site/src/releases.tsx @@ -0,0 +1,156 @@ +import * as React from 'react'; +import * as Path from 'path'; +import * as D from '@meetalva/designkit'; +import styled from '@emotion/styled'; +import data from './releases-data'; + +enum Os { + macOS = 'macOS ', + Windows = 'Windows', + Linux = 'Linux ', + Unknown = ' ' +} + +enum Extension { + exe = 'exe', + dmg = 'dmg', + appimage = 'AppImage', + Unknown = 'Unknown' +} + +const StyledLink = + styled.a < + { white: boolean } > + ` + cursor: pointer; + color: ${props => (props.white ? D.Color.White : 'inherit')}; +`; + +const Link: React.SFC<{ href: string; white: boolean }> = props => { + return ( + + {props.children} + + ); +}; + +export class Releases extends React.Component { + public state = { + os: Os.Unknown + }; + + public componentDidMount() { + this.setState({ os: getOS() }); + } + + public render() { + const releases = (data.releases || []).filter(r => !r.draft); + const alphaReleases = (data.canary || []) + .map((id: any) => releases.find((r: any) => r.id === id)) + .filter(Boolean); + const stableReleases = (data.stable || []) + .map((id: any) => releases.find((r: any) => r.id === id)) + .filter(Boolean); + + const alpha = alphaReleases[0]; + const stable = stableReleases[0]; + + const stableLink = getReleaseLink(stable, this.state.os); + const alphaLink = getReleaseLink(alpha, this.state.os); + + const stableLinks = [ + getReleaseLink(stable, Os.macOS), + getReleaseLink(stable, Os.Windows), + getReleaseLink(stable, Os.Linux) + ].filter(l => l.os !== stableLink.os); + + return ( +
+
+ + + Get Alva {this.state.os !== Os.Unknown ? `for` : ' '} {this.state.os} + + + + + Get Alva Canary + +
+ + + Also available for{' '} + {stableLinks.map((link, i) => ( + + + {link.os} + + {getSeperator(stableLinks.length, i)} + + ))}. + + + Check all{' '} + + supported platforms + + . + +
+ ); + } +} + +function getSeperator(length: number, index: number): string { + if (index >= length - 1) { + return ''; + } + + return index === length - 2 ? ' and ' : ', '; +} + +function getReleaseLink(release: any, os: Os): { os: Os; link: string } { + if (!release) { + return { os, link: `https://github.com/meetalva/alva/releases/` }; + } + + const asset = release.assets.find( + (a: any) => Path.extname(a.name).slice(1) === getFileExtension(os) + ); + + if (release && !asset) { + return { os, link: release.html_url }; + } + + return { os, link: asset ? asset.browser_download_url : release.html_url }; +} + +function getOS(): Os { + if (typeof window === 'undefined') { + return Os.Unknown; + } + switch (navigator.platform.split(' ')[0]) { + case 'MacIntel': + return Os.macOS; + case 'Win32': + case 'Win64': + return Os.Windows; + case 'Linux': + return Os.Linux; + default: + return Os.Unknown; + } +} + +function getFileExtension(os: Os): Extension { + switch (os) { + case Os.macOS: + return Extension.dmg; + case Os.Windows: + return Extension.exe; + case Os.Linux: + return Extension.appimage; + case Os.Unknown: + return Extension.Unknown; + } +} diff --git a/packages/site/src/render.ts b/packages/site/src/render.ts new file mode 100644 index 000000000..6fe99b469 --- /dev/null +++ b/packages/site/src/render.ts @@ -0,0 +1,22 @@ +import { globalCss } from './global-css'; +import { Helmet } from 'react-helmet'; + +export const render = (input: any) => { + // tslint:disable-next-line:no-submodule-imports + const ReactDOM = require('react-dom/server'); + + const html = ReactDOM.renderToString(input.default()); + const helmet = Helmet.renderStatic(); + + return { + head: [ + helmet.title.toString(), + helmet.meta.toString(), + helmet.link.toString(), + ``, + helmet.style.toString() + ].join('\n'), + html, + after: '' + }; +}; diff --git a/packages/site/src/site.tsx b/packages/site/src/site.tsx index c6e6b6de0..d9a19e435 100644 --- a/packages/site/src/site.tsx +++ b/packages/site/src/site.tsx @@ -1,31 +1,9 @@ import * as React from 'react'; import { Helmet } from 'react-helmet'; import * as D from '@meetalva/designkit'; -import { globalCss } from './global-css'; +import { Releases } from './releases'; -export const render = (input: any) => { - // tslint:disable-next-line:no-submodule-imports - const ReactDOM = require('react-dom/server'); - - const html = ReactDOM.renderToString(input.default()); - const helmet = Helmet.renderStatic(); - - return { - head: [ - helmet.title.toString(), - helmet.meta.toString(), - helmet.link.toString(), - ``, - helmet.style.toString() - ].join('\n'), - html, - after: [helmet.script.toString()].join('\n') - }; -}; - -const MACOS_RELEASE = 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.dmg'; -const WINDOW_RELEASE = 'https://github.com/meetalva/alva/releases/download/v0.8.0/Alva-0.8.0.exe'; -const LINUX_RELEASE = 'https://github.com/meetalva/alva/releases/latest'; +export * from './render'; const Page: React.StatelessComponent = (): JSX.Element => { return ( @@ -103,20 +81,7 @@ const Page: React.StatelessComponent = (): JSX.Element => { - - Download Beta for macOS - - - - Also available for{' '} - - Windows - {' '} - and{' '} - - Linux - - + ({ + parsed: semverUtils.parse(release.tag_name), + release + })); + + await writeFile(cli.data, `export default ${JSON.stringify({ + releases: sortedReleases, + stable: releases.filter(r => !r.parsed.release).map(r => r.release.id), + canary: releases.filter(r => r.parsed.release && r.parsed.release.includes('alpha')).map(r => r.release.id), + beta: releases.filter(r => r.parsed.release && r.parsed.release.includes('beta')).map(r => r.release.id), + }, null, ' ')}`); + + return; + } + if (latestRelease && semver.gt(manifest.version, latestRelease.tag_name)) { console.log(`${prefix}trigger full draft release for ${manifest.name}@${manifest.version}`); return; diff --git a/patternplate.config.js b/patternplate.config.js index c9fac9bfa..47cb71bb0 100644 --- a/patternplate.config.js +++ b/patternplate.config.js @@ -17,8 +17,8 @@ const favicon = `