Skip to content

AccsiCapture - What's New

What's New

        <section class="mb-8">
            <h3 class="text-2xl font-semibold text-gray-700 border-b-2 border-blue-500 pb-2 mb-4">🚀 New Features</h3>
            <ul class="space-y-4">
                <li class="flex items-start">
                    <span class="text-blue-500 mr-3 mt-1">▶</span>
                    <div>
                        <h4 class="font-semibold text-gray-800">Complete Device Control</h4>
                        <p class="text-gray-600">A new "Devices" page has been added to the settings. You can now select the specific monitor, microphone, and audio output device you want to use for all captures and recordings! Your choice is saved by its unique ID, so it won't get mixed up if you connect or disconnect devices.</p>
                    </div>
                </li>
            </ul>
        </section>

        <!-- Enhancements Section -->
        <section class="mb-8">
            <h3 class="text-2xl font-semibold text-gray-700 border-b-2 border-green-500 pb-2 mb-4">✨ Enhancements</h3>
            <ul class="space-y-4">
                <li class="flex items-start">
                    <span class="text-green-500 mr-3 mt-1">▶</span>
                    <div>
                        <h4 class="font-semibold text-gray-800">Rock-Solid Recording Stability</h4>
                        <p class="text-gray-600">Fixed a major bug that could cause the application to crash when starting a second video recording in "Active Window" mode. The recorder is now more reliable than ever.</p>
                    </div>
                </li>
                <li class="flex items-start">
                    <span class="text-green-500 mr-3 mt-1">▶</span>
                    <div>
                        <h4 class="font-semibold text-gray-800">Greater Hardware Compatibility</h4>
                        <p class="text-gray-600">The video recorder will now automatically switch to a more compatible capture method if the primary DirectX method fails. This improves reliability on systems with older graphics drivers or other screen recording software running.</p>
                    </div>
                </li>
                 <li class="flex items-start">
                    <span class="text-green-500 mr-3 mt-1">▶</span>
                    <div>
                        <h4 class="font-semibold text-gray-800">Improved User Notifications</h4>
                        <p class="text-gray-600">Added new tray notifications to instantly alert you if a recording fails to start or is interrupted, so you're never left guessing.</p>
                    </div>
                </li>
            </ul>
        </section>

        <!-- Bug Fixes Section -->
        <section>
            <h3 class="text-2xl font-semibold text-gray-700 border-b-2 border-purple-500 pb-2 mb-4">🛠️ Bug Fixes</h3>
            <ul class="space-y-4">
                <li class="flex items-start">
                    <span class="text-purple-500 mr-3 mt-1">▶</span>
                    <p class="text-gray-600">Resolved an issue that caused the application to write to the startup registry on every launch.</p>
                </li>
                <li class="flex items-start">
                    <span class="text-purple-500 mr-3 mt-1">▶</span>
                    <p class="text-gray-600">Fixed various compiler warnings and linker errors to improve overall code health and application stability.</p>
                </li>
            </ul>
        </section>

Statistics

Downloads today
6
Total downloads
6,092