Release v0.2.0
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.mdnow 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
StartupModenot 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/lalaWindows
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