Release v0.3.0 - Major Update
π― What's New
β Large File Support
- Removed file size limits: Removed the previous 10MB/50,000 line restrictions
- Smart read-only mode: Files over 5MB or 5,000 lines open in read-only mode
- Small files remain editable: Files below threshold can be edited normally
- Improved stability: Optimized TextEdit settings to prevent crashes
β RTL (Right-to-Left) Language Support
- Support for Arabic, Hebrew, Persian, and Urdu
- Automatic text direction detection (LTR/RTL/Mixed)
- Proper alignment handling
β Theme Support
- Light/Dark/System theme modes
- Theme-aware syntax highlighting
β Windows Improvements
- Hidden terminal window when launching GUI app
π Bug Fixes
- Simplified egui TextEdit settings to prevent crashes
- Improved stability with large files
- Fixed all Clippy warnings
π¦ Downloads
Available for all platforms:
- Linux x86_64:
lala-linux-x86_64 - Linux x86_64 AppImage:
lala-x86_64.AppImageβ NEW - 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 (AppImage)
chmod +x lala-x86_64.AppImage
./lala-x86_64.AppImageLinux/macOS (Binary)
# 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.2.0...v0.3.0