chore: update changelog
This commit is contained in:
parent
b18147fa82
commit
c0af2aa9c8
@ -2,6 +2,9 @@
|
|||||||
- **Headplane now supports connecting to machines via SSH in the web browser.**
|
- **Headplane now supports connecting to machines via SSH in the web browser.**
|
||||||
- This is an experimental feature and requires the `integration.agent` section to be set up in the config file.
|
- This is an experimental feature and requires the `integration.agent` section to be set up in the config file.
|
||||||
- This is built on top of a Go binary that runs in WebAssembly, using Xterm.js for the terminal interface.
|
- This is built on top of a Go binary that runs in WebAssembly, using Xterm.js for the terminal interface.
|
||||||
|
- Begin using a new SQLite database file in `/var/lib/headplane/hp_persist.db`.
|
||||||
|
- The database is created automatically if it does not exist.
|
||||||
|
- It currently stores SSH connection details and will migrate older data.
|
||||||
|
|
||||||
### 0.6.0 (May 25, 2025)
|
### 0.6.0 (May 25, 2025)
|
||||||
- Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.
|
- Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.
|
||||||
|
|||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
pnpmDeps = pnpm_10.fetchDeps {
|
pnpmDeps = pnpm_10.fetchDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
hash = "sha256-owncSijanuu+So2LZqAy3XEz12hfTgcjCd3cVsgT4a8=";
|
hash = "sha256-hu3028V/EWimYB1TGn7g06kJRIpZA6cuOIjPMEc8ddw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user