Skip to content

Commit

Permalink
RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
atg committed Aug 3, 2010
1 parent 72ec9ae commit 6901707
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ingredients-Info.plist
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0rc1</string>
<string>1.0rc2</string>
<key>CFBundleShortVersionString</key>
<string>1.0rc1</string>
<string>1.0rc2</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
Expand Down
26 changes: 26 additions & 0 deletions rc2 release notes.txt
@@ -0,0 +1,26 @@
Fixed a bug where full method prototype would fail to show up
Added support for x-ingredients://search/searchquery URLs
Now opens a new window when clicking the dock icon, if the main window has been closed
Now shows the whole superclass chain of a class
Added the [cmd][alt]4 shortcut to focus on the search field
Fixed a bug where Ingredients would crash on certain UIKit classes
Now shows class names associated with methods and properties in search results
Now shows 5x more search results
Fixed a bug where Ingredients could crash if a new window was opened while indexing
Now shows availability for classes
Methods are now visibly marked as deprecated in documentation


<ul>
<li>Fixed a bug where full method prototype would fail to show up</li>
<li>Added support for x-ingredients://search/searchquery URLs</li>
<li>Now opens a new window when clicking the dock icon, if the main window has been closed</li>
<li>Now shows the whole superclass chain of a class</li>
<li>Added the [cmd][alt]4 shortcut to focus on the search field</li>
<li>Fixed a bug where Ingredients would crash on certain UIKit classes</li>
<li>Now shows class names associated with methods and properties in search results</li>
<li>Now shows 5x more search results</li>
<li>Fixed a bug where Ingredients could crash if a new window was opened while indexing</li>
<li>Now shows availability for classes</li>
<li>Methods are now visibly marked as deprecated in documentation</li>
</ul>

0 comments on commit 6901707

Please sign in to comment.