Skip to content

Releases: Kamilr210/KeepClip

KeepClip v2.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:13

Full Changelog: v2.2.1...v2.2.2

KeepClip v2.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:04

Full Changelog: v2.2.0...v2.2.1

KeepClip v2.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:02

Full Changelog: v2.1.1...v2.2.0

KeepClip v2.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:07

Full Changelog: v2.1.0...v2.1.1

KeepClip v2.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:20

Full Changelog: v2.0.0...v2.1.0

KeepClip 2.0.0

Choose a tag to compare

@Kamilr210 Kamilr210 released this 03 Jun 19:00

KeepClip 2.0.0 — pełne przepisanie na C#/.NET (wcześniej Python).
Przeglądarka, wyszukiwarka i transkrypcja klipów (Whisper: GPU Vulkan + fallback CPU),
z opcjonalnym offloadem na Google Drive.

Instalacja

  1. Pobierz KeepClip-Setup.exe (sekcja Assets poniżej).
  2. Uruchom. Jeśli Windows pokaże SmartScreen → „Więcej informacji" → „Uruchom mimo to".
  3. Instalacja per-user, bez administratora. Skrót w menu Start.

Google Drive

Zakładka „Chmura" → „Połącz" → zaloguj się do Google i zatwierdź dostęp. Gotowe.

Wymagania

  • 64-bit Windows 10/11
  • ~600 MB na aplikację + ~1,6 GB na model (dociąga się sam przy 1. transkrypcji)
  • GPU opcjonalnie (Vulkan; bez niego działa na CPU)

KeepClip 1.0.0

Choose a tag to compare

@Kamilr210 Kamilr210 released this 30 May 13:24
Add one-click Windows installer (Inno Setup)

KeepClip-Setup.exe sets everything up automatically: installs Python if
missing, creates the venv, installs dependencies, downloads ffmpeg, and
creates desktop/Start-menu shortcuts that launch the app with no console.

- installer/KeepClip.iss   - Inno Setup build script
- installer/bootstrap.ps1  - post-install setup (Python/venv/pip/ffmpeg)
- installer/keepclip.ico   - app icon
- keepclip.vbs             - silent launcher used by the shortcut

The built .exe is git-ignored; it is distributed via GitHub Releases.