Skip to content

Commit 8c5dbcc

Browse files
committed
Ship 1.3
1 parent 636ee3e commit 8c5dbcc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

FuzzyAutocomplete/FuzzyAutocomplete-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>BNDL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2</string>
20+
<string>1.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.2</string>
24+
<string>1.3</string>
2525
<key>DVTPlugInCompatibilityUUIDs</key>
2626
<array>
2727
<string>37B30044-3B14-46BA-ABAA-F01000C27B63</string>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Like nifty tools like this plugin? Check out [Shortcat](https://shortcatapp.com/
3232

3333
## Changelog
3434

35+
#### 1.3 - 2013/10/23
36+
37+
* Now factors in Xcode's learning priority system (#2)
38+
* `Tab` now accepts selected completion as it doesn't make sense to insert prefix with fuzzy matching
39+
3540
#### 1.2 - 2013/10/22
3641

3742
* Fixes missing file entries when autocompleting paths (#1)

0 commit comments

Comments
 (0)