Skip to content

Releases: atom-community/buildium

v0.75.5

25 Jul 13:24
Compare
Choose a tag to compare
  • use editor font in terminal
  • upgrade husky to v7
  • migrate CI to GitHub Actions

v0.75.4

20 Jul 15:15
Compare
Choose a tag to compare
  • adjust confirm view button-styles
  • remove proposal syntax
  • rename entry point
  • update dependencies

v0.75.3

16 Jun 21:31
Compare
Choose a tag to compare
  • update README.md
  • update dependencies

v0.75.2

23 May 00:37
Compare
Choose a tag to compare
  • fix: use developer-console for debug messages
  • update dependencies
  • add CI config

v0.75.1

29 Apr 19:46
Compare
Choose a tag to compare
  • fix background color

v0.75.0

29 Apr 15:33
Compare
Choose a tag to compare

Changelog:

  • migrate from term.js to xterm@2
  • adjust terminal styling for better Atom integration
  • refresh targets on build provider activation/deactivation
  • improve general refresh target handling
  • add debug logging messages
  • add autoToggleIntervaloption
  • remove hidePanelHeading option
  • remove overrideThemeColors option
  • refactor config module

Known Issues:

The migration to xterm results in an error logged to the console whenever a build is triggered. While the build works, the reason for the log message is unknown and should be fixed in future versions. If you can, feel free to open a PR – it's much appreciated.

What's next?

With the basic migration to xterm complete, future versions should target the latest version of that package (that is xterm@4). Also, this package should be rewritten in TypeScript while using a modern UI framework to replace the outdated atom-space-pen-views.

v0.74.2

29 Apr 22:01
Compare
Choose a tag to compare
  • fix fs.realpath() usage
  • remove broken specs (hopefully coming back!)

v0.74.1

29 Apr 22:00
Compare
Choose a tag to compare
  • fix activation bug
  • fix config type
  • minor speedups & adjustments

v0.74.0

20 Apr 11:16
Compare
Choose a tag to compare
  • use cosmiconfig to load .atom-build.* files
  • (re)add support for JS build files (.js and .cjs)
  • add support for TOML build files
  • add activationCommands to manifest
  • fix activation not populating build targets
  • update dependencies

v0.73.3

20 Mar 01:16
Compare
Choose a tag to compare
  • merge PR #581 from upstream
  • add .prettierignore