Skip to content

v0.56.0

Compare
Choose a tag to compare
@noseglid noseglid released this 12 Mar 08:52
· 209 commits to master since this release

Changes:

  • Vastly improved output handling. The output window now supports most xterm control sequences, as well as colors etc.
  • The sizing of the terminal is forced to be a multiple of the row height, resulting in a pixel-perfect terminal size.
  • The build panel can be dragged to resize it.
  • Everything but the build output has been put on the panel heading to give as much possible space to the important piece of information: the output.
  • You can now put .atom-build.json, .atom-build.cson or .atom-build.yml in your home directory to get globally available build targets.
  • Fixed a bug where other elements (such as the target select) where closed once the build was complete. (#300)
  • Fixed a bug where an error would pop up if build was unable to determine the project root path. (#273, #322)
  • Build providers can now register pre- and post build hooks to perform some operation before and after the build itself. (thanks @orgkhnargh , #327 )