Skip to content

0.7.3

Compare
Choose a tag to compare
@AaronO AaronO released this 24 Mar 05:58
· 439 commits to master since this release

This version is available for Mac and Linux.

Changelog:

    * Bump version to 0.7.3
    * Fix addons build when node used from desktop extras
    * Add Find/Replace in files
    * Add Maven project support
    * Add base runner for Java
    * Improve command palette: selection, scrolling
    * Add action "npm install" for node projects
    * Fix run of long process command in terminal
    * Fix heroku deployment (push key and git push)
    * Add welcome message

How to install it on Mac:

  1. Download codebox-0.7.3-mac.dmg
  2. Open the file
  3. Copy the Codebox application to your mac's Applications folder
  4. Open it and start working

How to install it on Linux:

  1. Download codebox-0.7.3-linux32.tar.gz
  2. Extract it using: tar -xvzf codebox-0.7.3-linux32.tar.gz
  3. Run the installation script cd Codebox && ./install.sh
  4. There is now a shortcut on your desktop
  5. Open it and start working

Happy coding!