Skip to content

Commit 783036e

Browse files
committed
a new version released
1 parent 935f399 commit 783036e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ if you could not using Xcode to build it,a release version is avalible on the 'r
3131

3232
##Update
3333

34+
####1.4.1(2013.08.27)
35+
1. 修复点击dock图标窗口仍然无法呼出的bug
36+
2. 添加一个status menu
37+
3. 添加remember key功能,用于储存dbkey
38+
3439
####1.1.2
3540
1. 添加了 GCD
3641
2. 当转换进行中时,设置输入框为不可用

SQLCipherManager/SQLCipherManager-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>LSUIElement</key>
6-
<true/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
97
<key>CFBundleExecutable</key>
@@ -19,7 +17,7 @@
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>1.4</string>
20+
<string>1.4.1</string>
2321
<key>CFBundleSignature</key>
2422
<string>????</string>
2523
<key>CFBundleVersion</key>
@@ -28,6 +26,8 @@
2826
<string>public.app-category.developer-tools</string>
2927
<key>LSMinimumSystemVersion</key>
3028
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
29+
<key>LSUIElement</key>
30+
<true/>
3131
<key>NSHumanReadableCopyright</key>
3232
<string>Copyright © 2013年 Wan Yechao. All rights reserved.</string>
3333
<key>NSMainNibFile</key>

release/SQLCipherTools1.4.1.zip

1.54 MB
Binary file not shown.

0 commit comments

Comments
 (0)