1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-04-21 21:46:31 +00:00

Compare commits

..

No commits in common. "50441e0daf58de4b251f55431d0d7904f2feb6bf" and "0cf07b1b7ad0acb14e882841ed01595d357a9994" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# 0.0.3: Git Initial Support and Move to RNP
- Port app to Focal
- Improve UI :
* Follow human interface guidelines
* Fix various components color to work with black theme
- Follow human interface guidelines
- Fix various components color to work with black theme
- Rewrite of Pass Plugin:
* Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app
* Improve multithreading code for GPG operations
- Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app
- Improve multithreading code for GPG operations
- Add Git HTTP and HTTP AUTH clone for password store import feature
- Add delete password store feature

View File

@ -10,7 +10,7 @@
"content-hub": "UTPass.contenthub"
}
},
"version": "0.0.4-dev",
"version": "0.0.3",
"maintainer": "Quentin Rouland <quentin@qrouland.com>",
"framework" : "ubuntu-sdk-20.04"
}