Releases: atom-community/buildium
Releases · atom-community/buildium
v0.75.5
v0.75.4
v0.75.3
v0.75.2
v0.75.1
v0.75.0
Changelog:
- migrate from
term.js
toxterm@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
autoToggleInterval
option - 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
.