Skip to content

Release v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 12:42

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.AppImage

Linux/macOS (Binary)

# 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.2.0...v0.3.0