Version 2026.011.4

Release Date: January 11, 2026


New Features

mindzieDesktop 26 - Fully Standalone Application

mindzieDesktop is now a completely standalone application with no external database dependencies. SQL Server is no longer required for Desktop installations, dramatically simplifying deployment and reducing infrastructure requirements. Users can install and run mindzieDesktop on any Windows machine without database configuration or IT support.

Direct URL Browsing and F5 Refresh Support

All pages now support browser refresh (F5) without losing context. Share direct URLs to any analysis, dashboard, notebook, block, or enrichment. Users can bookmark and share specific views directly.

Process Map Video Export

Export flow animation simulations to video format for presentations and documentation. Capture the animated process flow with bottleneck indicators and timing information.

Flow Animation with Queue Indicators

Enhanced process map visualization with animated flow simulation showing frequency-proportional dot counts, bottleneck queue indicators, and a conformance overlay displaying case coverage percentages.

Comprehensive REST API

Major expansion of the REST API with full CRUD operations for:

  • Tenants
  • Users
  • Projects
  • Investigations
  • Dashboards and Panels
  • Notebooks and Blocks
  • Enrichments

Google Gemini LLM Provider

Added Google Gemini as an LLM provider option alongside existing OpenAI and Azure OpenAI options.

Tenant Expiration Date

Support for trial tenants with configurable expiration dates. Administrators can set time-limited access for evaluation purposes.

Offline Mode

Complete offline operation support for air-gapped environments. Includes offline package importers for templates and assistants, with proper handling of licensing, telemetry, and software updates when disconnected.


Improvements

Data Designer Copilot UI

  • Multi-line textarea input for pasting SQL queries
  • Auto-scroll to show new responses
  • Shift+Enter support for adding new lines

File Upload Capacity

Maximum upload size increased to 1GB for large datasets.

Attribute Sorting

Case and event attribute dropdowns are now sorted alphabetically in the LLM Predictor Editor for easier navigation.

API Key Audit Trail

API keys now include "Created By" tracking for better accountability and security auditing.

Server-Level Settings

Unified settings architecture with server-level defaults and tenant-level inheritance. Simplifies configuration management across multiple tenants.

Added search functionality to the Manage Tenants page for faster tenant lookup in multi-tenant deployments.

Connected Users Tracking

API session tracking added to the Connected Users admin page, showing both UI and API connections.

Desktop Setup Experience

  • Improved Setup Wizard with version display and offline indicator
  • Start Menu shortcut creation
  • Better error logging and diagnostics
  • Streamlined update process with single executable

Configuration App Modernization

  • New Service Settings dialog with improved layout
  • Error Logs panel for troubleshooting
  • Authentication type indicator
  • Version check with offline mode support

Bug Fixes

Task Title Description
6754 Group Attribute Values Fixed Group Attribute Values not working with Event Attributes
6739 Dataset Cascade Delete Deleting original dataset now properly cascade deletes enriched datasets
6706 Dashboard Selector Column Fixed dashboard selector blocks creating with incorrect column reference
6672 Currency Formatting Fixed currency dropdown showing $ instead of configured currency symbol
6673 Data Designer Copilot Visibility Fixed copilot appearing in offline mode when disabled in settings
6674 License Save Error Fixed license save error with proper directory permissions
6680 Duplicate Cases Calculator Fixed error in Duplicate Cases calculator when no duplicates exist
6682 Login Security Improved login and password management with account lockout on failed attempts
6685 LLM Provider Save Fixed error when saving LLM provider configuration
6653 Update Check Fixed update version check not working in Configuration app
6663 Empty Database Fixed incorrect database status display and improved collation warning
6664 Currency Symbol Fixed currency symbol display in dashboard panel format dropdown

Technical Improvements

  • Improved caching architecture for better performance when multiple users edit simultaneously
  • Server-side rendering for dashboard and block images
  • Comprehensive URL generation supporting all shareable page types
  • Enhanced data storage architecture for standalone Desktop deployments
  • Strengthened code quality and stability across all components