Skip to content

Commit

Permalink
🔖 Release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Oct 22, 2017
1 parent 489394b commit 805d6be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ A password manager based on GPG and Git compatible with pass.

Built with Electron, React and Bootstrap, your can download from [Releases](https://github.com/jysperm/elecpass/releases), only macOS verison available at this time.

You must **setup GnuPG and Git and add they to `$PATH` environment variable** before using Elecpass.
You should **setup GnuPG and Git into `$PATH` environment variable** before using Elecpass.

![elecpass](https://user-images.githubusercontent.com/1191561/30779897-a3246b9e-a130-11e7-8cf2-2ac47d007e0f.png)

## Tested Platforms

- macOS Sierra 10.12.6
- Electron 1.7.8
- GnuPG 2.0.30
- Git 2.11.0
![elecpass](https://user-images.githubusercontent.com/1191561/31860425-7e65605a-b6df-11e7-97d1-adac1f0afdc8.png)

## References

- [Elecpass Official website](http://elecpass.io)
- [Pass: The Standard Unix Password Manager](https://www.passwordstore.org/)
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ A password manager based on GPG and Git compatible with pass.

Built with Electron, React and Bootstrap, your can download from [Releases](https://github.com/jysperm/elecpass/releases), only macOS verison available at this time.

You must **setup GnuPG and Git and add they to `$PATH` environment variable** before using Elecpass.
You should **setup GnuPG and Git into `$PATH` environment variable** before using Elecpass.

## Screenshots

![elecpass](https://user-images.githubusercontent.com/1191561/30779897-a3246b9e-a130-11e7-8cf2-2ac47d007e0f.png)
![elecpass](https://user-images.githubusercontent.com/1191561/31860425-7e65605a-b6df-11e7-97d1-adac1f0afdc8.png)

## Tested Platforms

- macOS Sierra 10.12.6
- Electron 1.7.8
- GnuPG 2.0.30
- Git 2.11.0
- macOS Sierra 10.12.6, 10.13
- Electron 1.6.15
- GnuPG 2.0.30, 2.2.1
- Git 2.11.0, 2.13.5

## References

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "elecpass",
"version": "1.0.0",
"version": "2.0.0",
"main": "main.js",
"homepage": "http://elecpass.io",
"description": "A password manager based on GPG and Git compatible with pass",
"author": "Wang Ziting <[email protected]> (https://jysperm.me)",
"scripts": {
Expand Down

0 comments on commit 805d6be

Please sign in to comment.