Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Releases: gatsbyjs/desktop

v0.0.4

21 Oct 15:02
Compare
Choose a tag to compare

• FIxes bug where sites in a monorepo could not find the correct version of Gatbsy
• Upgrades Electron

v0.0.3

12 Oct 16:41
Compare
Choose a tag to compare

Gatsby Desktop now checks if your site's version of Gatsby supports Gatsby Admin (which needs >=2.24.17). If not, it prompts you to upgrade. Previously it would try and display it and instead show a 404 page.

If you have v0.0.2 already installed it should auto-update on next launch.

v0.0.2

30 Sep 16:39
Compare
Choose a tag to compare

First release with code signing! The Mac build should now work without prompting.

Fixes:

  • Correctly opens links from admin in the browser
  • Respects telemetry opt-in preference

v0.0.1-alpha.8

11 Sep 15:51
Compare
Choose a tag to compare

• Handle display of tabs when the site is not running
• Fixes to display of logs viewer
• Add modal explaining how to run a site in Desktop
• Build Linux .deb packages

v0.0.1-alpha.7

03 Sep 16:55
Compare
Choose a tag to compare
  • Adds support for displaying structured logs as well as raw logs
  • Fixes a bug that prevented the app from launching on Windows
  • Fixes a bug (#28) that meant on-boarding failed if a single site was auto-discovered

v0.0.1-alpha.6

02 Sep 14:46
Compare
Choose a tag to compare

The first release of the full windowed app. Sites are now displayed in a proper window. View admin in tabs.

v0.0.1-alpha.5

08 Aug 08:57
8bd5f53
Compare
Choose a tag to compare

This version adds support for auto-discovering your Gatsby sites. If your site uses a recent version of Gatsby, Gatsby Desktop can find it and add it to the menubar. If it's running you can even stop and restart it from the app.

v0.0.1-alpha.4

07 Aug 10:32
84fcaa8
Compare
Choose a tag to compare

Now works on Windows!

image

v0.0.1-alpha.3

06 Aug 16:14
Compare
Choose a tag to compare
  • Adds a logs viewer
  • Ensures sites are stopped when quitting app
  • Fixes a bug that meant $PATH wasn't propagated when running on Mac
  • Update icons

v0.0.1-alpha.2

05 Aug 19:16
Compare
Choose a tag to compare

Fixes build process. A race condition meant the worker was missing from the last build.