Skip to content

Releases: MscrmTools/XrmToolBox

XrmToolBox 1.2018.10.29

24 Oct 18:41
Compare
Choose a tag to compare

XrmToolBox 1.2018.7.28

31 Jul 16:09
Compare
Choose a tag to compare

XrmToolBox 1.2018.7.27

24 Jul 14:15
Compare
Choose a tag to compare

XrmToolBox 1.2018.7.26

14 Jul 12:41
Compare
Choose a tag to compare

XrmToolBox 1.2018.6.25

15 Jun 13:23
Compare
Choose a tag to compare

Fix for v1.2018.6.24
See release notes

XrmToolBox 1.2018.6.24

13 Jun 12:29
Compare
Choose a tag to compare

Minor fix of version 1.2018.6.23

See changes on Release Notes

XrmToolBox 1.2018.6.23

13 Jun 10:08
Compare
Choose a tag to compare

XrmToolBox 1.2018.4.22

23 Apr 11:18
Compare
Choose a tag to compare

This release is a maintenance release that improves features added in previous version

What's new for users
screenshot

Improvements
Allow to maximize floating plugin Windows
Creating a shortcut now takes /overridepath switch into account
Navigating back to an integrated plugin shows the source plugin window
Allow to switch between opened plugins by using Ctrl+Tab
Allow to remove an item from the Most Recently Used plugins (use right click on MRU list items)

Bug fixes
Plugins store plugins list can now be sorted correctly by numbers
Legacy Plugins Store option is persisted correctly when leaving Plugins Store
Fixed Most Recently Used plugins order
Opening Most Recently Used plugin with a connection without password stored now asks for the password

Known issues
XrmToolBox Auto Updater does not find executable to launch after having installed the update. Please run XrmToolBox as usual after the update

What's new for developers
Improvements
N/A

What's new for administators
Improvements
N/A

XrmToolBox 1.2018.3.21

20 Mar 11:49
Compare
Choose a tag to compare

This release is a major release that improves the UI of XrmToolBox. It now uses DockPanelSuite that will allow you to display plugins the way you want

What's new for users
XTB image
Use of DockPanelSuite to let you choose how to display your opened plugins
Choose your DockPanelSuite theme between classic, light, blue or dark
Added a Start page that shows you recently used plugins and quick actions to use XrmToolBox and interact with XrmToolBox team
Plugins list has been redesigned slightly to fit with DockPanelSuite
Improved Plugins Store when installing plugins (shows progress bar, handled exceptions better)
Added a dialog that shows invalid plugins that makes XrmToolBox crashes so that you can uninstall faulting plugins

What's new for developers
You can now use DockPanelSuite for your plugins if needed, without shipping the corresponding assemblies.
Added property PluginIcon in PluginControlBase to let you show your plugin icon in DockPanelSuite window list.
Added possibility for Plugins Store to ask user for licence acceptance before installing your plugin. Just configure your Nuget package to ask for licence acceptance to enable this feature
Added new interface INoConnectionRequired to enable opening plugin without asking for a connection first

What's new for administrators
You can add a registry key that will block XrmToolBox to run
You can filter what plugins are allowed to be opened in XrmToolBox by adding a registry key

XrmToolBox v1.2018.1.20

09 Jan 13:25
Compare
Choose a tag to compare

This release is a maintenance release that provides some new features and bug fixes

What's new for users
XTB image
A new button allows to navigate to the connected organization
About menus have been redesigned to be more usable. They also display XrmToolBox icon and plugin icon when specified by the developer
In settings, the parameter to sort plugins uses a drop down list to be more efficient
BUG FIXES :
Context menu for plugins works now as expected
XrmToolBox does not crash anymore when loading Plugins Store updates during startup and no network is available
Plugins Store does not crash anymore if a plugin does not have its project url defined
Plugins Store remember setting to use new or legacy store

What's new for developers
A new plugin base class is available to create plugins that require a source connected organization and one or multiple target organization (MultipleConnectionsPluginControlBase, see documentation)