Commit Graph

107 Commits

Author SHA1 Message Date
thePR0M3TH3AN
c3566fcb0c Add pauses in search and settings menus 2025-07-06 07:29:44 -04:00
thePR0M3TH3AN
82a27ce858 Add pauses to prevent screen clearing 2025-07-06 06:57:57 -04:00
thePR0M3TH3AN
5b2757830e Add clear_screen helper and integrate into menus 2025-07-05 20:21:49 -04:00
thePR0M3TH3AN
e7d6b7d46e Add color scheme helper and apply to menus and stats 2025-07-05 19:06:46 -04:00
thePR0M3TH3AN
6e8288e651 Run backup after configuring additional location 2025-07-05 18:31:59 -04:00
thePR0M3TH3AN
bacf32b46e Remove deprecated website field 2025-07-05 10:00:46 -04:00
thePR0M3TH3AN
ce90e7348f Add list entries feature 2025-07-05 09:24:26 -04:00
thePR0M3TH3AN
0209312d59 Improve search display for all entry types 2025-07-05 08:34:34 -04:00
thePR0M3TH3AN
9c2f1e52f7 Add Nostr key pair support 2025-07-04 19:17:04 -04:00
thePR0M3TH3AN
e5bb54240f Add PGP UI integration 2025-07-04 18:27:45 -04:00
thePR0M3TH3AN
b176486ca7 Document integration steps and add SSH/seed UI 2025-07-04 17:25:02 -04:00
thePR0M3TH3AN
b3047484df Automate script checksum handling 2025-07-04 12:38:56 -04:00
thePR0M3TH3AN
e45adea8b2 Improve clipboard handling 2025-07-04 11:54:13 -04:00
thePR0M3TH3AN
9895ca8eaa Move secret mode option to end of settings menu 2025-07-04 00:07:06 -04:00
thePR0M3TH3AN
9b9fc038d3 Update settings menu test for new option 2025-07-03 23:55:27 -04:00
thePR0M3TH3AN
c952bb141b Move back option to end of settings menu 2025-07-03 21:57:09 -04:00
thePR0M3TH3AN
fc23e7835f fix menu option mapping 2025-07-03 16:48:13 -04:00
thePR0M3TH3AN
083a93440b Add clipboard copy message for totp CLI 2025-07-03 16:16:05 -04:00
thePR0M3TH3AN
9a22d537a5 Add CLI subcommands and tests 2025-07-03 16:09:13 -04:00
thePR0M3TH3AN
89574ef249 Add search option to menu 2025-07-03 15:56:28 -04:00
thePR0M3TH3AN
ff71c60410 Add profile stats feature and menu option 2025-07-03 14:22:05 -04:00
thePR0M3TH3AN
ffa76799e3 Add configurable secondary backup location 2025-07-03 12:03:02 -04:00
thePR0M3TH3AN
6a98df4e56 Add TOTP export option 2025-07-03 10:31:06 -04:00
thePR0M3TH3AN
c7ffdd6991 Add 2FA codes menu 2025-07-03 08:30:43 -04:00
thePR0M3TH3AN
de7beeaefc Add manual 2FA entry option 2025-07-03 00:27:18 -04:00
thePR0M3TH3AN
d270236a41 Add timed input for inactivity and tests 2025-07-02 23:30:26 -04:00
thePR0M3TH3AN
7763d9de88 Refactor constants initialization 2025-07-02 22:04:52 -04:00
thePR0M3TH3AN
c83b8c3074 Introduce custom error classes 2025-07-02 21:29:18 -04:00
thePR0M3TH3AN
b6675aa5ec Display event IDs after Nostr publish 2025-07-02 20:14:25 -04:00
thePR0M3TH3AN
57adf0bf01 Remove unused encryption mode setting 2025-07-02 19:00:49 -04:00
thePR0M3TH3AN
d2832db194 Remove password-based encryption modes 2025-07-02 18:48:15 -04:00
thePR0M3TH3AN
678cdbc5e6 Add vault sync and update Nostr restore 2025-07-02 16:22:57 -04:00
thePR0M3TH3AN
4ad65a8837 feat: make inactivity timeout configurable 2025-07-02 14:05:27 -04:00
thePR0M3TH3AN
ba892b1919 Add encryption mode change option in settings 2025-07-02 11:17:59 -04:00
thePR0M3TH3AN
f67b73f914 Add portable export/import features 2025-07-01 21:32:34 -04:00
thePR0M3TH3AN
f6a94d06cc Use exc_info for error logging 2025-07-01 18:23:44 -04:00
thePR0M3TH3AN
20e4fcc550 Add encryption mode configuration 2025-07-01 11:13:31 -04:00
thePR0M3TH3AN
92cbaace1f Backup to Nostr after password change 2025-07-01 10:17:14 -04:00
thePR0M3TH3AN
00155237a5 Return success status from Nostr publish 2025-06-30 11:17:55 -04:00
thePR0M3TH3AN
966b53258f Fix inactivity lock test 2025-06-30 11:08:25 -04:00
thePR0M3TH3AN
4801e2c33c Add inactivity lock feature 2025-06-30 10:06:51 -04:00
thePR0M3TH3AN
ba175b48d1 Add auto-sync mechanism for Nostr 2025-06-30 00:09:41 -04:00
thePR0M3TH3AN
c02f8d9c10 Use portalocker for cross-platform locking 2025-06-29 17:44:32 -04:00
thePR0M3TH3AN
f7144c1475 Refactor settings menus 2025-06-29 15:27:43 -04:00
thePR0M3TH3AN
3b08bdd5ff Rename password actions to entries 2025-06-29 15:01:21 -04:00
thePR0M3TH3AN
4698384b5d Format key_manager 2025-06-29 14:51:17 -04:00
thePR0M3TH3AN
b5f015d881 Update menus and docs for new settings 2025-06-29 14:43:09 -04:00
thePR0M3TH3AN
8b9651407c Shorten menu option text 2025-06-29 14:35:15 -04:00
thePR0M3TH3AN
dfdc2925bb Replace fingerprint wording with seed profile 2025-06-29 14:27:12 -04:00
thePR0M3TH3AN
25ec12ab7d Implement password change feature 2025-06-29 13:49:41 -04:00