From f9dc51340cbccf2ab7f215167555462894526a0d Mon Sep 17 00:00:00 2001
From: Paul S
Date: Tue, 11 May 2021 19:07:21 +0200
Subject: [PATCH] check if user paths from user-input exists and differ
- CLI-mode: check if user paths from user-input exists
- CLI-mode: prevent identical source and target path
---
CHANGELOG.md | 5 +++++
install.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3bd4f3..8912add 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog Backuppy
+## [0.10] - 2021-05-11
+### Added
+- CLI-mode: check if user paths from user-input exists
+- CLI-mode: prevent identical source and target path
+
## [0.9] - 2021-05-10
### Added
- CLI-mode: It's now possible to end the program anytime with ":q" (or ESC-key) and pressing ENTER.
diff --git a/install.sh b/install.sh
index f1e9ffd..7a8c145 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# """
# project: Backuppy
-# version: 0.8
+# version: 0.10
# file: install.sh
# summary: main entry shell script
# """