mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
update version 4.2.0
This commit is contained in:
parent
a46e51a6f1
commit
767343e368
3 changed files with 34 additions and 13 deletions
43
CHANGELOG.md
43
CHANGELOG.md
|
@ -1,9 +1,18 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
## v4.1.1
|
## v4.2.0 (2017-06-06)
|
||||||
|
|
||||||
|
* feat: improve the interface
|
||||||
|
* feat: add copy url
|
||||||
|
* feat: add unit tests for cli
|
||||||
|
* feat: comment the code with yarn syntax
|
||||||
|
* fix several bugs
|
||||||
|
* fix translations
|
||||||
|
|
||||||
|
## v4.1.1 (2017-05-03)
|
||||||
|
|
||||||
* fix bug in init
|
* fix bug in init
|
||||||
|
|
||||||
## v4.1.0
|
## v4.1.0 (2017-04-22)
|
||||||
|
|
||||||
* feat: add options to update or add an item in command line
|
* feat: add options to update or add an item in command line
|
||||||
* feat: print config
|
* feat: print config
|
||||||
|
@ -12,18 +21,18 @@
|
||||||
* fix: pinentry mode with gpg >= 2.1
|
* fix: pinentry mode with gpg >= 2.1
|
||||||
* remove SSH and FTP synchronization
|
* remove SSH and FTP synchronization
|
||||||
|
|
||||||
## v4.0.0
|
## v4.0.0 (2017-03-09)
|
||||||
|
|
||||||
* feature: set default wallet
|
* feature: set default wallet
|
||||||
* add option for generate a random password when you update an item
|
* add option for generate a random password when you update an item
|
||||||
* fix encryption when you share an existing wallet
|
* fix encryption when you share an existing wallet
|
||||||
* several bugs fix
|
* several bugs fix
|
||||||
|
|
||||||
## v4.0.0-beta1
|
## v4.0.0-beta1 (2017-02-16)
|
||||||
|
|
||||||
* add manage share key with new interface
|
* add manage share key with new interface
|
||||||
|
|
||||||
## v4.0.0-beta
|
## v4.0.0-beta (2016-11-11)
|
||||||
|
|
||||||
* new interface with a table
|
* new interface with a table
|
||||||
* new command line interface
|
* new command line interface
|
||||||
|
@ -32,38 +41,50 @@
|
||||||
* several bugs fix
|
* several bugs fix
|
||||||
* add unit tests
|
* add unit tests
|
||||||
|
|
||||||
## v3.2.1
|
## v3.2.1 (2016-08-06)
|
||||||
|
|
||||||
* fix bug when add a new item
|
* fix bug when add a new item
|
||||||
|
|
||||||
## v3.2.0
|
## v3.2.0 (2016-08-03)
|
||||||
|
|
||||||
* add support OTP
|
* add support OTP
|
||||||
* fix bug in synchronize
|
* fix bug in synchronize
|
||||||
* improve interface
|
* improve interface
|
||||||
|
|
||||||
## v3.1.0
|
## v3.1.0 (2016-07-09)
|
||||||
|
|
||||||
* add clipboard
|
* add clipboard
|
||||||
* can change gpg version
|
* can change gpg version
|
||||||
* minor change in interface
|
* minor change in interface
|
||||||
* several bugs fix
|
* several bugs fix
|
||||||
|
|
||||||
## v3.0.0
|
## v3.0.0 (2016-07-05)
|
||||||
|
|
||||||
* new storage format
|
* new storage format
|
||||||
* new share system
|
* new share system
|
||||||
* remove MPW server
|
* remove MPW server
|
||||||
|
|
||||||
## v2.0.0
|
## v2.0.3 (2015-09-27)
|
||||||
|
|
||||||
|
* add no-sync option
|
||||||
|
|
||||||
|
## v2.0.1 (2015-06-23)
|
||||||
|
|
||||||
|
* fix mpw-ssh
|
||||||
|
|
||||||
|
## v2.0.0 (2015-06-22)
|
||||||
|
|
||||||
* change format csv to yaml
|
* change format csv to yaml
|
||||||
* easy install with gem
|
* easy install with gem
|
||||||
* add sync with ftp and ssh
|
* add sync with ftp and ssh
|
||||||
* many improvement
|
* many improvement
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0 (2014-01-28)
|
||||||
|
|
||||||
* Add sync with MPW Server
|
* Add sync with MPW Server
|
||||||
* Add MPW Server
|
* Add MPW Server
|
||||||
* Fix minors bugs
|
* Fix minors bugs
|
||||||
|
|
||||||
|
## v1.0.0 (2014-01-15)
|
||||||
|
|
||||||
|
* first release
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# MPW: Manage your passwords!
|
# MPW: Manage your passwords!
|
||||||
[![Version](https://img.shields.io/badge/latest_version-4.1.1-green.svg)](https://github.com/nishiki/manage-password/releases)
|
[![Version](https://img.shields.io/badge/latest_version-4.2.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)
|
[![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)
|
[![License](https://img.shields.io/badge/license-GPL--2.0-blue.svg)](https://github.com/nishiki/manage-password/blob/master/LICENSE)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.1.1
|
4.2.0
|
||||||
|
|
Loading…
Reference in a new issue