Bump version to 1.1.0 and enhance TOTP handling

- Updated project version from 1.0.1 to 1.1.0 in pyproject.toml.
- Added `parse_totp` function for improved TOTP parsing and error handling.
- Refined item filtering to include only items of type 1 (logins).
- Enhanced username display logic in item selection.
This commit is contained in:
2025-07-13 23:59:48 +02:00
parent ccc2f92eed
commit ef2fdac599
2 changed files with 37 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bw-get"
version = "1.0.1"
version = "1.1.0"
authors = [
{name="Fabian van Koppen", email="f@bianvk.nl"}
]