Skip to content

Localization Resource Manager v0.7.5

Choose a tag to compare

@github-actions github-actions released this 28 Dec 18:15
· 83 commits to main since this release

LRM v0.7.5

What's Changed

  • Add cross-reference to .NET Libraries documentation in OTA page (516115f)
  • Fix OTA API documentation: use X-API-Key header instead of Bearer (9c3efb9)
  • Add OTA SDKs to documentation navigation (8e5df7d)
  • Add dedicated OTA SDKs documentation page (820402c)
  • Update documentation with OTA sample references (c64b343)
  • Add OTA demo sample with mock HTTP handler (4cc143c)
  • Add tests for OTA functionality (b760d71)
  • Add OTA client support to JsonLocalization NuGet package (233e143)
  • Add OTA API endpoints for over-the-air localization (ee5a7d5)
  • Update cloud screenshots and documentation (2620b84)
  • Add default superadmin user creation on first run (9b55b02)
  • Refactor: Move ResourceDiscovery and ResourceFileParser into backend implementations (4ece85b)
  • Fix GitHub localization path detection depth (26c4900)
  • Refactor project detail page to use in-place tabs (a3f303f)

Full Changelog: v0.7.4...v0.7.5

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