Skip to content

v0.1.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:23
· 3 commits to master since this release

ClipMate 0.1.0-beta.5

Downloads

Package Size Description
ClipMate-Setup-0.1.0-beta.5.exe ~105.35 MB Recommended - auto-installs dependencies
ClipMate-Portable-0.1.0-beta.5.zip ~154.18 MB Portable - requires .NET 10 & WebView2 pre-installed

Installation

WinGet:

winget install Tsabo.ClipMate

Installer (Recommended):

  • Target OS: Windows 11 or Windows 10 version 1809+
  • Auto-installs if needed: .NET 10 Desktop Runtime, WebView2 Runtime
  • Simply download and run - dependencies handled automatically

Portable:

Security

⚠️ Unsigned Pre-Release - SmartScreen warnings expected. SignPath signing will be enabled after project approval.

Verification

SHA-256 Checksums:

# Verify installer
(Get-FileHash ClipMate-Setup-0.1.0-beta.5.exe).Hash -eq (Get-Content ClipMate-Setup-0.1.0-beta.5.exe.sha256).Split()[0]

# Verify portable
(Get-FileHash ClipMate-Portable-0.1.0-beta.5.zip).Hash -eq (Get-Content ClipMate-Portable-0.1.0-beta.5.zip.sha256).Split()[0]

What's Changed

Added

  • Dark Mode - Added a Light/Dark theme option under Appearance settings. Switch anytime and the app (including the text editor) updates immediately. (#9)

Fixed

  • Annoying Backup Dialog - The "OK this automatically" option on the database backup prompt didn't actually work, so it never stopped asking even when you'd told it not to. It's now fixed, along with a few related issues that could leave the backup prompt invisible or stuck waiting on a hidden confirmation popup. (#8)

Full Changelog: CHANGELOG.md