From 50441e0daf58de4b251f55431d0d7904f2feb6bf Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Tue, 4 Feb 2025 18:21:35 +0100 Subject: [PATCH] Typos Changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6581bc4..d19cf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # 0.0.3: Git Initial Support and Move to RNP - Port app to Focal - Improve UI : - - Follow human interface guidelines - - Fix various components color to work with black theme + * Follow human interface guidelines + * Fix various components color to work with black theme - Rewrite of Pass Plugin: - - Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app - - Improve multithreading code for GPG operations + * Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app + * Improve multithreading code for GPG operations - Add Git HTTP and HTTP AUTH clone for password store import feature - Add delete password store feature