Releases: noseglid/atom-build
Releases · noseglid/atom-build
v0.33.0
Fixes:
- Dead code cleanups.
- GA now gets
cid
from same source.
v0.32.0
Changes:
- Added Google Analytics. Check
README.md
on how to turn it of, or details of collected data.
v0.31.0
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
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
Changes:
- Ability to cycle through all matched errors (#57)
- README fixes and clarifications
v0.28.0
Fixes:
- Bug where Atom was started via a symlink, and build didn't work (#55)
v0.27.0
Fixes:
- Support for multiple root paths (#41)
v0.26.0
Changes:
- Cargo builds automatically error-matches (#47, thanks @r-darwish)
v0.25.0
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
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).