Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Nov 17, 2023
1 parent a91c42f commit 42ed499
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## v1.2.0 - Nov 17, 2023

### Changed

* qubes-keepass-dom0 now aborts if the vault qube is not running
* Minor bugfixes


## v1.1.0 - May 31, 2023

### Added
Expand Down
1 change: 1 addition & 0 deletions qubes-keepass-dom0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


VAULT='vault'
VERSION='qubes-keepass v1.2.0'


function get_id() {
Expand Down
2 changes: 1 addition & 1 deletion qubes-keepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def load(service: Secret.Service) -> CredentialCollection:
return CredentialCollection(credentials)


parser = argparse.ArgumentParser(description='''qubes-keepass v1.1.0 - A rofi based KeePassXC frontend for Qubes''')
parser = argparse.ArgumentParser(description='''qubes-keepass v1.2.0 - A rofi based KeePassXC frontend for Qubes''')
parser.add_argument('qube', help='qube to copy the credential to')
parser.add_argument('--trust-level', type=int, help='numerical trust level of the qube')
parser.add_argument('--config', help='path to the configuration file')
Expand Down

0 comments on commit 42ed499

Please sign in to comment.