Releases: utensils/pasta
Releases · utensils/pasta
Pasta v0.2.1
What's Changed
🚀 Features
- feat: replace hotkey cancellation with tray icon click @jamesbrink (#7)
📦 Downloads
Download the appropriate installer for your platform:
🪟 Windows
- Installer (Recommended): Pasta_0.2.1_x64-setup.exe
- MSI Package: Pasta_0.2.1_x64_en-US.msi
Note: May trigger antivirus warnings due to keyboard emulation. This is expected behavior.
🍎 macOS
- Intel Macs: Pasta_0.2.1_x64.dmg
- Apple Silicon (M1/M2/M3): Pasta_0.2.1_aarch64.dmg
Important:
1. Grant Accessibility Permissions (Required for keyboard emulation):
- System Preferences → Security & Privacy → Privacy → Accessibility
- Add Pasta.app to the list and ensure it's checked
- If Pasta doesn't type anything, this is usually the issue
2. Handle Unsigned Build Warning:
- Remove quarantine:
xattr -d com.apple.quarantine /Applications/Pasta.app
- Or right-click the app and select "Open" on first launch
🐧 Linux
- AppImage (Universal): Pasta_0.2.1_amd64.AppImage
- Debian/Ubuntu: Pasta_0.2.1_amd64.deb
- Fedora/RHEL: Pasta-0.2.1-1.x86_64.rpm
GNOME Users: Install system tray support:
# Ubuntu/Debian sudo apt install gnome-shell-extension-appindicator # Fedora sudo dnf install gnome-shell-extension-appindicatorOr install from GNOME Extensions
Full Changelog: v0.2.0...v0.2.1
Pasta v0.2.0
Pasta v0.2.0
This release includes improvements to the build system and documentation.
What's Changed
- Fixed missing Linux dependencies in Nix flake
- Added GNOME system tray requirements documentation
- Improved release template documentation
- Added macOS self-signing capability
- Consolidated documentation into existing files
Installation
Download the appropriate installer for your platform:
- Linux:
.AppImage
,.deb
, or.rpm
packages - Windows:
.exe
(NSIS) or.msi
installer - macOS:
.dmg
for Intel or Apple Silicon
Notes
- macOS users: The app is unsigned and will require approval on first run (right-click > Open)
- Linux GNOME users: You may need to install the AppIndicator extension for system tray support