From efd786f3640c8415f64f3ac73b3882cf4ee25cb6 Mon Sep 17 00:00:00 2001 From: ehud-am Date: Wed, 8 Apr 2026 12:35:42 -0400 Subject: [PATCH] chore: reissue release as v0.4.8 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f261a4f..60691ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.8 + +- Reissued the ignored-file visibility release after the previous npm publication attempt failed before the package reached the registry. +- Added ignored file and folder visibility across the repository tree, folder listings, and search so local-only content remains discoverable in the UI. +- Marked ignored content consistently as local-only in navigation and active file context to clarify that it exists only on the local machine and will not be pushed to a remote. +- Fixed ignored-only directories and roots so they no longer fall into misleading empty states when ignored content is the only visible content. +- Updated Hono, Vitest, and Vite dependencies to publish-safe versions so the release verification audit passes cleanly. + ## 0.4.7 - Added ignored file and folder visibility across the repository tree, folder listings, and search so local-only content remains discoverable in the UI. diff --git a/package-lock.json b/package-lock.json index b6ae611..cc19a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitlocal", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitlocal", - "version": "0.4.7", + "version": "0.4.8", "license": "MIT", "dependencies": { "@hono/node-server": "^1.19.13", diff --git a/package.json b/package.json index e9d5e49..0cab0a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlocal", - "version": "0.4.7", + "version": "0.4.8", "description": "Browse any local git repository in your browser", "keywords": [ "git",