LRM v0.7.9
What's Changed
- Improve PO file format preservation (f80df5a)
- Fix case-insensitive key lookups in view and data processing commands (798c8aa)
- Add Radzen Advanced Filtering for Translation Grid (1eefde5)
- Improve translation grid table readability and column management (02cacb8)
- Fix backup rotation test for weekly backups (698758d)
- Fix ApiKeyResolver tests to isolate from system credential store (ff419db)
- Add Umami analytics integration with runtime website ID injection (251b0d9)
Full Changelog: v0.7.8...v0.7.9
📦 Downloads
APT/PPA Installation (Recommended for Ubuntu/Debian)
sudo add-apt-repository ppa:nickprotop/lrm-tool
sudo apt update
sudo apt install lrm-standalone # Self-contained (~72MB)Direct Downloads
Choose the appropriate version for your platform:
Linux (Direct Download):
- x64:
lrm-linux-x64.tar.gz - ARM64:
lrm-linux-arm64.tar.gz(Raspberry Pi, etc.)
Linux (.deb packages):
- x64:
lrm-standalone_0.7.9-1_amd64.deb(~72MB) - ARM64:
lrm-standalone_0.7.9-1_arm64.deb(~72MB)
macOS:
- x64 (Intel):
lrm-osx-x64.tar.gz - ARM64 (Apple Silicon):
lrm-osx-arm64.tar.gz
Windows:
- x64:
lrm-win-x64.zip - ARM64:
lrm-win-arm64.zip
🧩 VS Code Extension
Install from the VS Code Marketplace:
ext install nickprotop.localization-manager
The marketplace automatically provides the correct version for your platform.
Platform-specific VSIX files are also attached below for manual installation.
📖 Installation
See the Installation Guide for detailed instructions.
🧪 Verified
✅ All tests passing