diff --git a/App/BitBar/BitBar-Info.plist b/App/BitBar/BitBar-Info.plist index d6fddc472..c578c1e94 100644 --- a/App/BitBar/BitBar-Info.plist +++ b/App/BitBar/BitBar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2-beta9 + 2-beta10 CFBundleSignature ???? CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 2.0.0-beta9 + 2.0.0-beta10 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/App/BitBar/CHANGELOG.md b/App/BitBar/CHANGELOG.md index b9c9e00eb..328b63d5e 100644 --- a/App/BitBar/CHANGELOG.md +++ b/App/BitBar/CHANGELOG.md @@ -1,6 +1,6 @@ # BitBar Changes -## v2 beta 9 +## v2 beta 10 * Added [streaming through stdout](Docs/LongRunningPlugins.md#streaming-through-stdout) * Added [drop to plugin](README.md#metadata) (OS X 10.10 and later) @@ -12,6 +12,7 @@ * 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 +* Fixed a crash when the font name has wrong capitalization * Fixed a crash when setting `root=true` * Grayed out status item during refresh (less distracting)