Skip to content

Localization Resource Manager v0.7.17

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 09:43

LRM v0.7.17

What's Changed

  • fix(vscode): resolve correctness & robustness bugs from extension bug hunt (5abd244)
  • fix(issue-6): invalidate stale scan cache on resource edits in editor (9945b97)

Full Changelog: v0.7.16...v0.7.17

📦 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.17-1_amd64.deb (~72MB)
  • ARM64: lrm-standalone_0.7.17-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