Changelog
What's New in IntuneGet
Track the latest updates, features, and improvements. IntuneGet is actively maintained and regularly updated with new capabilities.
v0.6.2minor2026-02-16
Package Testing Pipeline & Dashboard UX Overhaul
- Package Testing Pipeline: every PSADT package now goes through a full install/uninstall test cycle on a Windows runner before being uploaded to Intune
- Real-time test progress with a 3-step sub-stepper UI (Structure Validation, Install, Uninstall) that updates live during the test phase
- Pre-installed app detection: automatically skips install/uninstall testing for apps already present on the runner to avoid conflicts and timeouts
- MSIX/AppX packages are gracefully skipped on Windows Server runners where they are not supported
- Structured error display for test failures with per-step results, exit codes, and duration breakdowns
- App Catalog, Updates, Inventory, Unmanaged Apps, and SCCM Migration pages completely redesigned with improved UX and interactions
- Cookie consent banner for privacy compliance with customizable preferences
- Handle updates for apps not originally deployed through IntuneGet
- Bulk Update improvements: bulk API for Update All, scoped rate limit cooldown, and progress dialog
- Parallel chunked uploads in GitHub Actions workflow (25MB x 4 concurrent) for faster deployment
- Over 7,000 app icons added via automated web icon extraction pipeline
- Contributor License Agreement (CLA) workflow for community contributions
- RealmJoin sponsor banner on the landing page hero section
v0.6.1patch2026-02-14
Bug Fixes & Upload History Management
- Auto-cleanup cron job for stuck deployment jobs (marks jobs stale after 30 minutes)
- MSP section now discoverable for all users with redirect to setup page
- Fixed team invite email mismatch using Microsoft Graph API email resolution
- Fixed duplicate entries on Discovered Apps page from Graph API pagination overlap
- Upload history management: Clear History button, individual job dismiss, and auto-cleanup of old jobs
v0.6.0minor2026-02-13
Update Only Assignments for Discovered Apps
- New 'Update Only' assignment intent: deploy updates exclusively to devices where the app is already installed, skip devices without it
- Automatic requirement rule generation using standard Windows detection (uninstall registry search for all apps, direct product code check for MSI)
- Full pipeline support: Update Only works across web UI, local packager, and GitHub Actions deployment paths
- Amber-styled UI with informational banners explaining Update Only behavior and mixed-intent warnings
- Expanded RequirementRule types matching the Microsoft Graph API win32LobAppRule format
- Documentation updates across five doc pages covering configuration, troubleshooting, and Intune evaluation logic
- Closes Issue #13: Patch My PC-style update-only assignment support for discovered and unmanaged apps
v0.5.8patch2026-02-13
Installer Filename Normalization for Workflow Packaging
- Normalize installer filenames in GitHub Actions packaging to prevent extensionless executable paths
- Append deterministic extensions for extensionless installer URLs based on installer type (for example Postman windows_64 -> windows_64.exe)
- Add workflow resolver self-validation cases for EXE, MSI, SourceForge download paths, and ZIP artifacts
- Align app-side install command and upload metadata filename resolution with shared helper and test coverage
- Fix Issue #8: postman.postman fails to install due to extensionless installer filename
v0.5.6patch2026-02-12
Intune Metadata and Workflow Payload Improvements
- Propagate package descriptions from Supabase catalog entries into GitHub Actions upload payloads
- Set Intune Win32 app description from provided package metadata with safe fallback for legacy installs
- Preserve existing displayVersion behavior in workflow app creation payloads
- Close issues for architecture and catalog description handling in GitHub Actions deployment path
v0.5.4patch2026-02-12
GitHub Actions Architecture Fix
- Preserve app architecture through GitHub Actions deployment payloads
- Map architecture to applicableArchitectures in GA workflow Intune app creation
- Propagate architecture consistently in workflow reference and executable workflow
- Close Issue #11: fix multi-architecture deploys using ARM packages
v0.5.2patch2026-02-12
Inventory Flow UX Improvement
- Add configurable cart auto-open preference in cart state with persisted user setting
- Add Settings toggle to control whether the cart opens when adding a single app
- Respect preference across all addItem paths while keeping addItemSilent behavior unchanged
- Keep migration flow explicit by preserving existing openCart call after bulk add
- Close Issue #31: inventory multi-select claim flow no longer forces cart to open
v0.5.0minor2026-02-01
Unmanaged Apps, MSP Solution & Major Dashboard Overhaul
- Unmanaged Apps Detection: discover apps on managed devices, match against Winget, claim individually or in bulk
- MSP Solution: multi-tenant batch deployments, team management (Owner/Admin/Operator/Viewer roles), cross-tenant reporting
- MSP Webhooks with HMAC signing, event type selection, delivery logs, and retry logic
- MSP Audit Logs with IP/user agent tracking and filtering
- MSP Reports dashboard with cross-tenant trends, success rates, and CSV/JSON/PDF export
- Dashboard converted to light theme with refreshed visual design
- Collapsible sidebar with Zustand state persistence
- Settings page overhaul: 5 tabs (General, Permissions, Notifications, Export, Data)
- Notification settings: email frequency control (real-time, digest, critical-only)
- Webhook integration for Slack, Microsoft Teams, Discord, and custom endpoints
- Sign-in page redesign with improved authentication flow
- Comprehensive PSADT v4 UI elements support for deployment scripts
- Icon extraction pipeline improvements using native Win32 API (msi.dll P/Invoke)
- Download timeouts to prevent pipeline stalls
- winget-pkgs-index v2 upgrade for faster package lookups
- New API permission: DeviceManagementManagedDevices.Read.All for discovered apps
- Inventory page enhancements: grid/list view toggle, stat cards, improved filtering
- License changed from MIT to AGPL-3.0
- New dependencies: zustand, resend, recharts, and others
v0.4.0minor2026-01-15
AI-Powered App Discovery & Bulk Operations
- AI-powered app search and discovery from 10,000+ Winget packages
- Bulk deployment support for multiple apps at once
- Improved Entra ID authentication flow
- Enhanced error handling and progress tracking
- Added troubleshooting documentation
v0.3.0minor2025-12-01
Self-Hosting & Docker Support
- Docker support for self-hosting on your own infrastructure
- Comprehensive documentation for Azure setup and GitHub integration
- Improved application packaging pipeline
- Added support for custom deployment configurations
v0.2.0minor2025-10-15
Winget Integration & Auto-Packaging
- Full Winget repository integration with 10,000+ apps
- Automatic IntuneWin packaging without manual scripting
- Microsoft Entra ID authentication
- Real-time deployment progress tracking
v0.1.0major2025-08-01
Initial Release
- Initial release of IntuneGet
- Basic Winget app search and deployment to Intune
- Web-based dashboard interface
- Fully open source
View the full commit history on GitHub