Skip to content

Releases: utensils/pasta

Pasta v0.2.1

25 Jun 05:26
v0.2.1
ccb40ee
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: replace hotkey cancellation with tray icon click @jamesbrink (#7)

📦 Downloads

Download the appropriate installer for your platform:

🪟 Windows

Note: May trigger antivirus warnings due to keyboard emulation. This is expected behavior.

🍎 macOS

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

GNOME Users: Install system tray support:

# Ubuntu/Debian
sudo apt install gnome-shell-extension-appindicator
# Fedora
sudo dnf install gnome-shell-extension-appindicator

Or install from GNOME Extensions

Full Changelog: v0.2.0...v0.2.1

Pasta v0.2.0

23 Jun 06:01
v0.2.0
f2f4ba0
Compare
Choose a tag to compare

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