Skip to content

Commit

Permalink
Major bugfix and bump to 1.1.2
Browse files Browse the repository at this point in the history
- Release 1.1.1 failed due to CI config that wasn't updated when
  changes were made to the native APIs.
  • Loading branch information
KYDronePilot committed Dec 30, 2020
1 parent d35e255 commit 903069a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
with:
node-version: 13

- name: Create .npmrc token file for Windows
run: echo "//npm.pkg.github.com/:_authToken=$env:NODE_AUTH_TOKEN" > .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.GP_ACCESS_TOKEN }}
if: startsWith(matrix.os, 'windows')

- name: Create .npmrc token file for macOS
run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.GP_ACCESS_TOKEN }}
if: startsWith(matrix.os, 'macos')

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -51,14 +39,6 @@ jobs:
- name: Install packages
run: yarn install --frozen-lockfile --prefer-offline

# If macOS, install Mac Node API
- run: yarn add git+https://github.com/KYDronePilot/space-eye-mac-node-api.git
if: startsWith(matrix.os, 'macos')

# If Windows, install Windows Node API
- run: yarn add git+https://github.com/KYDronePilot/space-eye-windows-node-api.git
if: startsWith(matrix.os, 'windows')

- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2]

### Fixed

- CI bug that crashed anyone who installed release 1.1.1.

## [1.1.1]

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Live satellite imagery for your **Mac** or **Windows** desktop background.
![Supported platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Windows-lightgrey)
![License](https://img.shields.io/github/license/KYDronePilot/SpaceEye)

![Latest Mac ZIP downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-1.1.1-mac.zip)
![Latest Mac DMG downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-1.1.1.dmg)
![Latest Windows downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-Setup-1.1.1.exe)
![Latest Mac ZIP downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-1.1.2-mac.zip)
![Latest Mac DMG downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-1.1.2.dmg)
![Latest Windows downloads](https://img.shields.io/github/downloads/KYDronePilot/SpaceEye/latest/SpaceEye-Setup-1.1.2.exe)

![App running on macOS](docs/img/macos_menubar.jpg)

Expand All @@ -25,9 +25,9 @@ Live satellite imagery for your **Mac** or **Windows** desktop background.
- Download from the [latest GitHub
release](https://github.com/KYDronePilot/SpaceEye/releases/latest)
(available everywhere):
- [SpaceEye-1.1.1.dmg](https://github.com/KYDronePilot/SpaceEye/releases/download/v1.1.1/SpaceEye-1.1.1.dmg)
- [SpaceEye-1.1.2.dmg](https://github.com/KYDronePilot/SpaceEye/releases/download/v1.1.2/SpaceEye-1.1.2.dmg)
or
- [SpaceEye-1.1.1-mac.zip](https://github.com/KYDronePilot/SpaceEye/releases/download/v1.1.1/SpaceEye-1.1.1-mac.zip)
- [SpaceEye-1.1.2-mac.zip](https://github.com/KYDronePilot/SpaceEye/releases/download/v1.1.2/SpaceEye-1.1.2-mac.zip)

### Windows

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-eye",
"version": "1.1.1",
"version": "1.1.2",
"description": "Live satellite imagery for your desktop background",
"main": "./dist/main.js",
"scripts": {
Expand Down

0 comments on commit 903069a

Please sign in to comment.