From 69017078518598b75c9707b395fa2fbb8dd5be5f Mon Sep 17 00:00:00 2001 From: Alex Gordon Date: Tue, 3 Aug 2010 02:44:50 +0100 Subject: [PATCH] RC2 --- Ingredients-Info.plist | 4 ++-- rc2 release notes.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 rc2 release notes.txt diff --git a/Ingredients-Info.plist b/Ingredients-Info.plist index c907317..36ba4bd 100644 --- a/Ingredients-Info.plist +++ b/Ingredients-Info.plist @@ -19,9 +19,9 @@ CFBundleSignature ???? CFBundleVersion - 1.0rc1 + 1.0rc2 CFBundleShortVersionString - 1.0rc1 + 1.0rc2 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile diff --git a/rc2 release notes.txt b/rc2 release notes.txt new file mode 100644 index 0000000..4f26401 --- /dev/null +++ b/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 + + + \ No newline at end of file