Changelog

Releases

Every Doculigent build, pulled straight from GitHub — see what shipped and grab an installer.

v1.5.1Latest

Fixes

macOS Stability

  • Record Tab Freeze Fixed on macOS — Fixed an issue where the Record tab could become completely unresponsive when Screen Recording permission had not yet been granted. The app could enter an infinite render loop, causing the renderer process to consume 100% CPU while the window continued to appear normal.

Fixes & Improvements

  • Various build, packaging, stability, and performance improvements across the Windows, macOS, and Linux release pipelines.

Thank you for using Doculigent!

Bring your own Drive. Keep your workflow. Create without limits.

v1.5.0

New Features

Google Drive Storage

  • Google Drive Is Here — You can now connect your Google Drive directly to Doculigent and use it as a storage destination for recordings and shared files, alongside Doculigent Cloud and your own S3 storage.

Storage Settings

  • Improved Storage Management — The Storage settings experience has been rebuilt to make connecting, managing, and switching between storage providers clearer and easier.

Improvements

Simpler App Experience

  • Retired GitHub and Slack Integrations — The previous GitHub and Slack integrations have been removed from Doculigent, including related automation and Project Manager workflows.

Fixes & Improvements

  • Various build, packaging, stability, and performance improvements across the Windows, macOS, and Linux release pipelines.

Thank you for using Doculigent!

Bring your own Drive. Keep your workflow. Create without limits.

v1.4.0

Improvements

Mac Recording Reliability

  • Camera Recording Fixed on Mac — camera footage in Advanced recordings no longer freezes a few seconds into recording while the audio continues. The full camera take is now captured from start to finish.
  • System Sound Now Records on Mac — enabling System Sound now captures audio playing on your Mac, so app audio, videos, and calls are included in your recording.

Audio

  • Complete Audio in Exports — exported videos no longer lose audio during the final seconds, ensuring your full recording makes it into the finished file.
  • Microphone and System Sound Kept Separate — your microphone and computer audio are now stored as independent tracks instead of being blended together during recording, making them easier to manage in the editor. Recordings now follow the same structure across Windows, macOS, and Linux.

Camera Quality

  • Sharper Camera Footage — camera recording quality now better matches your camera's resolution instead of using a fixed low-quality default, improving results on 1080p and 4K webcams.
  • More Reliable Camera Playback — camera footage is now saved as a standard, seekable video file, making playback, scrubbing, and exporting more dependable.

Camera Bubble

  • Smarter Screen Recovery — if the camera bubble was last positioned on a monitor that is no longer connected, it now opens on an available screen instead of appearing off-screen. When the monitor is reconnected, the bubble returns to its previous position.

Recording Setup

  • Clearer Microphone Toggle — the microphone control now clearly shows whether it is On or Off, replacing the confusing “Mute” label.

Fixes

  • Fixed camera video freezing a few seconds into Advanced recordings on macOS.
  • Fixed System Sound recording nothing on macOS.
  • Fixed exported videos losing the final several seconds of audio.
  • Fixed the camera bubble disappearing for the entire duration of Advanced recordings.
  • Fixed the camera bubble reopening off-screen after a monitor was disconnected.
  • Fixed the camera bubble briefly appearing in the first frame of Quick recordings.
  • Fixed the microphone toggle showing “Mute” while the microphone was active.
  • Fixed camera footage being saved in a format that could seek unreliably during preview and export.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.3.2

Improvements

Recording Sync & Reliability

  • Perfected Cursor Sync — fixed the recorded cursor overlay drifting ahead of the actual screen content, especially during click-and-drag actions, by anchoring cursor and camera timestamps to the video's real capture start.
  • Synchronized Recording Start — screen capture now waits for the camera, microphone, and system audio to be ready before recording begins, ensuring every track starts together.
  • Faster Recording Startup — camera, microphone, and system-audio devices are now acquired ahead of time when opening the camera preview or starting the countdown, reducing the delay after clicking Start Recording.

Editor Improvements

  • Aligned Timeline Tracks — Clips and Camera tracks now start and end at the same points by default when opening a fresh recording, preventing unexpected offsets or camera footage extending beyond the main clip.

Smarter Click Tracking

  • No More App Clicks in Recordings — clicks on the Recording Dock, main Doculigent window, and Camera Bubble are no longer captured as recording clicks, preventing unwanted click ripples and sounds in exported videos.
  • Multi-Monitor Click Filtering — display and area recordings now ignore clicks that happen on monitors outside the recorded screen.

Fixes

  • Fixed cursor overlay timing drifting ahead of the recorded screen during playback and export.
  • Fixed camera, microphone, and system audio tracks occasionally starting out of sync with screen capture.
  • Fixed Camera track offsets and duration mismatches in newly opened recordings.
  • Fixed Doculigent UI interactions appearing as click effects in recordings.
  • Fixed clicks from other monitors being incorrectly registered during display and area recordings.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.3.1

New Features

Timeline Editor Overhaul

  • A more powerful timeline — Clips, Camera, and Zoom now work as three synchronized tracks with shared selection, multi-select, marquee selection, and group movement.
  • Auto-Zoom on Recordings — new projects automatically generate a Zoom track from actual click activity.
  • Zoom Presets & Controls — quickly apply zoom levels from the toolbar or remove zoom blocks with Delete/Backspace, with 150% as the new default.
  • Reset Editing — reset all edits back to defaults or restore the completely untouched original recording.
  • Polished Defaults — improved camera sizing, cursor styling and click effects, textured backgrounds, rounded corners, and a split landscape layout with the camera docked to the right.

Export Engine Rebuild

  • Streaming Export Pipeline — recordings are now rendered and streamed directly into a long-running FFmpeg process instead of building an intermediate video in the browser, improving reliability and preventing dropped frames under load.
  • Hardware-Accelerated Export — WebCodecs now handles H.264 encoding directly in the renderer, while FFmpeg focuses on final muxing. The new pipeline is significantly faster than the previous per-frame JPEG workflow, with automatic fallback for systems without hardware encoding support.
  • Reliable Long-Recording Audio — audio is rendered deterministically in a dedicated offline pass, preventing missing audio at the end of longer recordings.
  • Smarter Scaling — redundant scaling is skipped when unnecessary, with a more efficient scaling method when resizing is required.

Recording Quality

  • Sharper Screen Recordings — exports now use an explicit quality baseline with CRF 18 and H.264 High Profile, plus hardware encoding support across NVENC, QSV, and AMF.
  • H.264/MP4 Capture — recording now prefers MP4/H.264 and automatically falls back to VP9/VP8 WebM when required.
  • Improved Audio Handling — audio-only side clips are now stored as PCM WAV for more reliable processing.
  • Export Telemetry — measured encoding time and output bitrate are now reported for each export.

Library & Projects

  • Cleaner Project Deletion — deleting a recording from the Library now also cleans up its associated Edit Project, including releasing media locks so files can be removed reliably on Windows.

Fixes

  • Fixed Recording Dock flickering when opening popovers and improved click-through behavior.
  • Fixed clipped rounded corners and stale dock window dimensions.
  • Fixed zoom pan behavior in the preview compositor and timeline.
  • Fixed choppy camera playback at the end of exported recordings.
  • Fixed deleted timeline segments reappearing unexpectedly.

Security & Build

  • Modernized the stack — upgraded Electron 32 → 43, electron-builder 24 → 26, electron-vite 2 → 5, Vite 5 → 7, React Router 6 → 7, and updated the React Vite plugin.
  • Resolved npm audit findings and removed the uuid dependency.
  • Added NSAudioCaptureUsageDescription support for macOS 14.2+ system-audio loopback capture.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.2.1

Performance

macOS Advanced Recording

  • Near-instant recording saves on macOS Advanced Mode — removed the unnecessary post-recording re-encode pass while restoring full native/Retina recording quality.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.2.0

Performance

macOS Recording Speed

  • Faster macOS recording saves — Quick Recording now avoids an unnecessary re-encode, while Advanced Recording uses Apple's hardware-accelerated VideoToolbox encoding for significantly faster post-recording processing.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.1.0

New Features

Advanced Recording & Native Capture

  • Advanced Recording Mode — introduced Quick and Advanced recording flows, with Advanced preserving screen, camera, and cursor tracks as fully editable Edit Projects instead of flattening them into a single video.

  • Smarter Recording Experience — improved notifications with stacking, hover-to-pause, actionable navigation, storage setup guidance, and live processing progress.

  • Library & Sharing Improvements — recordings now open directly in the Library after saving, while Quick Recording can move directly into sharing once storage is configured.

Fixes

  • Various build, packaging, stability, and performance improvements across the Windows, macOS, and Linux release pipelines.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v1.0.0

New Features

Recording Overhaul

  • New Record Dock with start, stop, pause, discard, and inline annotation controls.
  • Added a countdown before recording starts.
  • New capture modes — area selection, camera-only, and full-screen recording.
  • Independent microphone and system audio controls.
  • Camera bubble customization with mirror toggle, multiple shapes, resizing, and free positioning.

Post-Recording Editor

  • New Timeline-based editor for polishing recordings after capture, with saveable edit projects.
  • Camera panel — reposition, resize, and restyle the camera bubble within the edit.
  • Cursor panel — customize cursor appearance and click highlighting.
  • Layout panel — control how screen and camera are composed together.
  • Background panel — custom background images and textures behind the recording.
  • Sound panel — audio adjustments for the edited clip.
  • Live preview compositor reflecting every edit in real time.
  • Export — render the finished edit out to a

macOS Recording

  • Added separate builds for Intel and Apple Silicon Macs.

Fixes

  • Various build, packaging, stability, and performance improvements across the Windows, macOS, and Linux release pipelines.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.8.0

New Features

macOS & Linux Support

  • Doculigent is now available on macOS, alongside Windows.
  • Added support for Linux.

Fixes

  • Various build, packaging, stability, and performance improvements across the Windows, macOS, and Linux release pipelines.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.7.0

New Features

Bring Your Own S3-Compatible Storage

  • Added support for Bring Your Own S3-Compatible Storage, allowing you to connect your own Amazon S3, Cloudflare R2, MinIO, or any S3-compatible object storage from Settings → Storage.
  • Teams now map directly to folders in your S3 bucket. Create teams, upload recordings, browse files, and manage your data with your S3 compital bucket.
  • Share recordings using secure pre-signed S3 URLs, while continuing to support the existing Doculigent Cloud sharing experience.

AI Project Managers

  • AI Project Managers now support S3-backed teams, allowing you to analyze recordings stored directly in your own S3 bucket.
  • Generate summaries and team insights from recordings stored in your own infrastructure.

Fixes

  • Fixed the header tab indicator remaining visible when navigating to pages outside the primary navigation.
  • Various bug fixes, stability improvements, and performance enhancements throughout the application.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.6.0

New Features

Teams

  • Added Teams — create a team, invite members by email, and collaborate.
  • Upload recordings directly to a team's shared storage and sync team files to your local library.
  • Manage team members and permissions, and remove access directly from the app.

AI Project Managers

  • Introduced AI Project Managers — persona-driven agents that analyze your team's recordings and generate actionable insights.
  • Choose from built-in personas including Scrum Master, Sales, Product Manager, and Customer Success, each optimized to surface role-specific information.
  • Run Project Managers on demand or schedule recurring runs for fully automated analysis.
  • Generate quick summaries, detailed insights for every recording, and an overall summary across all processed files.

AI Assistant

  • Added support for Custom Personas. Create your own AI assistant with custom instructions, focus areas, and prompts to tailor summaries and analysis to your workflow.

Settings

  • Added scheduling controls for automated Project Manager runs.
  • Added a default transcription model preference used across all Project Managers.

Fixes

  • Various bug fixes, stability improvements, and performance enhancements throughout the application.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.5.0

New Features

AI Assistant

  • Redesigned the AI Assistant into a more powerful workspace.
  • Added a dockable side panel with Preview, Summary, Notes, and Transcribe tabs.
  • Added persistent AI summaries and notes that are saved per recording.
  • Improved chat message layout with timestamps and copy-to-clipboard support.

Integrations

  • Added GitHub integration to create issues or comment on existing issues and pull requests.
  • Added Slack integration to send summaries, notes, and transcripts directly to channels.
  • Added secure GitHub and Slack account configuration in Settings → Apps using your OS keychain.

Library

  • Added support for importing external video files.
  • Added support for importing external audio files.

Settings

  • Added a new Preferences tab.
  • Added automatic transcription preferences.
  • Added secure application integration settings.

Fixes

  • Various bug fixes and stability improvements.
  • Performance and usability enhancements throughout the application.

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.4.0

New Features

AI Assistant

  • Rebuilt the AI Assistant into a full chat experience.
  • Added conversation history with rename and delete support.

Meeting Recording

  • Redesigned the meeting recording interface with a cleaner, more consistent layout.
  • Added Pause & Resume support for meeting recordings.
  • Added a post-save action dialog with quick access to Summarize, Meeting Notes, and Quick Chat.
  • Added automatic timestamp-based names for untitled meetings.

BYOK Transcription

  • Added support for OpenAI-compatible transcription providers.
  • Supports OpenAI Whisper API, Groq, whisper.cpp, faster-whisper, and compatible endpoints.

Models & Settings

  • Merged Model Config and Transcription into a unified Models tab.
  • Added capability badges (AI Summary, Transcription, Multimodel).
  • Added quick capability filters.
  • Added improved model management and provider configuration.

Library

  • Added one-click AI shortcut for every recording.
  • Added BYOK options when re-transcribing recordings.
  • Improved transcription error notifications with toast messages.

Recording

  • Added automatic timestamp-based names for untitled recordings.

UI Improvements

  • Replaced emoji icons with Lucide icons across the application.
  • Moved toast notifications to the bottom-right.

Fixes

  • Various bug fixes and stability improvements.
  • Performance and usability enhancements throughout the application..

Thank you for using Doculigent! Your feedback and feature requests continue to shape the future of the app.

v0.3.0

New Features

Authentication

  • Added subscription plan display.

Window Improvements

  • Added support for minimizing and maximizing the application window.

Annotation Enhancements

  • Added annotation opacity control.
  • Added annotation stroke width customization.
  • Added annotation fade-out animation.
  • Added line annotation tool.

Library Management

  • Added the ability to delete recordings from the library.
  • Added support for permanently deleting recordings and associated data from everywhere.

Fixes

  • Various bug fixes and stability improvements.
  • Performance and usability enhancements throughout the application.

Thank you for using Doculigent! Feedback and feature requests are always welcome.

v0.2.0

What's New

Secure Login

  • Added user authentication using OAuth 2.0 PKCE for a secure, passwordless desktop login experience.

Improved Multi-Screen Annotation

  • Fixed issues when annotating across multiple monitors.
  • Annotation now works more reliably in multi-display setups.

Seamless Annotation Switching

  • Improved the annotation experience by enabling smooth switching between annotation sessions without interruptions.

Fixes & Improvements

  • Various stability improvements and bug fixes.
  • Performance enhancements for a smoother recording and annotation workflow.

Thank you for using Doculigent! As always, we'd love to hear your feedback and feature requests.