Help
About this application, release notes, and support information
About GetCurrent


GetCurrentkeeps you ahead of the curve by aggregating all Microsoft 365 updates into one clear, structured overview. From Message Center posts and Roadmap items to What's New articles β everything you need to manage change in your Microsoft 365 environment, in one place.
Stay informed, reduce surprises, and take action on what matters most for your organization.
Official Microsoft 365 admin notifications with change tracking and history.
Upcoming features from the Microsoft 365 and Windows Business Roadmap.
Latest feature announcements from Defender, Intune, Entra, and Windows 365.
Security & Compliance
GetCurrent Plans
Key Features
- Automated Syncing Daily updates from all Microsoft sources
- Change Tracking Versioned updates with full change history
- Multi-Tenant Connect your M365 tenant for filtered updates
- Search & Filter By service, date, status, or full-text
- Notifications Teams and email alerts for relevant changes
- MCP Integration Connect AI assistants to live GetCurrent data
- Calendar & Timeline Track roadmap dates and action deadlines
- Deep Links Share direct links to specific updates
MCP Server β AI Integration
GetCurrent exposes a Model Context Protocol (MCP) server at /api/mcp. AI assistants such as GitHub Copilot, Claude, and any MCP-compatible client can query live M365 data directly from GetCurrent β no copy-paste needed.
For Claude Desktop and similar stdio-only clients, use a personal bearer token generated in Settings β Tenant β MCP access tokens.
Available tools
- get_connection_status Check if MCP is using your own tenant or reference data, and get a direct remediation action when tenant mapping/auth is not healthy.
- get_message_center Query Message Center notifications β filter by service, time range, or search term. Authenticated users receive their own tenant's data; unauthenticated users receive reference data.
- get_roadmap Query the M365 Roadmap β filter by service, upcoming days, or search term.
- search_whats_new Search What's New items across Defender, Intune, Entra, and Windows 365.
What you can ask after connecting
Once GetCurrent MCP is connected, your assistant can retrieve Message Center tenant data plus Roadmap and What's New reference data:
- Message Center Examples: βShow the last 10 items for Exchangeβ, βAre there any items that require action?β, βShow only major changesβ, βWhat's open for Teams in the next 30 days?β
- M365 Roadmap Examples: βWhat's coming for Intune in the next 60 days?β, βShow Defender roadmap items rolling out soonβ, βSearch for Copilot features on the roadmapβ.
- What's New Examples: βWhat's new in Defender?β, βShow recent updates for Entraβ, βWhat's new in Windows 365 or Intune?β
You can also combine filters like service, time period, search term, and urgency in one request.
Connect your AI assistant
Add the following to your MCP client configuration (e.g. .github/mcp.json for GitHub Copilot, or claude_desktop_config.json for Claude Desktop). Set GETCURRENT_MCP_AUTH to the token you copied from GetCurrent:
{
"mcpServers": {
"getcurrent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://updates.getcurrent.cloud/api/mcp",
"--header",
"Authorization: Bearer ${GETCURRENT_MCP_AUTH}"
],
"env": {
"GETCURRENT_MCP_AUTH": "gct_your_token_here"
}
}
}
}Windows tip: use plain ASCII --header (two hyphens). If your MCP client logs 'C:\Program' is not recognized, set command to npx.cmd.
Claude Desktop steps
- Sign in to GetCurrent and open Settings β Tenant β MCP access tokens.
- Generate a token, copy it once, and save it securely.
- Paste the
mcpServers.getcurrentblock shown above into Claude Desktop. - Save the file and restart Claude Desktop.
- Open a new chat and call
get_connection_statusfirst to confirm tenant context, then useget_message_center,search_whats_new, orget_roadmap.
Troubleshooting (auth/token)
- 401 Unauthorized Set
GETCURRENT_MCP_AUTHto your raw token (for examplegct_..., withoutBearer) and confirm the token has not expired or been revoked. - Header format Use
Authorization: Bearer ${GETCURRENT_MCP_AUTH}exactly (includingBearer). - Wrong tenant data Generate a new token after reconnecting your tenant in Settings β Tenant so the bearer token matches the current onboarded tenant.
- Config not detected Validate JSON syntax, keep the env var on one line, use plain ASCII
--header, and restart Claude Desktop after saving the config file.
Auth: The MCP server accepts a personal bearer token generated in GetCurrent for tenant-scoped access. Administrators can restore anonymous reference-data access by setting MCP_REQUIRE_AUTH=false.
β FAQ
Do I need to sign in?
No for reference data. Yes if you want your own tenant, bookmarks, notifications, audit logs, or MCP tenant-scoped access.
What does the Community edition include?
Community gives access to shared reference data. Paid plans add your own tenant data, personalisation, alerts, and richer admin features.
Why can't I see Change History?
Change History is a paid-plan feature. Community users can browse reference updates, but detailed history requires a premium plan.
Why does my tenant still show reference data?
Your tenant may not be fully onboarded yet. Reconnect the tenant in Settings or check whether admin consent has been granted successfully.
Can I disconnect my tenant later?
Yes. Tenant lifecycle and offboarding are supported through Settings and admin controls. MCP tokens should be regenerated after reconnecting a tenant.
Does GetCurrent store passwords?
No. Authentication is handled by Microsoft Entra ID. GetCurrent stores no local passwords.
π οΈ Troubleshooting
- If sign-in succeeds but tenant features do not appear, refresh the session and verify tenant onboarding in Settings β Tenant.
- If notifications do not arrive, verify the Teams/email configuration and check whether the rule is active.
- If a Webhook URL is rejected, confirm it is a valid Microsoft Teams, Power Automate, or Logic Apps HTTPS endpoint.
- If MCP returns reference data unexpectedly, run
get_connection_statusfirst and reconnect the tenant if needed. - If Outlook does not refresh the calendar feed, generate a new token-authenticated URL and resubscribe.
Support
GetCurrent is built and maintained by SecMinds. For questions, tenant onboarding help, operational issues, or feature requests, get in touch via our contact page.
π When to contact us
- Tenant onboarding or reconnection does not complete successfully
- MCP authentication or tenant mapping remains incorrect after token regeneration
- You need plan guidance, proof-of-value, or rollout support
- You found a bug, security issue, or unexpected data behaviour
- Windows Roadmap scraper restored β Microsoft changed their Adobe Target routing and DNS, causing the old browser-based scraper to return zero items. The app now calls the live Adobe Target delivery API directly, restoring roadmap data collection without the brittle Playwright/Chromium workaround.
- Scraper dependency cleanup β the outdated browser-based Windows Roadmap scraper setup was removed from the Azure deployment pipeline and the roadmap-specific npm/package configuration, since the direct Adobe Target fetch no longer requires a Chromium runtime.
v0.937August 4, 2026
- Admin sorting controls β Admin β User Management and Admin β Tenants & Plans now support click-to-sort column headers with ascending/descending toggles, making it easier to review tenants, plans, statuses, and recent activity.
- Calendar page translated to English β all Dutch UI strings (Timeline, ICS subscription section, Outlook steps, legend labels) have been replaced with English equivalents.
- Help page improvements β Security & Compliance and GetCurrent Plans badge rows now appear as visual pill tags; FAQ items are collapsible accordions with the question always visible.
v0.936July 31, 2026
- Help page reorganized into tabs under About GetCurrent β General, MCP, FAQ, Support, and Release Notes.
- Security page expanded to reflect the full current web app β including MCP security, logging, privacy, request hardening, and tenant lifecycle details.
- Settings β Tenant token management reorganized β separate MCP and Access token creation sections now appear above the Active and Revoked token inventory.
- Teams Webhook setup guide β a collapsible step-by-step walkthrough for creating an Incoming Webhook in Microsoft Teams (or Power Automate) is now built into the notification form, with a direct link to Microsoft documentation.
- Teams Webhook URL validation β the Webhook URL field now validates the URL as you type, confirming when it matches a Teams/Power Automate/Logic Apps pattern and warning when it does not, before you even submit the form.
- Horizontal Timeline on Calendar β the Follow-up Timeline is now a scrollable horizontal milestone timeline showing all events (Roadmap GA, Roadmap Preview, and Message Center deadlines) as colour-coded dots on a single line. "Vandaag / Nu" is the central reference point: historic events are on the left, upcoming events on the right.
- iCalendar fix β the ICS calendar feed now supports token-authenticated URLs so Outlook can refresh the feed automatically. Generate your personal calendar URL on the Calendar page and subscribe in New Outlook via Calendar β Add Calendar β Subscribe from Web β paste URL β name β Import.
- Audit Logs default to last 30 days β the Audit Logs page now opens with the last 30 days pre-filled, and a "βΊ Last 30 Days" button resets the filter to the default range at any time.
- Improved Intune Settings detection β Android/iOS-focused updates now receive a scoring penalty against Edge-desktop catalog entries, reducing false-positive Edge policy suggestions for Android Enterprise policies. A new classification model identifies Primary Platform and Primary Product for each update.
v0.935July 21, 2026
- MCP setup docs (Claude Desktop / Windows) corrected - the Authorization header now explicitly includes the required Bearer prefix, troubleshooting calls out plain ASCII --header usage, and Windows users can switch command from npx to npx.cmd when command resolution fails on paths with spaces.
- MCP usage docs expanded β the Help page now shows practical prompt examples for Message Center, M365 Roadmap, and Whatβs New, plus guidance on combining filters (service, time period, urgency, search term).
- Intune settings linking now resolves live against the current intunesettings.app catalog, so historical updates can pick up newly published policy matches without GetCurrent storing the external catalog in its own database.
- Admin tenant lifecycle controls β tenant status is now managed explicitly (active, disabled, deleted) with lifecycle actions and history available in the Admin Tenants panel.
- Operational notifications center β new event-type catalog, per-tenant preferences, delivery history, and resend support for operational events.
- Intune Settings Catalog linking β update details now include related Intune policy links from live intunesettings.app lookups, and the Admin Intune tab shows the live catalog source instead of a locally published link list.
- Sync safety improvements β manual and scheduled tenant sync now respect lifecycle status so disabled/deleted tenants are not synced.
- Tenant lifecycle reliability β disabling/enabling tenants in Admin β Tenants now consistently updates lifecycle state without SQL parameter-type errors, so sync blocking can be toggled reliably.
- MCP bearer tokens β you can now generate personal tenant-scoped MCP tokens in Settings β Tenant and use them in Claude Desktop or other MCP clients via an Authorization header, so no OAuth client app is needed in the client.
- MCP token management β token creation, listing, copying and revocation now live in the Settings page, with hashed storage at rest and audit logging for issuance/revocation events.
- MCP token list cleanup β Tenant settings now shows active MCP tokens by default, with a separate revoked section where admins can permanently delete revoked tokens.
- MCP auth flow updated β the help docs and release notes now describe the bearer-token setup instead of the earlier OAuth-redirect path for Claude Desktop.
- Settings β Tenant now also shows MCP access token management for internal SecMinds users, so they can generate, copy, and revoke bearer tokens directly from the UI.
v0.934July 13, 2026
- MCP OAuth enforcement β the MCP server now requires sign-in by default. Anonymous calls receive a 401 with a WWW-Authenticate challenge so MCP clients (such as mcp-remote) automatically trigger Microsoft sign-in. OAuth discovery metadata is published at /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server. Administrators can restore anonymous reference-data access by setting MCP_REQUIRE_AUTH=false.
v0.933July 6, 2026
- MCP tenant context improvements β `get_message_center`, `search_whats_new`, and `get_roadmap` now include explicit tenant/source context in tool output (`tenantId`, `tenantName`, `dataSource`, `isReferenceData`) so reference data is never indistinguishable from tenant data.
- MCP filtering expanded β multi-service filtering now accepts arrays and comma-separated values; `search_whats_new` now supports impact/action-oriented filters plus a reliable `timeRange` implementation; `get_message_center` adds open/action-required and due-date filtering for actionable lists.
- Settings Connector UX β connected tenants now have an explicit Reconnect action to rebuild tenant authentication context via admin consent.
- MCP connection diagnostics β new `get_connection_status` tool shows authentication state, active tenant context, datasource (tenant/reference), and recommended next action.
- MCP links improved β tool output now includes structured link fields (`adminUrl`, `getCurrentUrl`, `sourceUrl`) and related Intune Settings Catalog policy links when available.
- Claude Desktop setup docs corrected β updated config uses `mcp-remote` and includes troubleshooting guidance for auth/reconnect scenarios.
v0.932June 1, 2026
- MCP server β GetCurrent is now available as a Model Context Protocol (MCP) server at /api/mcp. AI assistants such as GitHub Copilot and Claude can query M365 What's New, Roadmap, and Message Center data directly. Authenticated users (work/school accounts) receive their own tenant's Message Center; unauthenticated users receive the reference tenant. Client config: { "type": "http", "url": "https://updates.getcurrent.cloud/api/mcp" }
v0.931May 27, 2026
- Calendar view (/calendar) β new page showing a monthly calendar of upcoming dates: Roadmap GA dates (green), Roadmap Preview dates (purple), and Message Center "Action Required By" deadlines (orange). Premium users see their own tenant's deadlines; community users see reference sample data with an upgrade notice. Navigate between months and click events to open their detail page.
- Premium: Audit logging β compliance tracking for premium tenants. Key actions (bookmarks, notification rules, email digests, and account deletion) are now recorded in an audit log. Access your organisation's full audit trail at /audit-logs with filtering by action type and date range.
v0.930May 21, 2026
- Clickable stat cards on home page β "Last 90/30/7 Days" cards now link directly to Combined Updates with the matching time filter pre-applied; source cards (Message Center, Roadmap, What's New, Windows Roadmap) link to their respective pages.
- Clickable stat cards on sub-pages β filter toggles on Message Center (Major Changes, Recent 7 days), Roadmap (Recent 7 days), What's New (Recent 7 days), Combined Updates (source filter), and Windows Roadmap (status filter). Total/reset cards clear all active filters.
- Premium: Create Alert shortcut β a "π Create Alert" button in every filter bar lets premium users jump straight to /settings with the current source and service pre-filled in the Teams notification form.
- Settings prefill from URL β navigating to /settings?tab=notifications&sources=β¦&service=β¦ automatically opens the notifications tab and pre-populates the Teams notification form.
v0.929May 12, 2026
- Statistics page: new Content Resources section shows a live count of videos, images, links and documents attached to items β available to all users
- Admin (SecMinds only): Dashboard β new landing tab in /admin with a health overview: active tenant count, active users (last 30 days), per-scraper success/error ratio, last sync timestamp per data source, and a monthly active-user trend chart
- Admin (SecMinds only): Notification Rules management β list all Teams webhook and email digest rules per user with search and per-rule deletion
- Admin (SecMinds only): Item Resources CRUD β add, list, and remove item_resources entries (attachments, links) across all content items
- Admin (SecMinds only): Tenant Owners / roles β the Tenants & Plans panel now shows expandable owner rows per tenant; owners can be added, their role (Owner/Admin/Member) changed, and removed
- Admin (SecMinds only): Scraper manual trigger β trigger any scraper directly from /admin without waiting for its schedule
- Admin (SecMinds only): User Bookmarks insight β look up all bookmarked items for any user by email or user ID
v0.928May 11, 2026
- Performance β navigation logo now loads with high priority and the image optimiser is active again, reducing Largest Contentful Paint (LCP)
- Performance β navigation auth area reserves space to prevent layout shift when signing in or out (CLS fix)
- Performance β homepage shows a shimmer placeholder while statistics load, preventing the card grid from jumping (CLS fix)
- Performance β Windows Roadmap now loads 50 items at a time with server-side pagination; switching pages and applying filters is faster because only the current page is fetched
- Message Center β GUID-only description changes no longer create change-history entries; tenant-specific App IDs are redacted before comparison and before storage
- Windows Roadmap β scraper fully operational: items are now synced daily, change history is tracked, and Teams notifications are sent for new and updated features
- Admin (SecMinds only): Windows Roadmap change history management β open any Windows Roadmap item and selectively remove specific history entries using checkboxes, consistent with the M365 Roadmap and Message Center
v0.927May 8, 2026
- Message Center: tenant-specific App IDs (GUIDs) are now automatically redacted from item descriptions before they are shown, preventing identifiers from one tenant leaking to another
- Admin (SecMinds only): Message Center change history management β open any Message Center item and selectively remove specific history entries using checkboxes, consistent with the existing What's New history management
- Admin (SecMinds only): Roadmap change history management β same checkbox-based history removal added to the Roadmap detail modal
- Windows Roadmap: the Windows for Business Roadmap scraper has been migrated to the new Azure Functions Flex Consumption runtime and now uses headless Chromium via Playwright with route interception so all network traffic is proxied through Node.js β Windows Roadmap items are now synced again
v0.926May 8, 2026
- Security: CSRF protection hardened β the allowed-origins check no longer relies on request headers that an attacker could control; the allowlist is now built from configured environment values and explicitly supplied origins only
v0.925May 5, 2026
- Combined Updates: What's New items now sort to the top when recently ingested β the effective sort date uses the last update timestamp when available, otherwise the most recent of the content date or scrape date, so newly added items with old historical dates no longer get buried
- Admin (SecMinds only): What's New change history management β open any What's New item (on the What's New page or the Combined Updates view) and selectively remove specific history entries directly in the Change History section using checkboxes; the item refreshes in-place after removal.
v0.924April 24, 2026
- Reports: Download PPTX β select items on the Reports page and click "β¬οΈ Download PPTX" to generate and download a branded GetCurrent PowerPoint deck directly
- New Statistics page β update volumes, trends and distributions across all content sources
- Navigation: "By Service" renamed to "Combined Updates"
- Message Center & Combined Updates: extra filters added (severity, category, tag, major-change)
- All content pages: emoji icons replaced with consistent inline SVG icons and branded page-header icon blocks
v0.923April 22, 2026
- Saved items now show media type icons (video, document, image, link) directly on the card
- Navigation: "Plans" removed from the signed-in user menu, the Help dropdown, and the footer
- Navigation: all user-menu icons updated to consistent SVG icons
- Admin (SecMinds only): new Statistics tab β user activity, tenant counts by plan, and media source totals
- Admin: Tenants & Plans β live search field to filter tenants by name, domain, or ID
- Settings: internal SecMinds users now see an "Internal User" badge in the Tenant tab
- Filter section: 2-column layout on tablets, single column on phones with 44 px touch targets
v0.922April 18, 2026
- Admin: Every user who logs in is now tracked β the Users tab shows all known users grouped by tenant with collapsible sections
- Fix: What's New bookmarks no longer bleed across services with the same month key
- Fix: Delete all my data now also removes saved bookmarks
- Settings: Notifications tab and Saved items are now hidden for Community plan users
- Fix: Disconnecting a tenant that was already removed no longer shows a "Tenant not found" error
- Fix: All notification rules (Teams + email) are now fully removed when deleting your account
- Settings: Account tab now shows your subscription plan with a direct upgrade link for Community users
- Tenant onboarding now requires a paid plan β Community users see an upgrade prompt instead of the Connect Tenant button
- Change History now requires a paid plan β Community users no longer receive change history data from any API endpoint
- Sign-in page updated β clarifies that signing in is free; premium features require a paid subscription
v0.921April 16, 2026
- Multi-tenant authentication β any Microsoft 365 work/school tenant can now sign in; personal Microsoft accounts (Outlook, Hotmail) are blocked
- Plan-based access β Bookmarks and Teams notification settings now require a paid plan; community users see a clear upgrade prompt
- Admin: Tenants & Plans tab β SecMinds admins can manage all onboarded tenants and assign plans directly in the UI
- Teams notifications now include the full list of new and updated items, so every item remains visible with its direct link in Teams
v0.920April 15, 2026
- Microsoft Purview What's New β new data source tracking Purview release notes; items appear on the What's New and By Service pages under "Microsoft Purview"
- Teams notifications improved β GetCurrent logo and cleaner card layout in Adaptive Card notifications
- Reports expanded β Teams, SharePoint, Exchange Online and OneDrive are now available as services in report generation and slide exports
v0.919April 13, 2026
- Change History and Resources are now Premium content β only visible to signed-in subscribers; unauthenticated visitors see a β¨ placeholder with a link to the plans page
- Login page redesigned β subscription notice at the top explains Premium content and links to the plans page
- Plans page updated β Change History marked as subscriber-only (Community plan now shows β)
- API security hardened β all routes redact changeHistory for anonymous callers and set Cache-Control: private for authenticated responses
- Mobile fix: filter dropdowns now fill the full width instead of leaving dead whitespace
- Mobile fix: modal prev/next buttons no longer overlap the item title
- By Service: "Major Change" badge now renders correctly (isMajorChange was missing from the response)
v0.918April 11, 2026
- Security & Compliance page β five tabs covering architecture, authentication, permissions, data privacy and GDPR
- Per-item slide export selection on Reports β pick exactly which items to include in your slide export
- Google Analytics and Microsoft Clarity added (production only) β anonymous usage insights to improve the product
- Service/product filter dropdowns now always show all options regardless of current selection
- What's New "Has Media" filter corrected β items with attached resources now appear reliably
- What's New deep-link now includes change history and update count
- Message Center / By Service: anonymous users see a "restricted content" indicator for items with media
v0.917April 8, 2026
- Reference tenant fully open β all Message Center, Roadmap and What's New data is now accessible without signing in
- New /plans page with feature comparison table β Community, Trial, Bronze, Silver and Gold with SecMinds subscription CTA
- Global footer added β SecMinds β€οΈ Community, with links to Help, Plans and Contact
- What's New change history now shows focused diff snippets β see exactly which part of a title or description changed
- Roadmap change history upgraded from "Description updated" to a diff snippet matching the What's New sources
- Message Center change history upgraded from a before/after preview to the same diff helper as all other sources
- Server-side pagination β Message Center, Roadmap and What's New load 50 items at a time instead of the full dataset
- Performance: DB indexes, sort-key columns and response caching across Roadmap and What's New
- Tenant lookup cached for one hour β sign-in state resolves faster on every page
- Navigation updated β compact bar, Plans moved under a Help dropdown for visitors
v0.916March 30, 2026
- Message Center preview β browse the most recent items without signing in
- By Service page now shows recent Message Center updates to visitors without an account
v0.915March 27, 2026
- M365 Roadmap scraper fix β entity expansion limit raised to prevent RSS parse failures on large feeds
- UpdateDetailModal: missing URLs show a disabled button instead of opening a blank tab
- Bookmark date fields normalised β null dates no longer reach date-sorting logic
- useSyncStatus timers fully cleaned up on unmount and before each re-trigger
- Saved page shows correct total count when more bookmarked items exist than the loaded page
- ItemType narrowed in shared Bookmark type β improved type safety across bookmark code
- resolveIdentity moved to centralised auth library β consistent identity resolution across all API routes
- BaseUpdate shared type β SavedItem and CombinedUpdate now inherit a common base, eliminating duplicate field definitions
- MessageDetailModal extracted from the Message Center page into its own component
- New test suites β resolveIdentity, useSyncStatus and windowsRoadmapDate β 30+ additional passing tests
- Branch protection enabled on main β all changes now require a pull request and approval
v0.914March 24, 2026
- Bookmarks β save and revisit any item from What's New, Message Center, Roadmap or Windows Roadmap
- Saved page with sort by item date or recently bookmarked
- Bookmark button in all four source modals on the By Service page
- Email notifications renamed to a unified notifications system (Teams + Email in one place)
- Unsubscribe links in email digests redirect correctly after the migration
- Entity decoding fix for double-encoded HTML in Message Center summaries
v0.913March 24, 2026
- Email digest performance β response time reduced from ~15 seconds to near-instant
- Exponential backoff for delivery status polling in the email scraper
- Azure credential fix β email sending now works in local development via Azure CLI login
- CSRF protection added to bookmark API endpoints
- Bookmark toggle rolls back optimistically on failure to prevent UI inconsistencies
v0.912March 23, 2026
- Security update: resolved multiple high-severity vulnerabilities in core framework dependencies
- Performance and compatibility improvements from framework upgrades
v0.911March 16, 2026
- Admin hub with dedicated tabs for user management and activity logs
- Invite and manage guest users β enable, disable, reset MFA or remove accounts
- Company name stored independently β displayed correctly after sign-in without being overwritten
- Smoother guest onboarding β reduced number of consent prompts during first sign-in
v0.910March 14, 2026
- Subscription CTA hidden for signed-in users across homepage and help page
- Source-prefixed deep links for What's New items β prevents cross-source collisions
- Fixed broken URLs in What's New content (missing slashes, incorrect base paths)
- Unified deep link generation across What's New, Reports, Teams and Email Notifications
v0.909March 14, 2026
- Email notification subscription system with daily and weekly email digests
- Email notification history with delivery status tracking
- Has Media filter to find items with videos, documents or links attached
- Resource library restricted to authenticated users with sign-in prompt
- Improved search: word-based matching with MC# and Roadmap ID lookup
- Redesigned homepage with statistics dashboard, CTA and explainer video
- Light mode as default theme with refreshed login page
- All scrapers unified to 4Γ daily staggered schedule (including Message Center)
- Repository cleanup: removed dead code and outdated documentation
v0.908March 10, 2026
- Resource type indicators on item cards when videos, documents or links are attached
- Service badge added to Message Center item cards
- Message Center ID and Roadmap ID visible on By Service item cards
- Improved card header layout with consistent badge, date and ID positioning
- Fetch race condition fix with local cancellation flag pattern
- Memoized month grouping on Roadmap page for better performance
v0.907March 10, 2026
- Reports page with date range filtering and deep links to items
- Admin resource links per item (video, image, link, document)
- Client-side pagination for Roadmap, Message Center, and Windows Roadmap
- Security hardening based on penetration test (OWASP Top 10)
v0.906March 9, 2026
- Default sort op Last Modified voor alle pagina's β nieuwste wijzigingen altijd bovenaan
- Change History timeline met gedetailleerde wijzigingen per item
- Created/Updated labels op cards en in modals op basis van daadwerkelijke content wijzigingen
- Update-indicator (π Updated Nx) op alle kaartweergaven
v0.905March 5, 2026
- Teams notifications when new or updated items are detected
- Notification delivery history per rule
- 4x daily sync for faster update detection
- Scraper run logs for administrators
- Direct links from Teams notifications to item details
v0.904March 3, 2026
- Windows Roadmap als 4e databron op de By Service pagina
- Maandgroepering en inklapbare headers voor Windows Roadmap items
- Verbeterde datumsortering op basis van Rollout, Expected, Available en Preview datums
- Tijdzone-consistentie voor datumweergave
- Toegankelijkheid verbeterd voor toetsenbordnavigatie
v0.903March 3, 2026
- Complete account deletion β removes all your data in one step
- Enterprise App removal guidance after disconnect or account deletion
- Improved tenant offboarding
- Infrastructure updates for database and hosting
- Security improvements for data lookups
v0.902March 2, 2026
- Teams notifications with webhook support (Incoming Webhook + Power Automate Workflow)
- Dynamic service selection per data source from the database
- Account management with data deletion (Forget Everything)
- Improved dark mode contrast and logo switching
- Collapsible release notes and compact layout
v0.901February 27, 2026
- Settings page with tabs (Account, Tenant, Notifications)
- Help page with release notes and support
- Windows Business Roadmap scraper and display
- Improved filter dropdowns and username display
v0.800January 15, 2026
- Microsoft 365 Roadmap with GA/Preview date filters and sorting
- Tabbed UI for M365 and Windows Roadmap
- Deep-link support for roadmap items
v0.700December 1, 2025
- What's New aggregation from Defender, Intune, Entra, and Windows 365
- By Service view with cross-source grouping
- Dark mode with system preference detection
v0.600October 15, 2025
- Multi-tenant onboarding and offboarding
- Message Center sync with change history
- Rate limiting and input validation