Releases: deconst/client
Releases · deconst/client
v4
v3
v2
Now with improved support for builds of unmapped content.
- #29: Small fixes to make the build work on Windows.
- #30: Map the correct path
/usr/content-repo
into preparer containers, instead of the misnamed/usr/control-repo
. This will fix the currently broken Jekyll preparer, but break the Sphinx preparer until I merged a pull request on that repo. - #32: Update Electron to the latest release. This should fix some of the crashes, or at least prevent new ones.
- #33: Replace some references to "Kitematic" in the setup messages.
- #34: Launch a smaller VM for the Docker containers. 2GB is overkill.
- #35: Fix the rendering of unmapped content and content repositories that are missing
_deconst.json
files.
v1
A new release has appeared!
- #23: Ignore
npm-debug.log
by default to prevent infinite preparer loops when npm problems happen. - #24: Mount the control repository read-write to support
npm install
of plugin dependencies. - #25: Report failed preparer runs as errors.
- #26: Bounce the app icon when the preparers complete successfully and the client isn't focused.
- #27: Don't claim we can accept git URLs for the control repository because we can't yet!
v0
Initial preview release of the Deconst client application. See the README for installation instructions.