You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Windows Defender no longer flags the installer as a trojan. The
model download used 8 parallel connections in 0.7.4 — a pattern that
looks like malware downloaders. It's back to a single connection, with
resume-on-drop kept.
Fixed: transcript no longer falls further and further behind on long
meetings with foreign speakers. A single acoustic misdetection could
lock a track into the slow Whisper model indefinitely; now it recovers
after a few unconfirmed phrases.
Fixed: empty chat questions show a clear "Empty question" toast instead
of a confusing "Failed to ask" error, and don't hit the model at all.
Window dragging no longer freezes during recording (system-level
window capture instead of per-pixel calls through the Python bridge).
Что изменилось
Исправлено: Windows Defender больше не принимает установщик за троян.
В 0.7.4 модель качалась восемью параллельными соединениями — паттерн,
похожий на загрузчики вредоносного ПО. Загрузка снова идёт одним
потоком, докачка при обрыве связи осталась.
Исправлено: текст больше не отстаёт всё сильнее на долгих встречах с
иностранными участниками. Одна случайная акустическая ошибка могла
навсегда посадить дорожку в медленный Whisper — теперь она сама
восстанавливается через несколько неподтверждённых фраз.
Исправлено: пустой вопрос в чате показывает понятное «Пустой вопрос»
вместо «Не удалось задать вопрос», и не уходит в модель.
Перетаскивание окна больше не фризится во время записи (системный
захват окна вместо вызовов через мост на каждый пиксель).