Releases: gatsbyjs/desktop
v0.0.4
• FIxes bug where sites in a monorepo could not find the correct version of Gatbsy
• Upgrades Electron
- Download for Mac
- Download for Windows
- Download for Linux: (deb) (snap)
v0.0.3
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.
- Download for Mac
- Download for Windows
- Download for Linux: (deb) (snap)
If you have v0.0.2 already installed it should auto-update on next launch.
v0.0.2
v0.0.1-alpha.8
• 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
- 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
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
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
v0.0.1-alpha.3
- 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
Fixes build process. A race condition meant the worker was missing from the last build.