Releases: hinter-net/hinter-cline
Releases · hinter-net/hinter-cline
v0.2.5
Patch Changes
- cea7461: Cline is installed in the startup script rather than while building the Docker image for it to apply to the current user
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Patch Changes
- bfa44ed: Define the home directory in the startup script
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Patch Changes
- 712af1f: The startup script now generates placeholder git user config at runtime to also cover non-root users
- 712af1f: The startup script now generates default VS Code settings (dark mode and no telemetry) at runtime also if the user is root
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Patch Changes
- 04e1bf0: The .gitignore created by the startup script now includes .storage
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Patch Changes
- 420716e: The startup script now generates default VS Code settings (dark mode and no telemetry) at runtime if the user is not root
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Minor Changes
- 34d3fac: Add an implicit group called "all" that includes all peers.
If you have already created a group with this name on v0.1, it will be overriden so you are recommended to remove it.
Patch Changes
- e3bc2ed: Docker image working directory name is updated to fix the code-server title that appears on the browser.
This requires changes to how the volumes are mounted in the Docker command that runs the image. - 515ed71: Report draft filenames are no longer being kebabified (we still attempt to sanitize them)
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Patch Changes
- 44a7fc3: Update .clinerules according to the released version of 0.1.0
- 8212c8d: Copy the helper to the image
- f79af99: Create .gitignore before initializing hinter-core-data/ as a git repo
Full Changelog: v0.1.0...v0.1.1
v0.1.0
After the v0.0.x hinter-core closed beta, its non-protocol functionality is migrated to hinter-cline.
This is the initial hinter-cline release following that.