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
- Dark Mode Automatic system preference detection
- 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.
Available tools
- 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.
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):
{
"servers": {
"getcurrent": {
"type": "http",
"url": "https://updates.getcurrent.cloud/api/mcp"
}
}
}Auth:Sign in to GetCurrent with your work/school account and the MCP server will automatically use your organisation's Message Center data. Without sign-in, the reference tenant's public data is used.
Release Notes
- 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
Support
GetCurrent is built and maintained by SecMinds. For questions, issues, or feature requests, get in touch via our contact page.