Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanson committed Feb 17, 2021
1 parent 9ce4196 commit b0e1cb3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
= Changelog

== v0.3.0

*Improvements*

* Re-worked form fill code. Easier to handle special forms.
* Add special handling for AWS IAM login.
** URLs like https://alias.sigin.aws.amazon.com now fill the account input with the alias or account number.
* Add fake event generators for javascript heavy forms that require events to trigger some javascript code.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These instructions have been tested in Ubuntu 16.04 and later:
### Python native pass application install

sudo apt-get install pass python3 python3-pip
pip3 install --user chrome-pass==0.2.4
pip3 install --user chrome-pass==0.3.0
nativePass install

### Chrome extension install
Expand Down
2 changes: 1 addition & 1 deletion application/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run(self):

setup(
name="chrome-pass",
version="0.2.4",
version="0.3.0",
description="Chrome Native application for pass - the standard Unix password manager",
url="https://github.com/hsanson/chrome-pass",
author="Horacio Sanson",
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "chrome-pass (ZX2C4)",
"version": "0.2.4",
"version": "0.3.0",
"description": "Chrome plugin for *pass* the standard unix password manager.",
"minimum_chrome_version": "50",
"author": "Horacio Sanson",
Expand Down

0 comments on commit b0e1cb3

Please sign in to comment.