Skip to content

v0.2.7

Latest

Choose a tag to compare

@akifbayram akifbayram released this 01 Apr 19:31
· 711 commits to main since this release

OpenBin v0.2.7 — April 2026 Update

This update makes OpenBin more reliable for production self-hosting and adds scoped AI commands for working with multiple bins at once.

What's new:

  • Select multiple bins and ask AI questions about just those bins from the bin list toolbar
  • Rename and delete tags across all bins from the Tags page
  • Sortable quantity column in the Items table view
  • Dashboard settings menu with better AI command previews and query results
  • Terms of Service and Privacy Policy pages
  • Password visibility toggle and strength checklist on registration

Fixes and reliability:

  • Database restore now closes the DB connection first, uses busy timeouts, and recovers on failure
  • ZIP import rejects oversized uploads and decompression bombs
  • Admin account seeding uses secure defaults on first run
  • Server shuts down cleanly, finishing in-flight requests before exiting
  • Activity log and bin list pages show proper error states
  • Removing a location member requires confirmation

Page-level UX improvements:

  • Settings, Profile, Print, Locations, and Reorganize pages got accessibility, validation, and mobile layout passes

Behind the scenes, the server now has a database abstraction layer that will support PostgreSQL as an alternative to SQLite in a future release.