From 83fe41921c4c4ab55af4e9ef88d21f2b05f820de Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Sat, 22 Apr 2017 10:25:19 +0200 Subject: [PATCH] update version 4.1 --- CHANGELOG.md | 9 +++++++++ README.md | 33 +++++++++++++++++++++++++++------ VERSION | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452ac98..7f52b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # CHANGELOG +## v4.1.0 + + * feat: add options to update or add an item in command line + * feat: print config + * feat: add a specific path for a wallet + * feat: add rubocop to fix syntax + * fix: pinentry mode with gpg >= 2.1 + * remove SSH and FTP synchronization + ## v4.0.0 * feature: set default wallet diff --git a/README.md b/README.md index fd2534a..60a69d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MPW: Manage your passwords! -[![Version](https://img.shields.io/badge/latest_version-4.0.0-green.svg)](https://github.com/nishiki/manage-password/releases) +[![Version](https://img.shields.io/badge/latest_version-4.1.0-green.svg)](https://github.com/nishiki/manage-password/releases) [![Build Status](https://travis-ci.org/nishiki/manage-password.svg?branch=master)](https://travis-ci.org/nishiki/manage-password) [![License](https://img.shields.io/badge/license-GPL--2.0-blue.svg)](https://github.com/nishiki/manage-password/blob/master/LICENSE) @@ -82,11 +82,6 @@ List all available wallets: mpw wallet --list ``` -Create an other wallet: -``` -mpw config --wallet work --init user@host.com -``` - List all GPG keys in wallet: ``` mpw wallet --list-keys [--wallet NAME] @@ -139,3 +134,29 @@ Example yaml file for mpw: otp_key: comment: Da Linux French Site ``` + +### Config + +Print the current config +``` +mpw config +``` + +Output: + +``` +Configuration + ============================================== + lang | fr + gpg_key | mpw@yae.im + default_wallet | + config_dir | /home/mpw/.config/mpw + pinmode | true + gpg_exe | + path_wallet_test | /tmp/test.mpw + password_numeric | true + password_alpha | true + password_special | false + password_length | 16 + +``` diff --git a/VERSION b/VERSION index 4aa925d..ee74734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev +4.1.0