Skip to content

v0.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 08:17
· 1752 commits to main since this release
d2911d5

Small bugfix release

  • Fix a bug with simple queries (ones with only static values) that contained multiple repeated columns
    (such as SELECT 'hello' AS menu_item, 'world' AS menu_item). Only the last column would be taken into account.
    This could manifest as a bug where
    • only the last menu item in the shell component would be displayed,
    • only the last markdown column in a table would be interpreted as markdown,
    • only the last icon column in a table would be displayed as an icon.