v0.9.0-beta.1
·
2256 commits
to master
since this release
Remix IDE
- remix.ethereum.org
- npm install -g remix-ide
- Remix as a plugin for Embark: https://www.npmjs.com/package/embark-remix
- docker: https://hub.docker.com/r/4c0n/remix-ide/ thanks to @4c0n
Remixd
Remixd is a tool which provide a way to access your local file from any remix IDE web app.
- npm install -g remixd
- remixd is included in remix-ide NPM package. it automatically shares the current local folder (or the given folder if any)
Change Log
v0.9.0-beta.1 (2019/10/03 14:04 +00:00)
- #2388 bump version for beta release (@yann300, @LianaHus)
- #2379 Folder creation (@yann300)
- #2384 fixed editing gists from last session (@LianaHus)
- #2366 add browser tests for testing basic use of solidity tests tab (@Aniket-Engg, @yann300)
- #2383 new theme (@LianaHus)
- #2374 FE refactoring: added Discard changes for external folder. removed readonly. (@LianaHus, @yann300)
- #2372 Do not remove the old file structure (@yann300)
- #2356 Bump remix libs v (@LianaHus)
- #2342 Add plugins from the plugin directory (@yann300)
- #2378 check location for static analysis (@LianaHus)
- #2376 test compiler load using worker (@Aniket-Engg)
- #2375 Make sure file from gist handler are not duplicated (@yann300)
- #2373 Lynk for the dark theme (@LianaHus)
- #2371 Use Logo in the homepage (@yann300)
- #2370 Adding Remi (@LianaHus)
- #2368 Updating Zokrates documentation link and description (@edisinovcic)
- #2353 listen on rootFolderChanged (@yann300)
- #2364 Migrate file system to using BrowserFS (@yann300)
- #2363 Various Fixes File explorer (@LianaHus)
- #2359 Push on several ipfs nodes (@yann300)
- #2334 update to docs - run.md, udapp.md, contract_metadata.md, & FAQ (@ethereum)
- #2354 ux friendly use of remixd inside electron (@yann300)
- #2348 Refactor file explorer (@yann300)
- #2355 new gateway added (@LianaHus)
- #2351 Fix button background change during active state (@alexcherman)
- #2352 firefox restriction removed (@Aniket-Engg, @yann300)
- #2345 Update release-process.md (@LianaHus)
- #2346 Add custom dark theme (@alexcherman)
- #2347 Add documentation link to new "Flattener Plugin" (@pi0neerpat)