136 Commits

Author SHA1 Message Date
Lykin
aa8c5495c1 fix: database filter option can not display 2024-06-19 10:36:57 +08:00
Lykin
6bd1b23a64 fix: unable to connect to any server after manually interrupt 2024-06-18 18:04:00 +08:00
Lykin
86f42fcc10 perf: support batch delete keys without scan confirm (#283) 2024-06-17 18:29:56 +08:00
Lykin
bf71c6db0e perf: trim spaces of connection address(#281) 2024-06-11 11:47:52 +08:00
Lykin
a2b0fc183f fix: new key to a non-current database incorrectly refresh the tree view (#259) 2024-05-21 15:55:02 +08:00
Lykin
d41421389c chore: update dependencies 2024-04-26 15:30:52 +08:00
Lykin
b72855b707 perf: add shortcut esc for close modal dialog (#235) 2024-04-19 15:13:06 +08:00
Lykin
28c326d608 fix: keep network when save connection failed 2024-04-08 15:25:10 +08:00
Lykin
2e620f7050 chore: update text description 2024-03-27 15:58:32 +08:00
Lykin
656e18afe5 chore: add Privacy Policy link (#181) 2024-03-14 18:36:16 +08:00
Lykin
de7cdb5bd4 perf: add behavior tracking instructions and switch options (#181) 2024-03-14 15:27:42 +08:00
Lykin
e3ccb06a96 chore: update the year to 2024 2024-03-14 00:38:35 +08:00
Lykin
78f3abaf5e chore: adjust English translation 2024-03-07 11:41:02 +08:00
Lykin
6430deeaea chore: add entrance about user guide and custom decoder 2024-03-07 00:35:09 +08:00
raojinlin
9bd958ef24
style: new key type selector align center on windows #166
Co-authored-by: raojinlin <raojinlin302@gmail.com>
2024-02-26 12:55:51 +08:00
Lykin
13e80da978 feat: support HTTP/SOCKS5 proxy for connections #159 2024-02-22 18:31:14 +08:00
Lykin
64ae79f565 perf: add New Custom Decoder entrance to decoder dropdown list 2024-02-22 10:42:55 +08:00
Lykin
e92eb525e7 feat: support value type ReJSON #152 2024-02-19 00:40:38 +08:00
Lykin
f1e1a89baf perf: add links option for value editor #143 2024-02-18 21:46:00 +08:00
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