Skip to content

Commit

Permalink
Updating version to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Jul 14, 2015
1 parent 44ed894 commit 34a3994
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
34 changes: 22 additions & 12 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions Shared/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 34a3994

Please sign in to comment.