Releases: CodeMaverick-143/Recoil
Recoil v1.4.3
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
- Captures frontend events for:
-
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.iorelease. - Removed fragile Git tag dependency.
- Resolved a critical build failure by pinning the Aptabase plugin to a stable
-
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-aptabaseto v1.0.0 - Added
tokio 1.0with full features for async backend support - Synchronized versioning to v1.4.3 across:
Cargo.tomltauri.conf.jsonpackage.json
- Uncommented and validated tracking hooks in
App.tsx
What’s New for Developers
- Added
backend_boot_successevent 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
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.