Skip to content

Releases: jksalcedo/PassVault

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:37
2b3113a

Changes since v2.1.0

Features

  • feature: add KDBX export support (fb23919)
  • feat: replace entry icons with title-based colored monograms (49913e9)
  • feat: Add multi-select to Password Health screen and main list (dc1ef5b)
  • feat: integrate Crowdin for translations and update README (68d7803)

Bug Fixes

  • fix: wrong param name (2b3113a)
  • fix: support subfolders, correct password decryption, group categories, custom fields (2582f0d)
  • fix(ci): enable APK Signature Scheme v3 and add v42 changelog (da4b89c)

Other Changes

  • chore: add rotation min sdk version 28 to signer (2217b4d)
  • chore: upgrade targetSdk to 37 and remove developer information (a47f753)
  • Remove my plan (849c7d8)
  • I have make all hardcoded strings now translate able and also make shure it's fully translated to Dutch now. (5cc82d7)
  • chore(ci): Add multi-signer support for APKs (488214a)
  • ci: Add min SDK version 26 to release signing (15f16a2)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (da83c11)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (e780645)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (809ecf7)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:39
b0b64bd

Changes since v2.0.2

Features

No new features.

Bug Fixes

Other Changes

  • chore(ci): Add multi-signer support for APKs (488214a)
  • ci: Add min SDK version 26 to release signing (15f16a2)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (da83c11)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (e780645)
  • ci(workflow): Refactor Android release to use apksigner and signature lineage (809ecf7)
  • Removed the explicit "Copy" text buttons from the Username, Password, Email, and Notes fields in activity_view_entry.xml (3f6431f)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:15
c8735d7

Changes since v2.0.1

Features

No new features.

Bug Fixes

  • fix: Bitwarden import issue (e29f101)

Other Changes

  • ci(release): Add workflow to mirror GitHub releases to Codeberg (c8735d7)
  • ci(release): Add workflow to mirror GitHub releases to Codeberg (e08ebcd)
  • Added "Google Chrome (CSV)" to the available import/export formats in the app settings. (c505e81)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:59
b61a9de

Changes since v2.0.0

Features

No new features.

Bug Fixes

No bug fixes.

Other Changes

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 05:20
68b0bc2

Changes since v1.9.2

Features

  • feat: bump version to 2.0.0 and update build tools (eef36e7)
  • feat: add progress indicator and background loading to Health Audit (f9407ba)
  • feat: implement Password Health Audit feature (rebased onto master) (d852612)
  • feat(db): add database schema version 7 (5d75a8d)
  • feat: implement Recycle Bin feature (rebased) (018ceef)
  • feat(ui): update entry item layout and add database schema version 6 (03e7224)
  • feat: implement Password Health Audit feature (c6d7f31)
  • feat: implement Recycle Bin feature (aaf1520)
  • feat: implement Secure Notes feature (73c216e)
  • feat(ui): add restart dialog for OLED theme changes (5a952af)
  • feat(ui): add OLED pure black theme support (c85c2fc)

Bug Fixes

  • fix(health): force headers to show in audit screen (a5ccdc6)
  • fix(health): refine audit thresholds and header descriptions (4c1895e)
  • fix: update health audit logic to exclude deleted entries and secure notes (98798f8)
  • fix: remove isDeleted check to fix build (field not in master yet) (bc4d001)
  • fix: update health audit logic to only process active password entries (00579b9)
  • fix: add default value for type column to support auto-migration (b453072)

Other Changes

  • chore: prepare release 2.0.0 (fb3a73c)
  • perf: optimize health audit UI with ConcatAdapter to prevent ANR (68a2688)

v1.9.2

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:39

Changes since v1.9.1

Features

  • feat(ui): add copy to clipboard functionality for notes (7631e64)
  • feat(ui): update Material 3 themes and fix bottom bar layout obstruction (3a2d5eb)

Bug Fixes

  • fix(ui): prevent BottomAppBar from obstructing the last list item (a3aefb1)

Other Changes

  • style(ui): comment out custom BottomAppBar styles (4a286ac)

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 13:28

Changes since v1.9.0

Features

  • feat(utils): map custom fields when converting password entry to record (ffc8c77)
  • feat(settings): create missing categories during data import (980ce62)

Bug Fixes

  • fix: preserve custom categories and fields on backup import and bump version to 1.9.1 (5fd4964)

Other Changes

  • Add setting to disable biometric login (83d50b8)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 16:20

Changes since v1.9.0-beta1

Features

  • feat(autofill): implement save request and pre-fill AddEditActivity (767ffa4)
  • feat: add progress indicators for export and import processes (38d94a6)
  • feat(ui): add first-launch dialog with backup recommendations (aea7727)
  • feat: add progress tracking to import and export operations (a20e45e)
  • feat(auth): handle invalidated keystore and add app reset flow (79b66bc)

Bug Fixes

No bug fixes.

Other Changes

  • docs: update changelog for version 35 (32d45e5)
  • refactor: Inherit from BaseActivity and centralize session lock logic (36a26d3)
  • build: update AGP to 9.0.1 and Gradle to 9.2.1 (c8a46a3)
  • Update strings.xml (bdc66f6)

v1.9.0-beta1

v1.9.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Feb 06:19

Changes since v1.8.0

Features

  • feat: improve autofill field detection and entry matching logic (397811f)
  • feat: improve autofill field detection and entry matching logic (d3be529)
  • feat: implement Android Autofill service for credential suggestions (3f36fbb)

Bug Fixes

No bug fixes.

Other Changes

  • ci: remove redundant release notes initialization from android-release workflow (ef1ec8e)
  • Create strings.xml (4f20f2e)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 05:01

Release v1.8.0

Changes since v1.7.1

Features

  • feat: add change master password functionality and allow alphanumeric pins (33983d4)
  • feat: add change master password functionality and allow alphanumeric pins (6074cd3)
  • feat(ui): configure BottomAppBar cradle and fix FAB anchoring appearance (afd44d8)

Bug Fixes

No bug fixes.

Other Changes

No other changes.