Skip to content

Releases: noseglid/atom-build

v0.33.0

17 May 16:03
Compare
Choose a tag to compare

Fixes:

  • Dead code cleanups.
  • GA now gets cid from same source.

v0.32.0

12 May 19:37
Compare
Choose a tag to compare

Changes:

  • Added Google Analytics. Check README.md on how to turn it of, or details of collected data.

v0.31.0

11 May 18:01
Compare
Choose a tag to compare

Changes:

  • Build panel can now be toggled with cmd-alt-v (OS X) or ctrl-alt-v (Linux/Windows). Thanks @sryze (#60)

v0.30.0

30 Apr 11:14
Compare
Choose a tag to compare

Changes:

  • Build panel can now be kept hidden and only shown upon errors (#62)
  • Matched file in error matching is now relative the specified cwd - or project root if unspecified (#63)

v0.29.0

30 Apr 10:47
Compare
Choose a tag to compare

Changes:

  • Ability to cycle through all matched errors (#57)
  • README fixes and clarifications

v0.28.0

19 Apr 17:52
Compare
Choose a tag to compare

Fixes:

  • Bug where Atom was started via a symlink, and build didn't work (#55)

v0.27.0

01 Apr 06:40
Compare
Choose a tag to compare

Fixes:

  • Support for multiple root paths (#41)

v0.26.0

08 Mar 16:12
Compare
Choose a tag to compare

Changes:

  • Cargo builds automatically error-matches (#47, thanks @r-darwish)

v0.25.0

06 Mar 22:33
Compare
Choose a tag to compare

Fixes:

  • Does no longer use shell for built in tools (#44)

Changes:

  • Code cleanup
  • Modularizing of build tools (makes it easier to contribute other tools),

v0.24.0

28 Feb 10:36
Compare
Choose a tag to compare

Changes:

  • Support for opening correct file, row and column of whatever caused the build to fail (error matching).
  • Support for building Rust projects with Cargo (thanks @Portify).