Skip to content

Releases: deconst/client

v4

29 Sep 12:35
Compare
Choose a tag to compare
v4 Pre-release
Pre-release

Fix rendering of mapped content. Squash a few bugs 🐛.

  • #41: Correctly handle mapped content again.
  • #42: Specify the preparer first to avoid a validation failure.
  • #43: Revalidate content repositories on edit to populate the template dropdown properly.

v3

23 Sep 18:43
Compare
Choose a tag to compare
v3 Pre-release
Pre-release

More unmapped content support.

  • #37: Validate content repository inputs to provide more feedback about the expected paths.
  • #39: Require a prompt before removing a content repository.
  • #40: Allow users to select a template explicitly for unmapped content repositories.

v2

17 Sep 20:02
Compare
Choose a tag to compare
v2 Pre-release
Pre-release

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

31 Aug 14:09
Compare
Choose a tag to compare
v1 Pre-release
Pre-release

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

27 Aug 19:59
Compare
Choose a tag to compare
v0 Pre-release
Pre-release

Initial preview release of the Deconst client application. See the README for installation instructions.