Skip to content

Release v2.2.7#325

Merged
Power-Maverick merged 9 commits into
releasefrom
main
May 25, 2026
Merged

Release v2.2.7#325
Power-Maverick merged 9 commits into
releasefrom
main

Conversation

@Power-Maverick
Copy link
Copy Markdown
Owner

This pull request introduces a new plugin sync feature via pac plugin push, improves the organization and registration of tool commands, and updates documentation and contributor information. The main highlights are the addition of plugin management commands, a new tools command registration structure, and associated documentation updates.

Plugin Sync & Management:

  • Added new commands to link a .csproj file to an existing Dataverse plugin and push plugins to Dataverse using the Power Platform CLI (pac plugin push). These commands are registered in package.json, implemented in PluginHelper, and exposed via the context menu for .csproj files. [1] [2] [3] [4]

  • Updated the dvdt.linker.xml template to include a <Plugins> section for tracking linked plugins.

  • Added documentation in README.md describing how to use the new plugin push feature, including prerequisites and usage steps. [1] [2]

Tools Command Refactoring:

  • Refactored tool command registration: moved DRB, PRT, CMT, and PD launch commands from registerCommands.ts to a new registerToolsCommands.ts file, and routed tool launches through a new ToolsHelper abstraction. This improves maintainability and separation of concerns. [1] [2] [3] [4] [5] [6]

Release & Metadata Updates:

  • Bumped extension version to 2.2.7 in package.json and updated the changelog with new features and fixes. [1] [2]

  • Added the DVDT keyword to the extension's metadata for better discoverability.

Documentation & Contributor Recognition:

  • Added Mosh-K as a contributor in .all-contributorsrc and README.md. [1] [2]

  • Minor badge and section rearrangements in README.md for clarity.

Localization:

  • Added a new menu group label for plugin commands in package.nls.json.

Power-Maverick and others added 9 commits October 12, 2025 05:37
- Added SVG icon for generic tool and PNG icons for PRT and PD tools.
- Implemented `registerToolsCommands` function to register commands for opening the Dataverse REST Builder (DRB), launching PRT, CMT, and PD tools.
- Created `ToolsHelper` class to manage tool interactions, including opening the DRB and launching tools based on user selection.
- Included error handling for command execution failures.
@Power-Maverick Power-Maverick merged commit 8448a3a into release May 25, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants