117 Commits

Author SHA1 Message Date
Lykin
df71ac7049 perf: omit config file keys for different connection networks 2024-02-18 14:54:46 +08:00
Lykin
09264134ec perf: support unix-socket via url string #142 2024-02-18 14:27:21 +08:00
Lykin
a2331675d7 feat: support connect by unix-socket #142 2024-02-18 14:17:06 +08:00
Lykin
ce1b9b706f perf: add drag and drop text option in preferences. #140 2024-02-03 15:40:23 +08:00
Lykin
450e451781 feat: add custom decoder/encoder for value content 2024-02-03 15:40:23 +08:00
Lykin
74d789ac8e chore: update placeholder of font select input 2024-01-29 11:21:24 +08:00
Lykin
f94134faa0 perf: support redis url with rediss protocol #127 2024-01-26 12:56:50 +08:00
Lykin
4032c80add feat: support create connection by redis url string #127 2024-01-25 17:48:27 +08:00
Lykin
edaef2a78c feat: add cursor style option for cli 2024-01-23 20:55:38 +08:00
Lykin
d75635bf70 feat: add cli preferences #131 2024-01-23 20:39:45 +08:00
Lykin
0b37b89f9b perf: support select multiple font and input custom font name #115 #130 2024-01-23 20:12:52 +08:00
Lykin
cdac3c4496 perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
Lykin
a679858478 perf: add silent deletion option to batch delete dialog 2024-01-23 11:26:15 +08:00
Lykin
c2c1e9cfba perf: disable save button after successful save content 2024-01-21 22:33:45 +08:00
Lykin
15f6314597 perf: add dark theme support for charts 2024-01-19 00:39:09 +08:00
Lykin
6d3526c765 feat: support database alias 2024-01-18 17:28:17 +08:00
Lykin
bc53c405a5 chore: update some text 2024-01-11 11:50:10 +08:00
Lykin
5d2080aafb perf: support "skip insecure verify" and "sni" for SSL #67 #113 2024-01-11 00:32:55 +08:00
Lykin
115aa9d079 refactor: move i18n calling out of computed 2024-01-10 15:32:19 +08:00
Lykin
8c69ce7257 perf: replace component 'n-log' with 'n-virtual-list' 2024-01-08 17:38:54 +08:00
Lykin
e87b02e14c perf: add an 'Import Keys' option to new key dialog. 2024-01-06 23:44:18 +08:00
Lykin
0d6765a757 perf: scroll to bottom when append item in new key dialog 2024-01-06 23:08:06 +08:00
Lykin
ed1b9d9b54 fix: create key error 2024-01-06 22:13:26 +08:00
Lykin
13dbc9b3b6 perf: support custom ttl when import keys 2024-01-05 17:55:54 +08:00
Lykin
1d1fab54d8 perf: support batch update ttl of keys 2024-01-05 00:48:29 +08:00
Lykin
a71f5e0070 perf: support reload option after import data 2024-01-04 00:13:44 +08:00
Lykin
37efe5e72a perf: remove increase/decrease button in some number input 2024-01-03 16:55:41 +08:00
Lykin
36a8c38877 perf: add quick settings for ttl dialog 2024-01-03 15:55:53 +08:00
Lykin
18f1b976c6 refactor: replace some 'watch' with 'watchEffect' 2024-01-03 11:04:40 +08:00
Lykin
f597002378 feat: add expire time data for import/export handle 2023-12-27 17:44:10 +08:00
Lykin
3fe8767c44 feat: support import keys from csv file 2023-12-27 17:44:10 +08:00
Lykin
0fb93258e9 refactor: encapsulate connection state and behavior into classes 2023-12-26 15:40:31 +08:00
Lykin
e28bb57a25 fix: the deletion result might be incorrect 2023-12-26 01:15:49 +08:00
Lykin
5b9f261824 refactor: encapsulate connection state and behavior into classes 2023-12-26 01:15:49 +08:00
Lykin
f98229b9fa refactor: refactor the method for delete selected keys 2023-12-19 20:10:01 +08:00
Lykin
bce4e2323e feat: add export capability for selected keys 2023-12-18 01:01:51 +08:00
Lykin
c5abaa6573 chore: change the timing for saving window position changes. 2023-12-16 01:21:30 +08:00
Lykin
8f15656f37 fix: turn off spellcheck on macOS #98 2023-12-16 00:33:35 +08:00
Lykin
860e1eaac3 fix: error cause when switch type in new key dialog 2023-12-16 00:33:35 +08:00
Lykin
d31da4a055 perf: refresh key summary after crud value content 2023-12-16 00:33:35 +08:00
Lykin
44770a4a8e feat: add code folding toggle to preferences 2023-12-12 10:35:29 +08:00
Lykin
ac76131f18 fix: turn off spellcheck on macOS #99 2023-12-08 18:22:37 +08:00
Lykin
827ca1f2e7 feat: support more key icon display type 2023-12-05 15:58:10 +08:00
Lykin
af6b4257f9 feat: add type display in key browser 2023-12-04 17:06:23 +08:00
Lykin
a78c6cdb26 perf: add "show line numbers" preferences option 2023-12-03 23:46:33 +08:00
Lykin
8573d24a47 feat: add multiple check mode for keys
perf: add multiple keys deletion and progress indicator
2023-12-03 23:46:33 +08:00
Lykin
e2f33af1c7 feat: the browser pane is now set to display only a single database
feat: add search input in browser pane
2023-12-01 18:02:32 +08:00
Lykin
f0e54f280c fix: disable illegal characters for renaming connection group 2023-11-29 00:23:48 +08:00
Lykin
9aaf32e2bf fix: test connection status may display incorrectly #79 2023-11-21 17:39:04 +08:00
Lykin
fea87662de perf: sorted set value support format viewing #65 2023-11-15 23:41:53 +08:00