Skip to content

SnapCube-v1.2.0

Choose a tag to compare

@tanmayvaij tanmayvaij released this 16 Aug 07:29

πŸ“¦ Changelog β€” Snapcube v1.2.0

✨ New Features

  • GitHub Repository Support πŸŽ‰
    Snapcube can now clone project structures directly from a GitHub repository (using the GitHub REST API).
    Just provide the repo in owner/repo format, and Snapcube will fetch all files and folders recursively.

πŸ”’ Error Handling & Validation

  • Added proper error handling for invalid repositories or paths.

    • If the repository or path does not exist β†’ clear error message:
      β€œRepository or path not found: {owner}/{repo}/{path}”
    • Other fetch failures now return descriptive HTTP status errors.

πŸ“ Path Normalization

  • JSON snapshots from GitHub now prefix all file paths with the repository name, ensuring restored projects are always created inside a correctly named folder.