Localization Resource Manager v0.7.4
LRM v0.7.4
What's Changed
- Move Open Editor button to toolbar as primary action (55ed79a)
- UI modernization: light theme, sidebar polish, StatCard component, project toolbar (78905d1)
- Update docs with GitHub integration and open source emphasis (cba5d80)
- Add NeedsReview conflict type for first sync scenarios (be48471)
- Add GitHub sync status indicators to project cards and dashboard (acbd5ec)
- Fix: SyncStatus default changed from 'pending' to 'idle' (8e7fe57)
- Fix: Handle already-decoded content from GitHub API (f6f968d)
- Fix: Clear old PAT when connecting via OAuth (e47fa78)
- Fix SyncStatus not being reset on connect/disconnect (1ed7ad7)
- Fix GitHub link redirect URL to use AppBaseUrl instead of BaseUrl (c14bd9e)
- Fix GitHub integration UI issues (5d29c4a)
- Fix Cancel button missing in ConnectGitHubDialog after step 0 (245fd14)
- Fix nginx proxy_pass in regex locations (66210aa)
- Add no-cache headers for auth pages and improve error messages (4176b91)
- Fix email verification and password reset flows (3291682)
- Fix Blazor version mismatch error on deployment (93a08a2)
Full Changelog: v0.7.3...v0.7.4
📦 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.4-1_amd64.deb(~72MB) - ARM64:
lrm-standalone_0.7.4-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