You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Enhanced Typings (v2.2.3)**: Entity typings now include detailed attribute metadata, providing information about attribute types and relationships for improved development experience.
62
-
-**Improved Authentication (v2.2.4)**: Login flow enhanced with Dataverse Dev Client Id for more reliable authentication with MFA-enabled environments.
63
-
-**Modern Themed UI (v2.2.5)**: All webviews now feature improved theming support with native CSS, ensuring better consistency with VS Code themes (light/dark modes).
64
-
-**Stability Improvements (v2.2.2-v2.2.5)**:
65
-
- Fixed XML attribute version bug ([#200](https://github.com/Power-Maverick/DataverseDevTools-VSCode/issues/200))
66
-
- Updated dependencies: TypeScript (5.7.2), ESLint (9.16.0), @azure/msal-node (2.16.2), and more
67
-
- Various performance and security enhancements
68
-
69
-
### Breaking Changes
70
-
71
-
-**Keyboard bindings removed (v2.2.5)**: Custom keyboard shortcuts have been removed to prevent conflicts with other extensions and VS Code defaults. You can now configure your own shortcuts via VS Code's Keyboard Shortcuts settings.
72
-
73
-
> Do check-out the [planned features](#-planned-features) list. We need your help to complete these planned features.
61
+
-**Improved Comparison of files between local and server**: The tool now correctly shows file from server on the left-side and compares with the local file on the right-side. This is equivalent to GitHub compare where the incoming files are shown on the left and local changes are shown on the right.
62
+
-**Automatic Token Expiration Monitoring**: Implemented automatic token expiration monitoring with user notifications as well as visual indication on the Connection. Any connection that has a token expired will now been shown in "amber" colored Dataverse icon.
63
+
-**Stability Improvements**:
64
+
- Fixed web resource upload issue when connection was timed out ([#283](https://github.com/Power-Maverick/DataverseDevTools-VSCode/issues/283))
65
+
- Various performance and security enhancements
74
66
75
67
**Table of contents**
76
68
77
-
-[🆕 Recent Updates](#-recent-updates-v225)
78
-
-[⚙ Features](#-features)
79
-
-[Connect to your Dataverse environment](#connect-to-your-dataverse-environment)
80
-
-[Remembers the connected environment per workspace](#remembers-the-connected-environment-per-workspace)
81
-
-[See connection and entity details (with copy feature)](#see-connection-and-entity-details-with-copy-feature)
Below procecss shows how you can create a TypeScript project for Dataverse with one of the available options and also how you can add a TypeScript file that loads the code-snippet.
144
137
@@ -254,13 +247,13 @@ This list showcases the features that are build and ready but not fully tested t
254
247
255
248
There are different ways in which you can contribute to this open-source project. One of the way is to be part of alpha-testing. In order to perform alpha-testing follow the below steps:
256
249
257
-
- Fork this project and clone it on your local machine
258
-
- Identify the changes in alpha-test mode (list is mentioned below)
259
-
- Open the project in VS Code
260
-
- Navigate to `Run and Debug` from **Activity Bar**
261
-
- Make sure `Run Extension` is selected; click on ▶️ icon.
262
-
- This will open another VS Code instance, this instance will have _Extention Development Host_ on it's title
263
-
- You are ready to perform your tests
250
+
-Fork this project and clone it on your local machine
251
+
-Identify the changes in alpha-test mode (list is mentioned below)
252
+
-Open the project in VS Code
253
+
-Navigate to `Run and Debug` from **Activity Bar**
254
+
-Make sure `Run Extension` is selected; click on ▶️ icon.
255
+
-This will open another VS Code instance, this instance will have _Extention Development Host_ on it's title
256
+
-You are ready to perform your tests
264
257
265
258
#### ⌚ Features available for alpha-test
266
259
@@ -270,21 +263,21 @@ There are different ways in which you can contribute to this open-source project
270
263
271
264
## 💭 Planned Features
272
265
273
-
-[ ] Integrate with [Dataverse-ify](https://github.com/scottdurow/dataverse-ify/).
274
-
-[ ] Initiate plugin project.
266
+
-[ ] Integrate with [Dataverse-ify](https://github.com/scottdurow/dataverse-ify/).
267
+
-[ ] Initiate plugin project.
275
268
276
269
## ✨ Contributing
277
270
278
271
We encourage you to pitch in, join the team and showcase your name on this repo. If you are unsure how you can contribute, please reach out to [Power Maverick](https://twitter.com/DanzMaverick).
279
272
280
273
**Different ways to contribute**:
281
274
282
-
- Improve the code or fix a bug by creating a Pull Request.
283
-
- Get involved in Alpha & Beta tests.
284
-
- Provide suggestions, feedback or feature request on GitHub.
285
-
- Report issues & bugs on GitHub.
286
-
- Answer any open questions on the [Discussion Board](https://github.com/Power-Maverick/DataverseDevTools-VSCode/discussions).
287
-
- Join [Power Platform LevelUP](https://discord.gg/MwdEqfeZXD) community on Discord to answer any of the questions that may rise w.r.t. this tool.
275
+
-Improve the code or fix a bug by creating a Pull Request.
276
+
-Get involved in Alpha & Beta tests.
277
+
-Provide suggestions, feedback or feature request on GitHub.
278
+
-Report issues & bugs on GitHub.
279
+
-Answer any open questions on the [Discussion Board](https://github.com/Power-Maverick/DataverseDevTools-VSCode/discussions).
280
+
-Join [Power Platform LevelUP](https://discord.gg/MwdEqfeZXD) community on Discord to answer any of the questions that may rise w.r.t. this tool.
288
281
289
282
Before creating the pull request for contributing, please read the [Contributing Guidelines](CONTRIBUTING.md).
0 commit comments