From c0af2aa9c8b7032b157ce0838d7c64a4d4790bc6 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 20 Jun 2025 00:20:27 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 3 +++ nix/package.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f45e3..a0f5049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ - **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 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) - Headplane 0.6.0 now requires **Headscale 0.26.0** or newer. diff --git a/nix/package.nix b/nix/package.nix index 4afff51..b43a7cc 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: { pnpmDeps = pnpm_10.fetchDeps { inherit (finalAttrs) pname version src; - hash = "sha256-owncSijanuu+So2LZqAy3XEz12hfTgcjCd3cVsgT4a8="; + hash = "sha256-hu3028V/EWimYB1TGn7g06kJRIpZA6cuOIjPMEc8ddw="; }; buildPhase = ''