v0.1.2
v0.1.2 [2026-01-04]
Release v0.1.2 of Open Backup UI introduces a fully featured Administration area with Licensing, and a complete Branding Engine for "White-Labeling" the UI, and significant enhancements to the Veeam Backup for Microsoft 365 (VB365) dashboard. This release also solidifies the stability of the build pipeline with Next.js 15.
Highlights
- Theme Customizer: Complete control over Primary Colors, Radius, and Scaling with Persistent Light/Dark modes.
- Licensing Administration: Dedicated Administration view for VBR Licensing status and HTML Report Generation.
- Advanced Calendar Views: Restore Points Calendar now supports Month, Week, and Day granular views.
- VB365 Dashboard: Now features the interactive Sessions Overview chart with smart default filtering.
What's included (v0.1.2 Updates)
Administration & Branding (New)
Theme Customizer
- 7-Color Palette: Switch instantly between Blue, Green, Orange, Red, Violet, Yellow, and Default (Gray).
- Geometric Control: Adjust global UI roundness (Radius) from
0to1.0rem. - Accessibility Scaling: Scale the interface font and size from 90% to 110%.
- Persistence: All settings are saved via server-side cookies, preventing "flicker" on page reloads.
Licensing Hub
- Administration Area: New sidebar section for overarching configuration.
- License Revoke: You can comfortably revoke licenses of workloads.
- VBR License Reports: Generate detailed HTML reports showing:
- Instance consumption.
- Capacity usage (TB).
- Expiration dates and support IDs.
Veeam Backup & Replication (VBR)
Calendar Power
- Granular Views: Restore Points Calendar now supports toggling between Month, Week, and Day views.
- Detailed Tooltips: Hover over clustered events in Day view to see precise timestamps and backup sizes.
Veeam Backup for Microsoft 365 (VBM)
Dashboard & Sessions
- Sessions Chart Integration: Brought the rich Sessions Overview chart to the VB365 dashboard.
- Smart Filtering: Defaulted the session view filter to "Backup" jobs, ensuring the graph is populated immediately on load.
- Calendar View: Ported the interactive Restore Points Calendar to VB365 Protected Data.
Getting started
Prerequisites
- Node.js 20.x or later
- Veeam Backup & Replication REST API (v1.3-rev1) is required
Quick run (dev)
npm install
npm run devProduction
npm run build
npm startNotes
- Important: If upgrading from v0.1.1, please stop your dev server and restart it to pick up the new
next.config.jschanges.
Full Changelog: https://github.com/jorgedlcruz/open-backup-ui/commits/v0.1.2
What's Changed
- v.0.1.2 by @jorgedlcruz in #2
What's Changed
- Features/v0.1.2 by @jorgedlcruz in #2
Full Changelog: v0.1.1...v.0.1.2


