Skip to content

Releases: NicolasPrats/DvBrowser

V1.2.0.2

20 Nov 13:36
Compare
Choose a tag to compare
  • Fixed a regression on merged pipelines (preimages were actually containing post images)

V1.2.0.1

17 Nov 19:36
8948cf6
Compare
Choose a tag to compare
  • Fixed a bug:PreImages were not available for plugins registered in PostOperations
  • Fixed a bug:UpdateMultiple pipelines were merged with Upsert pipelines instead of Update pipelines

V1.2.0.0

14 Nov 12:04
e5b27ed
Compare
Choose a tag to compare
  • Added support of batch requests, including changesets
  • Some requests are now ignored instead of being incorrectly translated (GET with $expand and without $select)

V1.1.2.0

10 Nov 08:10
Compare
Choose a tag to compare

In PostOperation of a Create or CreateMultiple, attributes are now retrieved from server

Added AssemblyAuthenticationContext and EnvironmentService in the plugin context

V1.1.1.0

13 Oct 06:53
c815766
Compare
Choose a tag to compare

V1.1.0.2

21 Sep 18:53
Compare
Choose a tag to compare

Updated to latest version of CefSharp (116.0.230). This fixes a security issue (heap buffer overflow in WebP).

V1.1.0.1

17 Jun 14:22
0d61465
Compare
Choose a tag to compare
  • Fixed version mismatch causing a loop in autoupdate
  • Autoupdate is not triggered anymore while debugging the dataverse browser itself
  • Support of activity party of type owner

V1.1.0.0: Features/v1.1 (#41)

14 Jun 06:41
382a854
Compare
Choose a tag to compare

New Features:

  • The Dataverse Rest Builder is now always available, even if not installed in the target environment. (Thank you, Guido Preite)
  • Added a new option to automatically break the debugger: When this feature is active and a debugger is enabled, the debugger will pause just before the execution of the plugin. The developer must use the debugger's "step into" function to continue and see the plugin'code.
  • Added support of Entity bound custom api
  • Added support of EntityCollection bound custom api
  • Added support of WebApi requests with Alternate Keys

UI Improvments:

  • Icons have been added to the Environment Selection. If a theme with a PNG icon is available in the environment, that icon will be displayed. Otherwise, a generic Dataverse icon will be shown.
  • Added address bar
  • Added tabs

V1.0.4.0

12 Jun 06:49
Compare
Choose a tag to compare
V1.0.4.0 Pre-release
Pre-release
  • Added autobreak feature: when feature is active and a debugger is enabled, the debugger will break just before the execution of the plugin. Developper must "step into" with the debugger to continue.
  • Added Icons on the Environment Selection. If there is a theme with a PNG icon on the environment, this icon is displayed. If not a generic dataverse icon is displayed.
  • Added support of Entity bound custom api
  • Added support of EntityCollection bound
  • Added support of WebApi requests with Alternate Keys

V1.0.3.0

04 Jun 14:45
Compare
Choose a tag to compare
  • Support of Unbound Custom API / Unbound Actions
  • Added F5 (Refresh) and F12 (Open DevTools) key handling in the browser
  • Improved management of entity records without an explicitly set ID property