Commit Graph

834 Commits

Author SHA1 Message Date
thePR0M3TH3AN
f9a426a493 Merge pull request #308 from PR0M3TH3AN/codex/prevent-screen-refresh-after-new-entry
Add pause after entry creation
2025-07-06 07:20:33 -04:00
thePR0M3TH3AN
156dc2ad3b Add pause prompt after entry creation 2025-07-06 07:16:32 -04:00
thePR0M3TH3AN
68808d0da3 Merge pull request #307 from PR0M3TH3AN/codex/fix-screen-clear-affecting-search-results
Prevent search results from being immediately cleared
2025-07-06 07:01:41 -04:00
thePR0M3TH3AN
82a27ce858 Add pauses to prevent screen clearing 2025-07-06 06:57:57 -04:00
thePR0M3TH3AN
38d38aae0b Merge pull request #306 from PR0M3TH3AN/revert-303-codex/fix-premature-screen-wipe-during-entry-add
Revert "Improve TUI interaction timing"
2025-07-06 06:46:18 -04:00
thePR0M3TH3AN
f4fe477288 Revert "Improve TUI interaction timing" 2025-07-06 06:42:13 -04:00
thePR0M3TH3AN
387737c23e Merge pull request #305 from PR0M3TH3AN/revert-304-codex/fix-premature-screen-wipe-during-entry-add
Revert "Improve TUI interaction timing"
2025-07-06 06:41:28 -04:00
thePR0M3TH3AN
9250e24e27 Revert "Improve TUI interaction timing" 2025-07-06 06:37:17 -04:00
thePR0M3TH3AN
4eef5237d7 Merge pull request #304 from PR0M3TH3AN/codex/fix-premature-screen-wipe-during-entry-add
Improve TUI interaction timing
2025-07-06 06:35:23 -04:00
thePR0M3TH3AN
fc0bc8832a Remove pause and preserve output 2025-07-05 22:48:19 -04:00
thePR0M3TH3AN
490226f0c6 Merge pull request #303 from PR0M3TH3AN/codex/fix-premature-screen-wipe-during-entry-add
Improve TUI interaction timing
2025-07-05 22:32:43 -04:00
thePR0M3TH3AN
5d7fdd727e Fix pause insertion during custom field prompt 2025-07-05 22:27:45 -04:00
thePR0M3TH3AN
9ea348bd7a Merge pull request #302 from PR0M3TH3AN/codex/fix-screen-clear-wiping-retrieve-entry-results
Ensure retrieval output visible before clearing
2025-07-05 22:07:05 -04:00
thePR0M3TH3AN
7b9b9a082e Pause before clearing screen 2025-07-05 21:53:17 -04:00
thePR0M3TH3AN
3cda7208ee Merge pull request #301 from PR0M3TH3AN/codex/clear-terminal-after-each-selection
Improve CLI screen clearing
2025-07-05 20:39:30 -04:00
thePR0M3TH3AN
2704f97c2f Add screen clearing to interactive handlers 2025-07-05 20:35:03 -04:00
thePR0M3TH3AN
f7331f17c2 Merge pull request #300 from PR0M3TH3AN/codex/create-and-use-clear_screen-helper
Implement clear_screen helper for menu loops
2025-07-05 20:25:30 -04:00
thePR0M3TH3AN
5b2757830e Add clear_screen helper and integrate into menus 2025-07-05 20:21:49 -04:00
thePR0M3TH3AN
79d1a1daba Merge pull request #299 from PR0M3TH3AN/codex/make-all-warnings-yellow
Adjust warning colors
2025-07-05 20:02:10 -04:00
thePR0M3TH3AN
74bbbbe16a Make warnings yellow 2025-07-05 19:57:47 -04:00
thePR0M3TH3AN
3815c97f9e Merge pull request #298 from PR0M3TH3AN/codex/update-colors-for-sensitive-data-types
Color deterministic data red
2025-07-05 19:46:15 -04:00
thePR0M3TH3AN
eca97c0f0e color deterministic secrets 2025-07-05 19:41:49 -04:00
thePR0M3TH3AN
f33a159261 Merge pull request #297 from PR0M3TH3AN/codex/add-notes-and-label-to-seed-phrase
Improve seed phrase details
2025-07-05 19:23:27 -04:00
thePR0M3TH3AN
1ae4d6ae59 Display index and label when handling seed entries 2025-07-05 19:18:58 -04:00
thePR0M3TH3AN
7bf732f244 Merge pull request #296 from PR0M3TH3AN/codex/define-color-coding-for-data-types
Implement color scheme helper functions
2025-07-05 19:12:45 -04:00
thePR0M3TH3AN
e7d6b7d46e Add color scheme helper and apply to menus and stats 2025-07-05 19:06:46 -04:00
thePR0M3TH3AN
dd59a0e61b Merge pull request #295 from PR0M3TH3AN/codex/sync-data-after-user-logs-in
sync on login
2025-07-05 18:50:29 -04:00
thePR0M3TH3AN
540950d06f sync from nostr on unlock 2025-07-05 18:45:15 -04:00
thePR0M3TH3AN
de3972ad1a Merge pull request #294 from PR0M3TH3AN/codex/run-backup-after-setting-directory
Run backup after configuring location
2025-07-05 18:37:38 -04:00
thePR0M3TH3AN
6e8288e651 Run backup after configuring additional location 2025-07-05 18:31:59 -04:00
thePR0M3TH3AN
608596a92a Merge pull request #293 from PR0M3TH3AN/beta
Beta
2025-07-05 16:42:40 -04:00
thePR0M3TH3AN
6c9b3c2d5b Merge pull request #292 from PR0M3TH3AN/codex/fix-incorrect-checksum-display-in-stats
Improve checksum reporting in stats
2025-07-05 15:55:20 -04:00
thePR0M3TH3AN
2779df6e38 Show script checksum in stats 2025-07-05 15:49:22 -04:00
thePR0M3TH3AN
3e6ced106e Merge pull request #291 from PR0M3TH3AN/codex/make-added-fields-editable-in-modify-existing-entry
Enable editing password entry labels
2025-07-05 15:41:40 -04:00
thePR0M3TH3AN
b163ca1bf7 Fix PGP key determinism 2025-07-05 15:37:27 -04:00
thePR0M3TH3AN
b23f4cbd00 Allow editing password entry label 2025-07-05 15:29:19 -04:00
thePR0M3TH3AN
85799f7323 Merge pull request #290 from PR0M3TH3AN/beta
Beta
2025-07-05 15:25:16 -04:00
thePR0M3TH3AN
c52a8cc059 Merge pull request #289 from PR0M3TH3AN/codex/fix-windows-app-launch-issue
Fix imghdr stub for Python 3.13
2025-07-05 15:09:31 -04:00
thePR0M3TH3AN
a67b191218 Fix imghdr stub for Python 3.13 2025-07-05 15:01:17 -04:00
thePR0M3TH3AN
9be915e011 Merge pull request #288 from PR0M3TH3AN/beta
Beta
2025-07-05 14:38:33 -04:00
thePR0M3TH3AN
e23083eefb Merge pull request #287 from PR0M3TH3AN/codex/fix-2fa-and-pgp-key-issues-on-windows
Fix Windows 2FA and PGP errors
2025-07-05 14:33:13 -04:00
thePR0M3TH3AN
b4f0780f25 Merge pull request #286 from PR0M3TH3AN/beta
Beta
2025-07-05 14:33:04 -04:00
thePR0M3TH3AN
a5f46f356f Fix Windows TOTP and PGP issues 2025-07-05 14:28:40 -04:00
thePR0M3TH3AN
22d91f66d7 Merge pull request #285 from PR0M3TH3AN/codex/fix-windows-specific-socket-error
Fix timed_input on Windows
2025-07-05 14:07:26 -04:00
thePR0M3TH3AN
5a63797951 fix timed_input on Windows 2025-07-05 14:03:33 -04:00
thePR0M3TH3AN
337f103f5c Merge pull request #284 from PR0M3TH3AN/beta
Beta
2025-07-05 13:50:33 -04:00
thePR0M3TH3AN
20a7479562 Merge pull request #283 from PR0M3TH3AN/codex/fix-failure-in-windows-workflow
Fix Windows workflow
2025-07-05 13:44:13 -04:00
thePR0M3TH3AN
0b9d09c094 Skip file lock timing test on Windows 2025-07-05 13:40:29 -04:00
thePR0M3TH3AN
347f2d9a0e Merge pull request #282 from PR0M3TH3AN/codex/fix-windows-workflow-failure-in-test_exclusive_lock_blocks_u
Fix windows file lock timing
2025-07-05 13:31:20 -04:00
thePR0M3TH3AN
2772a11d84 Fix Windows exclusive lock test 2025-07-05 13:27:12 -04:00