Skip to content

BysonDB v1.1.6

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:52
· 12 commits to main since this release

v1.1.6 β€” Light mode polish & a white-screen crash fix πŸ›

A small but important maintenance release: the last few dark-only corners now follow
your theme, and a crash that could blank the whole window is fixed.

πŸ› Fixes

  • Fixed a white-screen crash in the result views. Documents containing a date
    outside the years 1970–9999 (e.g. old birthdates or far-future timestamps) caused
    RangeError: Invalid time value while rendering, which blanked the entire app β€” most
    often when switching to Table view. Dates are now formatted safely and never
    crash, in both Table and Tree views.
  • Added an error boundary around the results panel, so any unexpected render error
    now shows an inline message with a Try again button instead of a blank screen.

🎨 Light mode improvements

  • Document editor (View / Edit / Insert) now switches to a light Monaco theme in
    Light Mode instead of staying dark.
  • Query history snippets use a light syntax theme when Light Mode is active.
  • Clone operation logs follow the theme for both background and text colors.

No data or configuration changes β€” just update and carry on. 🌿

Full Changelog: v1.1.5...v1.1.6