发布

  • bugfix

    frostbyte_neo 发布于 2023-08-04 07:58:20 +00:00 | 2479 次提交 在此版本后已推送到 main

    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.
    下载附件