Commit Graph

  • 07856fc279
    chore(deps-dev): bump vite from 5.0.2 to 5.0.5 in /frontend #100 dependabot[bot] 2023-12-08 06:46:35 +0000
  • f966fec0a3 perf: add code folding and shortcut for save #97 Lykin 2023-12-08 10:38:08 +0800
  • 86b3ac0bd4 doc: update README and screenshots v1.1.2 Lykin 2023-12-07 11:34:49 +0800
  • 5dd49a78dd perf: add loading status to "redis type tag" Lykin 2023-12-07 11:11:31 +0800
  • 116513917d fix: renaming keys may not refresh the browser view Lykin 2023-12-07 10:39:50 +0800
  • d4d1c33cb3 feat: add draggable feature to ribbon menu Lykin 2023-12-06 18:52:33 +0800
  • d59221f11e fix: the database switch might lead to other operations becoming ineffective Lykin 2023-12-06 18:25:51 +0800
  • b7c10b33e7 chore: update dependencies v1.1.1 Lykin 2023-12-06 11:22:04 +0800
  • 2f25b524cd perf: add 'use-glob' prop to search input Lykin 2023-12-06 11:10:54 +0800
  • 84b42e6461 perf: optimize type match selector Lykin 2023-12-06 10:45:51 +0800
  • f9abba37d2 fix: entry editor may lose field value Lykin 2023-12-05 16:35:08 +0800
  • 827ca1f2e7 feat: support more key icon display type Lykin 2023-12-05 12:03:00 +0800
  • ba55cbcbd3 fix: saving of the last opened database is ineffective Lykin 2023-12-04 18:54:06 +0800
  • 686f73c3dd perf: reduced the frequency of invoking SELECT command Lykin 2023-12-04 16:58:36 +0800
  • 464a85867d fix: database switching confusion in different tabs Lykin 2023-12-04 16:02:53 +0800
  • af6b4257f9 feat: add type display in key browser Lykin 2023-12-04 15:43:25 +0800
  • b688ded610 fix: auto format detection may fail Lykin 2023-12-03 23:00:51 +0800
  • a78c6cdb26 perf: add "show line numbers" preferences option Lykin 2023-12-03 22:51:14 +0800
  • 8573d24a47 feat: add multiple check mode for keys Lykin 2023-12-03 12:27:05 +0800
  • 7c4f0197ba refactor: removed the usage of the NCode Lykin 2023-12-02 02:58:05 +0800
  • 52490cb304 feat: add loaded progress for list/hash/set/zset/stream Lykin 2023-12-02 02:43:37 +0800
  • 7934fc275a perf: save last selected database and restore for next connection Lykin 2023-12-02 02:03:29 +0800
  • 2d3225dbcf perf: add copy value button for complex type #23 Lykin 2023-12-02 00:58:15 +0800
  • 988e8e3339 fix: the value is not updated after refreshing #90 Lykin 2023-12-02 00:25:22 +0800
  • ab8077999d fix: display incorrect value in zset content Lykin 2023-12-01 18:42:39 +0800
  • eb8f68b628 perf: optimized the appearance Lykin 2023-12-01 18:03:19 +0800
  • e2f33af1c7 feat: the browser pane is now set to display only a single database Lykin 2023-12-01 17:59:04 +0800
  • 8201004478 feat: add filter input to browser pane Lykin 2023-11-29 16:16:13 +0800
  • 379bb5e623 feat: add custom monaco editor theme Lykin 2023-11-29 01:12:23 +0800
  • 6b1fcb3779 feat: embedded monaco editor for complex types Lykin 2023-11-29 00:24:42 +0800
  • 8662027a68 fix: errors occur when attempting to execute delete or rename in content page #86 Lykin 2023-11-28 14:55:24 +0800
  • f0e54f280c fix: disable illegal characters for renaming connection group Lykin 2023-11-28 10:53:48 +0800
  • 9671f89770 feat: embedded monaco editor for string Lykin 2023-11-28 01:11:45 +0800
  • 2f2fa6bb02 perf: save window maximised state #84 Lykin 2023-11-24 11:49:59 +0800
  • d40839506c doc: add discord and twitter links Lykin 2023-11-24 10:57:43 +0800
  • 71978c325b fix: pin button in editor can not show on Linux v1.1.0 Lykin 2023-11-24 00:52:48 +0800
  • 79c943f85d perf: use ZRangeWithScores to scan partial for ZSet Lykin 2023-11-24 00:22:40 +0800
  • 66a057f504 chore: update dependencies Lykin 2023-11-23 11:25:53 +0800
  • 28eb393a82 perf: enable default context menu #73 Lykin 2023-11-23 11:12:45 +0800
  • bfb5407030 fix: support output map[any]any type to console #81 Lykin 2023-11-21 20:06:28 +0800
  • 4ffbdbd39a perf: move cursor to last when switch to history by arrow up or down #77 Lykin 2023-11-21 18:27:09 +0800
  • 30d6da85a1 fix: can not open connection when "CLIENT" command killed #78 Lykin 2023-11-21 18:13:26 +0800
  • 9aaf32e2bf fix: test connection status may display incorrectly #79 Lykin 2023-11-21 17:39:04 +0800
  • 7b18ed0b26 fix: the console output content lacks line breaks effect #80 Lykin 2023-11-21 17:23:31 +0800
  • e7fd13d608 feat: add full search for stream Lykin 2023-11-21 17:06:26 +0800
  • 6a048037b0 feat: add full search for set/zset Lykin 2023-11-21 16:44:33 +0800
  • eca640fc87 feat: add full search for hash Lykin 2023-11-20 18:38:23 +0800
  • db4e2385fc feat: add full search for list Lykin 2023-11-20 16:23:27 +0800
  • aafa0c5432 perf: use relative position for entry editor to toggle fullscreen Lykin 2023-11-18 01:30:26 +0800
  • 2a57248228 refactor: optimized refresh logic after update fields for stream type Lykin 2023-11-18 00:51:40 +0800
  • 13f343977a chore: refine ui details Lykin 2023-11-17 23:50:10 +0800
  • ddc3868f22 refactor: optimized refresh logic after update fields for set/zset type Lykin 2023-11-17 18:41:15 +0800
  • 4db3909c6a refactor: optimized refresh logic after update fields for list type Lykin 2023-11-17 17:20:32 +0800
  • 80e659e03a refactor: optimized refresh logic after update fields for hash type Lykin 2023-11-17 16:26:03 +0800
  • d88fd35e9d refactor: refactoring the refresh logic for all complex types after adding new fields Lykin 2023-11-17 01:24:04 +0800
  • 45e9c49f26 docs: update bug report template Lykin 2023-11-16 23:54:55 +0800
  • 578a8413a1 perf: support format viewing for entry value #65 Lykin 2023-11-16 01:06:59 +0800
  • cc436ad86f perf: support json format viewing for stream values #65 Lykin 2023-11-16 00:21:54 +0800
  • fea87662de perf: sorted set value support format viewing #65 Lykin 2023-11-15 23:41:53 +0800
  • 2a3a15d64d style: change side navigation menu style Lykin 2023-11-15 12:05:14 +0800
  • 3c1727db3e perf: add pin and fullscreen supported for entry editor Lykin 2023-11-14 22:58:44 +0800
  • 5b84fa59f6 perf: set value support format viewing #65 Lykin 2023-11-14 17:15:02 +0800
  • e0a8599e95 perf: list value support format viewing #65 Lykin 2023-11-14 14:49:16 +0800
  • 200b12cd51 refactor: rename "viewas" to "format", rename "plain text" to "raw" tiny-craft 2023-11-13 22:41:33 +0800
  • a2c2ceb483 perf: hash value support format viewing #65 tiny-craft 2023-11-13 22:31:18 +0800
  • a49d618288 feat: add decode and format selection for Hash edit tiny-craft 2023-11-13 15:28:13 +0800
  • a2ad85627e fix: edit state does not revert when switching keys tiny-craft 2023-11-10 23:24:01 +0800
  • 21c63e2ac2 chore: update doc and dependencies tiny-craft 2023-11-10 16:34:40 +0800
  • 65e077c0c0 fix: compatibility with older Redis versions without UNLINK command support #69 tiny-craft 2023-11-10 15:57:19 +0800
  • 5a58a57cd5 Merge remote-tracking branch 'origin/main' tiny-craft 2023-11-10 15:25:20 +0800
  • 73c14204b7
    Merge pull request #71 from leognutzmann/main Lykin 2023-11-10 15:19:28 +0800
  • 7b3c3df230 feat: add key layer reload/refresh back after database full loaded #72 tiny-craft 2023-11-10 11:52:54 +0800
  • fa4929cd63 perf: add reset handle for all content components tiny-craft 2023-11-09 20:31:07 +0800
  • 352e7b714d refactor: optimize the key renaming logic tiny-craft 2023-11-09 00:30:07 +0800
  • 9618990de8 feat: add partial entries loading for complex type(list/hash/set/zset/stream) #70 tiny-craft 2023-11-08 23:45:33 +0800
  • f2ebd7f358 chore: update dependencies tiny-craft 2023-11-08 00:37:30 +0800
  • 3d0310a9c1 feat: add portuguese #71 Leonardo Gnutzmann 2023-11-06 16:23:11 -0300
  • e6b28c9edc fix: incorrect max keys count after add or delete keys tiny-craft 2023-11-05 13:00:03 +0800
  • e28d091500 refactor: split connection_service into connection_service and browser_service in go tiny-craft 2023-11-05 11:57:52 +0800
  • 44df1d5800 doc: update screenshots tiny-craft 2023-11-03 17:55:41 +0800
  • 75abd66c46 fix: try unescape client name in slow log v1.0.9 tiny-craft 2023-11-03 10:50:51 +0800
  • dc39b5ea3e doc: update README and screenshots tiny-craft 2023-11-03 10:08:18 +0800
  • b95f293185 feat: add slow log tiny-craft 2023-11-02 22:28:12 +0800
  • 9b9d0e3c7c feat: add flush db operation tiny-craft 2023-11-02 18:17:54 +0800
  • 67666f4edf fix: unable to decode json string with prefix or suffix contains space or line break tiny-craft 2023-11-02 16:27:55 +0800
  • 37e31b1636 doc: update README tiny-craft 2023-11-02 15:49:03 +0800
  • 4c016b06de doc: add contributing and issue template tiny-craft 2023-11-02 15:48:42 +0800
  • 4e38978711 perf: standardized localized file names tiny-craft 2023-11-02 14:41:07 +0800
  • 64895a98af fix: unable to save json string with prefix or suffix contains space or line break tiny-craft 2023-11-01 23:35:45 +0800
  • 6996421cde fix: can not save scan size less than default value in preference v1.0.8 tiny-craft 2023-10-31 22:33:58 +0800
  • 5a29a34ea1 fix: add cli fit the window when resize tiny-craft 2023-10-31 17:57:54 +0800
  • ca8403d784 perf: keep view format and decode method when reload the same key tiny-craft 2023-10-31 17:29:56 +0800
  • 51ed14dcf8 style: add padding to message component tiny-craft 2023-10-31 15:50:37 +0800
  • c6f1daed44 fix: cursor offset incorrect when prompt prefix contains multibyte char in cli tiny-craft 2023-10-31 11:55:34 +0800
  • 929c4d2794 fix: window may flash when startup tiny-craft 2023-10-31 11:45:55 +0800
  • 694214bedf feat: add ZSTD decode/encode support #59 tiny-craft 2023-10-31 11:43:46 +0800
  • ff8da4ca60 fix: long string overflow in value page tiny-craft 2023-10-30 21:54:20 +0800
  • 0143e8f52a perf: cropped icon size tiny-craft 2023-10-30 11:52:46 +0800
  • fd99b43798 feat: add display of content length and size info tiny-craft 2023-10-30 00:54:45 +0800
  • 30866d33f0 feat: split "view as" to "view type" and "decode type" #60 tiny-craft 2023-10-29 23:05:34 +0800