From 8dab3d023fcc2832ea3cd479d6fe07c2d8248994 Mon Sep 17 00:00:00 2001 From: zaphod-black Date: Sat, 1 Nov 2025 16:58:46 -0500 Subject: [PATCH] Update CHANGELOG with authentication fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the fix for using correct PBS client commands (login instead of non-existent status command) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105d495..2d9f468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Invalid device paths like `/dev/mapper/root[/@]` are now properly cleaned - Connection test now differentiates between network issues and authentication failures - Shows actual PBS client error messages when authentication fails +- Authentication test now uses correct `login` command instead of non-existent `status` command +- Connection test no longer times out due to using wrong PBS client commands ## [1.0.0] - 2025-11-01