Skip to content

Commit 778e27a

Browse files
committed
update readme
1 parent 5206a7e commit 778e27a

File tree

5 files changed

+162
-843
lines changed

5 files changed

+162
-843
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.3(2013.12.13)
35+
1. 添加转换后open in finder
36+
2. 修复窗口不在最前的问题
37+
3. 提示使用中文
38+
3439
####1.4.1(2013.08.27)
3540
1. 修复点击dock图标窗口仍然无法呼出的bug
3641
2. 添加一个status menu

SQLCipherManager/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ - (void)dealloc
2626

2727
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
2828
{
29+
2930
NSApplication *thisApp = [NSApplication sharedApplication];
3031
[thisApp activateIgnoringOtherApps:YES];
3132
[self.window makeKeyAndOrderFront:thisApp];

SQLCipherManager/SQLCipherManager-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.4.2</string>
20+
<string>1.4.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.4.2</string>
24+
<string>1.4.3</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)