Skip to content

Releases: dsafa/CSDeskBand

CSDeskBand v2.1.0+core

04 Oct 02:26
Compare
Choose a tag to compare

New

  • Add parameter ShowDeskBand to CSDeskBandRegistration attribute allowing you to automatically show the deskband after registration. Thanks @kotoneme
  • Update readme with better installation instructions and example. Thanks @KoalaBear84

CSDeskBand v2.0.1+wpf

04 Sep 02:13
Compare
Choose a tag to compare

Update Nuget dependency for CSDeskband to 2.0.1

CSDeskBand v2.0.1+win

04 Sep 02:13
Compare
Choose a tag to compare

Update Nuget dependency for CSDeskband to 2.0.1

CSDeskBand v2.0.1+core

04 Sep 02:07
Compare
Choose a tag to compare

Fix Deskband not updating right away after updating the options

CSDeskBand v2.0.0

18 Aug 05:57
Compare
Choose a tag to compare

CSDeskBand Version 2

This is the release of version 2 and it includes a lot of breaking changes.

Breaking Changes

  • Classes are now sealed
  • CSDeskBandWin and CSDeskBandWpf classes now explicity implement ICSDeskBand to remove clutter
  • Changed generated Resharper annotations to internal

Breaking changes for CSDeskBandOptions

  • Rename property MinVertical -> MinVerticalSize
  • Rename property MaxVertical -> MaxVerticalWidth; Also changes the data type from Size to an int because there is only one value
  • Rename property Vertical -> VerticalSize
  • Rename property MinHorizontal -> MinHorizontalSize
  • Rename property MaxHorizontal -> MaxHorizontalHeight; Also changes the data type from Size to an int because there is only one value
  • Rename property VariableHeight -> HeightCanChange
  • Rename property Increment -> HeightIncrement
  • Rename property Fixed -> IsFixed
  • Delete property Sunken because the option did nothing
  • Delete property Undeletable because the option did nothing
  • Delete property AlwaysShowGripper becuase the option did nothing
  • Delete property NoMargins because the option did nothing
  • Delete property TopRow because the option did nothing
  • Delete property AddToFront because the option did nothing
  • Delete property NewRow because the option did nothing

Breaking changes for CSDeskBandMenu and related

  • Move CSDeskBandMenu*.cs classes to CSDeskBand.ContextMenu namespace
  • Rename CSDeskBandMenu -> DeskBandMenu
  • Rename CSDeskBandMenuItem -> DeskBandMenuItem
  • Rename CSDeskBandMenuSeparator -> DeskBandMenuSeparator
  • Rename CSDeskBandMenuAction -> DeskBandMenuItem

Changes

  • Assemblies are now strong named
  • Project files have been moved into the src folder

Additions

  • Documentation has been updated and are now included with the nuget packages
  • Added missing documentation