OiPer
OiPer
ResourcesPrivacy PolicyTerms of ServiceSecurity & Data HandlingChangelog

Changelog

v0.0.33

Jun 5, 2026

New Features

  • Auto-start on login: The app can now be configured to automatically launch when you log into your computer. This works across Windows, macOS, and Linux.

Improvements

  • Refined internal capability configurations for better platform support
  • Release process improvements for more reliable automated releases

v0.0.32

Jun 5, 2026

New Features

  • Improved Whisper Model Selection — The model selection interface has been redesigned to make it easier to choose the right speech recognition model. Instead of a slider, models are now displayed as individual cards showing their name, size, and key details at a glance.
  • Smart Model Filtering — English-only models are automatically hidden when your selected language is not English, reducing clutter and helping you focus on relevant options.
  • Recommended Models Highlighted — A curated set of models (Base, Small, Medium, and Large v3 ⚡) are now marked as recommended and shown by default, guiding you toward well-balanced choices for most use cases. Use the "Show All" button to see every available model.
  • English-Only Indicators — Models that only support English now display an "EN" badge, making language limitations clear before you download.

Improvements

  • Updated Terminology — All references to "Voice Recognition" have been changed to "Speech Recognition" for accuracy and consistency across the application.
  • Clearer Model Information — Tooltips now show the model ID and file size alongside the description, helping you make informed decisions about storage and performance trade-offs.
  • Rounded Download Progress — Download percentages now display as whole numbers (e.g., "42%" instead of "42.3%") for cleaner readability.
  • Enhanced Model Metadata — Each Whisper model now includes a detailed description explaining its speed, accuracy, and ideal use cases.

Bug Fixes

  • Fixed download progress percentage display to show rounded whole numbers instead of decimal values.

v0.0.31

Jun 5, 2026

Based on my analysis of the commits, here are the release notes:

New Features

  • New build command — Added a convenient pnpm run build script that compiles the Tauri desktop application for distribution, making it easier to create production builds.

  • Platform-aware paste options — The "Paste method" setting in Settings now intelligently shows the Shift+Insert option only on Windows and Linux, hiding it on macOS where this key combination doesn't function as a paste shortcut. This prevents confusion and ensures only relevant options appear for your operating system.

  • Enhanced platform detection — Added system-level OS detection capabilities that enable the app to better adapt its behavior and display platform-specific information (such as OS type, architecture, hostname, and locale) throughout the application.

Improvements

  • Expanded Tauri plugin ecosystem — Integrated several new Tauri plugins including OS detection, clipboard management, file dialogs, auto-updater, auto-start, global shortcuts, filesystem access, SQL database, and URL opener. These provide a more robust foundation for current and future features.

  • Streamlined release process — Migrated release automation from a local script to GitHub Actions workflows triggered on published releases, ensuring consistent and reliable version management.

  • Dependency updates — Updated the release-note tool and other dependencies to their latest versions for improved reliability and features.

Bug Fixes

  • Fixed version tagging in release workflow — Corrected the release automation to use the proper release tag name when updating version numbers and generating release notes.

  • Improved release script confirmations — Enhanced the messaging when republishing existing tags for clearer user confirmation prompts.

  • Cleaned up build artifacts — Removed unnecessary entries from .gitignore that were no longer needed with the new build system.

Developer Experience

  • Removed legacy release script — Deleted the old script as release management has been fully migrated to GitHub Actions.

v0.0.30

Jun 4, 2026

New Features

  • Redesigned Settings page — The settings page now uses structured sections with clearer headings, descriptions, and visual grouping, making it easier to find and understand each option.

  • Real-time update status — A new status indicator shows exactly where things stand: checking for updates, downloading (with a progress bar), ready to install, up to date, or not yet checked. This appears both in the Settings page and in the sidebar.

  • Whisper backend hints — Each backend option now includes a helpful hint (e.g., "Recommended" for Auto, "NVIDIA" for CUDA, "Apple" for Metal) so you can pick the best one for your hardware at a glance.

  • Smoother update animations — The update status row in the sidebar now animates in and out smoothly when an update is being downloaded or is ready to install.

Improvements

  • Clearer visual feedback — A colored status dot (green for up to date, amber for an available update, gray for unknown) gives an instant read on your update state.

  • Progress bar for downloads — While an update is downloading, a progress bar shows the percentage complete.

  • Release script safety — The release script now asks for confirmation before republishing an existing tag, and automatic deletion of stale releases/tags has been disabled to prevent accidental data loss.

  • Dependency updates — Updated React to 19.2.7, react-router to 7.17.0, and other dependencies for better stability and compatibility.

Bug Fixes

  • Fixed release note fetching and patching logic for more reliable automated release notes.
  • Corrected the release script's usage message to include the refresh option.
  • Various CI/CD workflow fixes to ensure releases publish correctly with proper release bodies and API keys.

v0.0.29

Jun 4, 2026

No notable changes in this release.

v0.0.28

Jun 4, 2026

No notable changes in this release.

v0.0.27

Jun 4, 2026

No notable changes in this release.

v0.0.26

Jun 3, 2026

No notable changes in this release.

v0.0.25

Jun 3, 2026

No notable changes in this release.

v0.0.24

Jun 3, 2026

No notable changes in this release.

v0.0.22

Jun 3, 2026

No notable changes in this release.

v0.0.18

Jun 3, 2026

Full Changelog: https://github.com/oiper/desktop/commits/v0.0.18

v0.0.14

Jun 2, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.13

Jun 2, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.12

Jun 2, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.11

Jun 2, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.10

Jun 2, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.9

Jun 1, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.8

Jun 1, 2026

Installation

  • Windows x64: Download the .msi or .exe installer

v0.0.7

Jun 1, 2026

Installation

  • Windows x64: Download the .msi or .exe installer
Newer releases20 releasesOlder releases
Newer releases

On this page

v0.0.33v0.0.32v0.0.31v0.0.30v0.0.29v0.0.28v0.0.27v0.0.26v0.0.25v0.0.24v0.0.22v0.0.18v0.0.14v0.0.13v0.0.12v0.0.11v0.0.10v0.0.9v0.0.8v0.0.7
Older releases
release.sh
  • Refactored internal code structure — Reorganized code for improved readability and maintainability, including a new centralized application initialization module.

  • Updated CI/CD workflows — Multiple fixes to the release workflow for proper tag handling, version synchronization, and release note generation.