Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Version 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 05:46
· 67 commits to main since this release

Features

  • The schema branch is now controlled in a new file type called nh_proj.json at the root of the project. If you're project doesn't have this config file it will be generated for you. (resolves #44)
  • Color fields now have a color picker instead of raw values. (resolves #39)
  • The project view no longer triggers a loading spinner when refreshing, it instead just updates. (resolves #49)
  • Array and Object fields now auto-expand when clicking the "Add Item" and "Add Key" buttons. (resolves #53)
  • The help button is actually helpful now. (resolves #46)
  • Certain fields now have a link to their related tutorials on the docs. (resolves #54)
  • The installer now uses custom images. (resolves #50)

Fixes

  • Fixed an issue where the schema links in generated star system configs are wrong. (resolves #57)
  • Fixed a validation issue where newly created files don't have proper validation. (resolves #55)
  • Fixed a UX issue where recent projects would use a trash can icon for removing the project, this might convey that it deletes the project from the disk when in reality it just removes the project from the recent projects list. So we're using an X now. (resolves #56)

Generated From PR: #58