Skip to content

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 11:34

Release v0.2.0 - File Opening & Large File Protection

🎯 Key Improvements

βœ… File Opening Support

  • Fixed: Command-line file opening now works correctly (lala filename.md)
  • Fixed: Files specified as arguments open properly in GUI
  • Added: Proper error handling for file reading failures
  • Example: lala README.md now opens the file directly

πŸ›‘οΈ Large File Protection

  • Added: 10 MB file size limit to prevent crashes
  • Added: 50,000 line count limit for stability
  • Added: Clear error messages when limits are exceeded
  • Improved: Prevents memory exhaustion and UI freezing

πŸ› Bug Fixes

  • Fixed StartupMode not being passed to GUI application
  • Fixed crash when opening very large files (>10 MB or >50k lines)
  • Fixed crash when pasting large amounts of text
  • Improved error handling for file operations

πŸ“¦ Downloads

All platforms are now available:

  • Linux x86_64: lala-linux-x86_64
  • Linux ARM64: lala-linux-aarch64
  • macOS Intel: lala-macos-x86_64
  • macOS Apple Silicon: lala-macos-aarch64
  • Windows x86_64: lala-windows-x86_64.exe

πŸ“ Installation

Linux/macOS

# Download and make executable
chmod +x lala-*
sudo mv lala-* /usr/local/bin/lala

Windows

Download lala-windows-x86_64.exe and run directly, or rename to lala.exe and add to PATH.

πŸ”— Links


Full Changelog: v0.1.0...v0.2.0

Co-Authored-By: Claude noreply@anthropic.com