This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
v0.2.0
Pre-release
Pre-release
Windows support!
Huge thanks to @bennygenel for the initial work on this, and @AWolf81 for pulling it all together.
.cmd
formatting for Windows, from @bennygenel- Modify
findAvailablePort
to work on all platforms, from @bennygenel - Use
%HOME%/Documents/guppy-projects
for default Windows projects directory, from @bennygenel - Changed package manager from NPM to yarn, from @AWolf81
- Add
cross-env
to allow package scripts to work on all platforms, from @superhawk610 - Add
react-devtools
,devtron
, andChromeLens
to Electron, from @mathieudutour - New application icon, from @superhawk610
Bugfixes/Improvements
- Recognize
devDependencies
in all projects, from @melanieseltzer - Highlight matching search results in dependency search, from @melanieseltzer
- Move app-wide settings into
src/config/app.js
, from @AWolf81 - Change spawn process to use promises, from @AWolf81
- Stub
electron.remote
for headless testing, from @AWolf81 - Add
yarn
as local dependency to allow usage without global installation, from @AWolf81 - Forward host environment to Electron process, from @mathieudutour
- Properly kill all spawned processes on app quit, cross-platform, from @superhawk610
- Exit main process when Electron application quits during development, from @superhawk610
- Added unit test for services, from @scottwarren
- Add issue/pull request templates, from @joshwcomeau
- Improve contributing experience for VS Code users, from @joshwcomeau
- Add license and code of conduct, from @superhawk610
- Fix crash when deleting last dependency in list, from @superhawk610
- Miscellaneous code cleanup, from various contributors
Grab a release build for your platform to get started!