Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

1.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:30
· 1659 commits to master since this release

1.7.0

Shiny new things

  • New config option to choose the row height ISSUE#69 artisticat1
  • New config to freeze first column ISSUE#51 artisticat1
  • New type of column: Tags! Now you can select multiple options inside a cell powered with react-select component. Search of tags inside the form, control of duplicates, choose of tag colors inside the config and more! Frontmatter flavour saves the tags as yaml array. Inline flavour saves the tags as a string separated by commas ISSUE#36

Improved

  • New button to remove the cell value easily of select column types

Visual

  • Visual improvements with selected tags, properties menu & calendars PR#105 artisticat1

No longer broken

  • with subgroup config on, now file link is updated correctly ISSUE#101
  • Error handler adding option labels on modal of selected columns ( and now tags too)
  • Control of duplicated options during the load of database, leaving only one unique option
  • Control of special character that potentially breaks yaml frontmatter ISSUE#103