Skip to content

LidBridge v2.0.0

Latest

Choose a tag to compare

@Bxat01 Bxat01 released this 14 Jul 10:28
· 6 commits to main since this release
9d18795

LidBridge v2.0.0 — Complete Rewrite

Ground-up rewrite with a new push system, enhanced security, and multi-platform support.

What's New

Push System

  • Replaced git2 (libgit2) with GitHub Contents API — push now works on all platforms
  • Files are base64-encoded and uploaded individually via the GitHub REST API
  • Auto-repo creation with initial commit support

Secret Detection

  • Added filename-based detection: 28 secret file names + 10 sensitive extensions
  • Detects .env, credentials.json, SSH keys (.pem, .p12, .key, .crt), service accounts
  • Removed 1MB scan limit — now scans all files regardless of size
  • Total: 20+ content patterns + 28 filename patterns + 10 extension patterns

Security

Languages

  • 6 languages: English, Arabic, Russian, French, Hindi, Chinese
  • Full RTL support for Arabic

UI

  • Language submenu in hamburger menu with hover-to-open
  • Security warning on login screen in all 6 languages

Database

  • PostgreSQL analytics module deprecated — will return in a future version

Platforms

Platform Installer
Windows (x64) .msi / .exe

Build from Source

git clone https://github.com/lidprex/lidbridge.git
cd lidbridge
npm install
npx tauri dev

Full Changelog

v1.0.0...v2.0.0