-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from cmushroom/dev
1.4.2
- Loading branch information
Showing
83 changed files
with
1,271 additions
and
1,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"latestVersionNum": 8, | ||
"latestVersion": "1.4.1", | ||
"latestVersionNum": 9, | ||
"latestVersion": "1.4.2", | ||
"updateType": "hint", | ||
"releaseNotes": "1. 优化scan, 没有通配符时不进行scan搜索。感谢@ydq \n2. 使用swift concurrency 重写部分功能。" | ||
"releaseNotes": "1. 密码,搜索框使用swiftUI 原生组件。 \n2. 表格增加双击编辑。 \n3. 修复hash field 禁用状态错误bug。 \n4. 去除promisekit依赖,使用swift concurrency。" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-15.5 KB
(94%)
...deproj/project.xcworkspace/xcuserdata/chengpan.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Binary file modified
BIN
+94.6 KB
(130%)
...roj/project.xcworkspace/xcuserdata/chenpanwang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
redis-pro.xcodeproj/xcuserdata/chenpanwang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Bucket | ||
uuid = "79348B33-ACC7-4D95-A1EA-FB30589A644A" | ||
type = "1" | ||
version = "2.0"> | ||
<Breakpoints> | ||
<BreakpointProxy | ||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | ||
<BreakpointContent | ||
uuid = "B03E41DC-2757-4346-BBEE-7B7A73443FDA" | ||
shouldBeEnabled = "No" | ||
ignoreCount = "0" | ||
continueAfterRunningActions = "No" | ||
filePath = "redis-pro/Views/RedisEditorView/HashEditorView.swift" | ||
startingColumnNumber = "9223372036854775807" | ||
endingColumnNumber = "9223372036854775807" | ||
startingLineNumber = "94" | ||
endingLineNumber = "94" | ||
landmarkName = "setEditForm()" | ||
landmarkType = "7"> | ||
</BreakpointContent> | ||
</BreakpointProxy> | ||
</Breakpoints> | ||
</Bucket> |
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/charleyrivers.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/chilkoottrail.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/chincoteague.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/default_avatar.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-7.73 KB
redis-pro/Assets.xcassets/default_avatar.imageset/default_avatar.png
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/hiddenlake.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/lakemcdonald.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/rainbowlake.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/silversalmoncreek.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-302 KB
redis-pro/Assets.xcassets/silversalmoncreek.imageset/[email protected]
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/stmarylake.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
redis-pro/Assets.xcassets/turtlerock.imageset/Contents.json
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.