|
| 1 | +## Version 0.2 - TBD |
| 2 | + |
| 3 | +- **Improved Bulk Offboarding**: Removed individual device confirmation dialogs when offboarding multiple devices (Issue #28) |
| 4 | +- **Offboarding Summary**: Added a comprehensive summary dialog that shows results for all devices after bulk offboarding |
| 5 | +- **Enhanced Logging**: Added detailed logging for all offboarding operations to help troubleshoot issues |
| 6 | +- **Better Error Handling**: Errors are now collected and displayed in the summary instead of interrupting the process |
| 7 | +- **Fixed Playbook Downloads**: All 5 playbooks now download and execute correctly (Issue #26) |
| 8 | +- **Enabled Additional Playbooks**: Enabled Intune Not in Autopilot, Corporate Devices, Personal Devices, and Stale Device Report playbooks |
| 9 | +- **Selective Service Offboarding**: Added checkboxes to select/deselect specific services (Entra ID, Intune, Autopilot) during offboarding (Issue #25) |
| 10 | +- **Service Selection Validation**: Added validation to ensure at least one service is selected before offboarding |
| 11 | +- **Fixed BitLocker Permission Documentation**: Added missing BitlockerKey.Read.All permission to prerequisites (Issue #24) |
| 12 | +- **Improved BitLocker Error Handling**: Added specific error messages when BitLocker permissions are missing |
| 13 | +- **Fixed Entra ID Permission**: Updated Device.Read.All to Device.ReadWrite.All to enable device deletion from Entra ID (Issue #23) |
| 14 | +- **Export to CSV Feature**: Added export functionality for device lists (Issue #20) |
| 15 | + - Export search results to CSV |
| 16 | + - Export playbook results to CSV |
| 17 | + - Includes all device details in a clean format |
| 18 | +- **Clickable Dashboard Cards**: Made all dashboard cards interactive with export functionality |
| 19 | + - Click on any stale device card (30/90/180 days) to view and export the device list |
| 20 | + - Click on personal or corporate device cards to view and export those lists |
| 21 | + - Click on Intune, Autopilot, or Entra ID total device cards to view all devices from that service |
| 22 | + - Each card shows a modal with the device details and export button |
| 23 | + |
1 | 24 | ## Version 0.1.1 - 1/18/2025 |
2 | 25 |
|
3 | | -- Improved Performance: Intune data is being retrieved concurrently through threaded API calls for enhanced performance. |
4 | | -- Check for available Update: Implemented a Version Checker to notify you of available updates. |
5 | | -- Select “All” Devices: Added a new checkbox to select all devices from the search results. |
| 26 | +- **Improved Performance**: Intune data is being retrieved concurrently through threaded API calls for enhanced performance. |
| 27 | +- **Check for available Update**: Implemented a Version Checker to notify you of available updates. |
| 28 | +- **Select “All” Devices**: Added a new checkbox to select all devices from the search results. |
6 | 29 |
|
7 | 30 | ## Version 0.1 - 1/11/2025 |
8 | 31 |
|
|
0 commit comments