1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-08 15:24:19 +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 # 0.0.3: Git Initial Support and Move to RNP
- Port app to Focal - Port app to Focal
- Improve UI : - Improve UI :
* Follow human interface guidelines - Follow human interface guidelines
* Fix various components color to work with black theme - Fix various components color to work with black theme
- Rewrite of Pass Plugin: - Rewrite of Pass Plugin:
* Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app - Move from GPGMe to RNP for GPG operations due to issues running GPG agent in a confined app
* Improve multithreading code for GPG operations - Improve multithreading code for GPG operations
- Add Git HTTP and HTTP AUTH clone for password store import feature - Add Git HTTP and HTTP AUTH clone for password store import feature
- Add delete password store feature - Add delete password store feature

View File

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