From 6e17dc2dd05ce98c78b4c2d4e7b2e32d0ba568e3 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 30 Jan 2026 10:36:48 +0000 Subject: [PATCH] docs: update for PR #41 Add changelog entry for directory path normalization fix on macOS network volumes. Co-Authored-By: Claude Sonnet 4.5 --- pages/changelog.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/changelog.mdx b/pages/changelog.mdx index ae0d119..7ce53f6 100644 --- a/pages/changelog.mdx +++ b/pages/changelog.mdx @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --- +## Unreleased + +### Fixed + +- **Directory Path Normalization** — Fixed directory path handling on macOS network volumes ([#41](https://github.com/shrimbly/node-banana/pull/41)) + - Server-side normalization strips hostname prefixes from paths (e.g. `HOSTNAME/Users/guy/Desktop` → `/Users/guy/Desktop`) + - Client-side validation enforces absolute paths before API calls + - Prevents invalid paths from being accepted in Project Setup modal + - Comprehensive test coverage for cross-platform path handling + +--- + ## 1.2.0 — 2026-01-20 ### Added