From 34a3994e62986189c56a2fff80b1d2f834000312 Mon Sep 17 00:00:00 2001 From: batzen Date: Tue, 14 Jul 2015 19:39:05 +0200 Subject: [PATCH] Updating version to 3.4.2 --- Changelog.md | 34 ++++++++++++++++++++++------------ Shared/GlobalAssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2b65402cd..4e31053b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,18 @@ # Changelog for Fluent.Ribbon +## 3.4.2 + +- ### Bug fixes + - [#113](../../issues/113) "Ribbon starts with no active tab selected" + - [#122](../../issues/122) "The CanAddToQuickAccessToolBar="False" property not work correctly for "MenuItem"" + - [#135](../../issues/135) "Null pointer exception when trying to bring back QuickAccessItem" + - [#136](../../issues/136) "Add translation for TradChinese(Taiwan)" + - When backstage was open while items were added to quick access the items were not immediately visible after closing backstage + - Show above/below can't be added to quick access from now on + - Fixing warning that was caused by an not applied storyboard being removed + - Removed opacity animation from backstage in Office 2013 theme to align with Office 2013 + ## 3.4.1 -- ### Features - - No new features - ### Bug fixes - [#78](../../issues/78) "Minimized but visible ribbon lacks top border in theme 2013" @@ -84,20 +94,20 @@ ## 3.1.0 - ### Features - - Added DropDownButton.ClosePopupOnMouseDown property which defaults to false. If true, it will close the drop down popup automatically when a mouse down event occurs. - - [#3](../../issues/3) "Consider using GitLink to allow users to step through Fluent source code" + - Added DropDownButton.ClosePopupOnMouseDown property which defaults to false. If true, it will close the drop down popup automatically when a mouse down event occurs. + - [#3](../../issues/3) "Consider using GitLink to allow users to step through Fluent source code" - ### Misc - - Renaming InnerBackstageTabCotrolItem to InnerBackstageTabControlItem + - Renaming InnerBackstageTabCotrolItem to InnerBackstageTabControlItem - ### Bug fixes - - Fixed: [#11](../../issues/11) "ContextMenu and Popup has 10px space at bottom and right side" - - Fixed: [#13](../../issues/13) "Backstage does not open at application start anymore" - - Fixed: [#17](../../issues/17) "Problem with Mouse Capture on SplitButton" - - Fixed: [#18](../../issues/18) "Tabs are disabled when using datatemplate for viewmodel in window content" - - Fixed: [#19](../../issues/19) "Vertical Scrollbar will not hide in Fluent:Combobox" - - Fixed: 22521 "RibbonWindow is activated when focus is lost after Alt+Tab" - - Fixed: 22523 "Typo in Generic.xaml" + - Fixed: [#11](../../issues/11) "ContextMenu and Popup has 10px space at bottom and right side" + - Fixed: [#13](../../issues/13) "Backstage does not open at application start anymore" + - Fixed: [#17](../../issues/17) "Problem with Mouse Capture on SplitButton" + - Fixed: [#18](../../issues/18) "Tabs are disabled when using datatemplate for viewmodel in window content" + - Fixed: [#19](../../issues/19) "Vertical Scrollbar will not hide in Fluent:Combobox" + - Fixed: 22521 "RibbonWindow is activated when focus is lost after Alt+Tab" + - Fixed: 22523 "Typo in Generic.xaml" ## 3.0.3 - Fixed: 22519 "Normalize button closes application) Thanks to GeertvanHorrik for finding out that the version of Microsoft.Windows.Shell for .NET 4.0 that was used is buggy." diff --git a/Shared/GlobalAssemblyInfo.cs b/Shared/GlobalAssemblyInfo.cs index 44b8d6bf2..9a1c08edf 100644 --- a/Shared/GlobalAssemblyInfo.cs +++ b/Shared/GlobalAssemblyInfo.cs @@ -23,8 +23,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.4.1.0")] -[assembly: AssemblyFileVersion("3.4.1.0")] +[assembly: AssemblyVersion("3.4.2.0")] +[assembly: AssemblyFileVersion("3.4.2.0")] [assembly: AssemblyInformationalVersion("SRC")] [assembly: ComVisible(false)] diff --git a/appveyor.yml b/appveyor.yml index 03ae6acfa..b99683bb7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ # http://www.appveyor.com/docs/appveyor-yml -version: 3.4.1.{build} +version: 3.4.2.{build} configuration: Release # Install scripts. (runs after repo cloning)