mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 21:04:35 +00:00
convert changelog to markdown
This commit is contained in:
parent
ba745ccc0c
commit
55e46e1afa
2 changed files with 49 additions and 49 deletions
49
CHANGELOG
49
CHANGELOG
|
@ -1,49 +0,0 @@
|
||||||
= CHANGELOG =
|
|
||||||
== v4.0.0-beta1 ==
|
|
||||||
|
|
||||||
* add manage share key with new interface
|
|
||||||
|
|
||||||
== v4.0.0-beta ==
|
|
||||||
|
|
||||||
* new interface with a table
|
|
||||||
* new command line interface
|
|
||||||
* use text editor for add or update an item
|
|
||||||
* fix generate gpg key with RSA
|
|
||||||
* several bugs fix
|
|
||||||
* add unit tests
|
|
||||||
|
|
||||||
== v3.2.1 ==
|
|
||||||
|
|
||||||
* fix bug when add a new item
|
|
||||||
|
|
||||||
== v3.2.0 ==
|
|
||||||
|
|
||||||
* add support OTP
|
|
||||||
* fix bug in synchronize
|
|
||||||
* improve interface
|
|
||||||
|
|
||||||
== v3.1.0 ==
|
|
||||||
|
|
||||||
* add clipboard
|
|
||||||
* can change gpg version
|
|
||||||
* minor change in interface
|
|
||||||
* several bugs fix
|
|
||||||
|
|
||||||
== v3.0.0 ==
|
|
||||||
|
|
||||||
* new storage format
|
|
||||||
* new share system
|
|
||||||
* remove MPW server
|
|
||||||
|
|
||||||
== v2.0.0 ==
|
|
||||||
|
|
||||||
* change format csv to yaml
|
|
||||||
* easy install with gem
|
|
||||||
* add sync with ftp and ssh
|
|
||||||
* many improvement
|
|
||||||
|
|
||||||
== v1.1.0 ==
|
|
||||||
|
|
||||||
* Add sync with MPW Server
|
|
||||||
* Add MPW Server
|
|
||||||
* Fix minors bugs
|
|
49
CHANGELOG.md
Normal file
49
CHANGELOG.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
# CHANGELOG
|
||||||
|
## v4.0.0-beta1
|
||||||
|
|
||||||
|
* add manage share key with new interface
|
||||||
|
|
||||||
|
## v4.0.0-beta
|
||||||
|
|
||||||
|
* new interface with a table
|
||||||
|
* new command line interface
|
||||||
|
* use text editor for add or update an item
|
||||||
|
* fix generate gpg key with RSA
|
||||||
|
* several bugs fix
|
||||||
|
* add unit tests
|
||||||
|
|
||||||
|
## v3.2.1
|
||||||
|
|
||||||
|
* fix bug when add a new item
|
||||||
|
|
||||||
|
## v3.2.0
|
||||||
|
|
||||||
|
* add support OTP
|
||||||
|
* fix bug in synchronize
|
||||||
|
* improve interface
|
||||||
|
|
||||||
|
## v3.1.0
|
||||||
|
|
||||||
|
* add clipboard
|
||||||
|
* can change gpg version
|
||||||
|
* minor change in interface
|
||||||
|
* several bugs fix
|
||||||
|
|
||||||
|
## v3.0.0
|
||||||
|
|
||||||
|
* new storage format
|
||||||
|
* new share system
|
||||||
|
* remove MPW server
|
||||||
|
|
||||||
|
## v2.0.0
|
||||||
|
|
||||||
|
* change format csv to yaml
|
||||||
|
* easy install with gem
|
||||||
|
* add sync with ftp and ssh
|
||||||
|
* many improvement
|
||||||
|
|
||||||
|
## v1.1.0
|
||||||
|
|
||||||
|
* Add sync with MPW Server
|
||||||
|
* Add MPW Server
|
||||||
|
* Fix minors bugs
|
Loading…
Add table
Reference in a new issue