Skip to content

Releases: CodeMaverick-143/Recoil

Recoil v1.4.3

22 Apr 07:05

Choose a tag to compare

Release Overview

This release focuses on monitoring excellence and platform stability.
We’ve integrated privacy-first analytics to better understand application performance and resolved critical dependency issues to ensure a smooth build pipeline.


Key Enhancements

Advanced Telemetry Integration

We’ve integrated Aptabase, enabling real-time, privacy-conscious insights without compromising user data.

  • Backend Monitoring

    • Tracks successful boots and system initialization events in the Rust core.
  • UI Interaction Tracking

    • Captures frontend events for:
      • Process eliminations (single and batch)
      • View mode transitions
  • Session Analytics

    • Anonymous session tracking across platforms to understand usage patterns.

System Stabilization

  • Dependency Fix

    • Resolved a critical build failure by pinning the Aptabase plugin to a stable crates.io release.
    • Removed fragile Git tag dependency.
  • Async Backend Upgrade

    • Migrated backend runner to tokio for improved concurrency during telemetry events.
  • Permission Hardening

    • Properly scoped capabilities for telemetry and system monitoring.

Technical Changes

  • Updated tauri-plugin-aptabase to v1.0.0
  • Added tokio 1.0 with full features for async backend support
  • Synchronized versioning to v1.4.3 across:
    • Cargo.toml
    • tauri.conf.json
    • package.json
  • Uncommented and validated tracking hooks in App.tsx

What’s New for Developers

  • Added backend_boot_success event in the setup hook
  • Integrated EventTracker on the Rust side for custom event logging
  • Support for platform-specific telemetry attributes

Release Tagline

Recoil v1.4.3 - Precision Monitoring, Tactical Performance.

v0.2.5

06 Jan 13:52

Choose a tag to compare

Recoil v0.2.5 - Initial Release

"Stop grepping for PIDs. Just take the shot."

Recoil is a developer-first tray application that lets you visualize and kill stuck localhost processes instantly.

Key Features

  • Sniper Scope UI: See exactly what is running on which port.
  • One-Click Kill: Terminate processes without touching the terminal.
  • Thermal Vision: Live CPU & RAM monitoring for every process.
  • Cross-Platform: Native support for macOS, Windows, and Linux.

Installation

macOS
Download Recoil_0.1.0_universal.dmg.
Note: If you see a security warning, right-click the app and select Open, or run xattr -cr /Applications/Recoil.app.

Windows
Download Recoil_0.1.0_x64-setup.exe.

Linux
Debian/Ubuntu: Download Recoil_0.1.0_amd64.deb.
Other: Use Recoil_0.1.0_amd64.AppImage.


Built with Rust & Tauri.