Skip to content

v1.30.11

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:22

🚀 Release v1.30.11

📝 Summary

This release focuses on delivering exceptional backend performance and a highly accessible user interface. We've tackled the infamous N+1 query issue for bulk database operations, making massive event deletions significantly faster. Additionally, our frontend controls are now fully equipped with ARIA semantics, ensuring screen readers can flawlessly navigate VibeNVR's live views and PTZ operations. We also shipped important fixes to our multi-language translation engine!

🛠️ Key Improvements

  • Performance (Backend): Resolved a critical N+1 query bottleneck during bulk event deletions, replacing iterative loops with highly efficient batch SQL operations (.in_()).
  • 🎨 Aesthetics & UI (Frontend): Localized the 'Show All' text in Live View and resolved internal translation parser bugs to ensure a seamless multilingual experience.
  • Accessibility (a11y): Added comprehensive aria-labels to PTZ controls, modal interactions, and icon-only buttons across the Live View and Settings panels.

Full Changelog: v1.30.10...v1.30.11