From f41cd03039501442d29b415d08c4cf8968386b8b Mon Sep 17 00:00:00 2001 From: iosdeveloper Date: Sat, 14 May 2016 13:35:34 +0200 Subject: [PATCH] version bump --- App/BitBar/BitBar-Info.plist | 4 ++-- App/BitBar/CHANGELOG.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/App/BitBar/BitBar-Info.plist b/App/BitBar/BitBar-Info.plist index 593e0a99d..3d63a1a59 100644 --- a/App/BitBar/BitBar-Info.plist +++ b/App/BitBar/BitBar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2-beta3 + 2-beta4 CFBundleSignature ???? CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 2.0.0-beta3 + 2.0.0-beta4 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/App/BitBar/CHANGELOG.md b/App/BitBar/CHANGELOG.md index d53147d8b..9d76e0f7c 100644 --- a/App/BitBar/CHANGELOG.md +++ b/App/BitBar/CHANGELOG.md @@ -1,9 +1,11 @@ # BitBar Changes -## v2 beta 3 +## v2 beta 4 * Added [streaming through stdout](Docs/LongRunningPlugins.md#streaming-through-stdout) * Added [drop to plugin](README.md#metadata) (OS X 10.10 and later) +* Added support for multi-line titles thanks to @ganeshv - #324 +* Added [checkmark parameter](README.md#plugin-api) * Save plugin screenshots via the [URL scheme](Docs/URLScheme.md#screenshot) * Added [demo mode](README.md#metadata) * For one click status bar action, the menu shows when pressing the alt key