Skip to content

Releases: decaf-dev/obsidian-dataloom

8.16.0

28 Apr 00:46
919ae14
Compare
Choose a tag to compare

Feature

  • add a sort option to the multi-tag options menu. #937 Thanks to @42ama

8.15.12

22 Feb 03:20
c31d679
Compare
Choose a tag to compare

Fix

  • replace new lines with break tags for markdown export #901

8.15.11

03 Jan 05:28
5df0b6f
Compare
Choose a tag to compare

Breaking changes for developers

If you have previously cloned the repository for development, you will need to follow the new directions in CONTRIBUTING.md

Feature

  • build files into the dist folder
  • use js-logger for all log statements
  • add more descriptive log statements
  • add granular log level support TRACE, DEBUG, INFO, etc

Fix

  • fix main.css not being renamed to styles.css in dev mode
  • stop updateRowsFromSource being called when sources are empty
  • fix cell content being erased after preforming an operation #916

Docs

  • update CONTRIBUTING.md with new build path info

8.15.10

17 Dec 03:55
39e2966
Compare
Choose a tag to compare

Fix

  • update all app views when a loom file is modified externally. This makes DataLoom work well now with Obsidian sync. #730

8.15.9

17 Dec 02:01
b8a5bb1
Compare
Choose a tag to compare

Fix

  • allow null values in CSV import #907

Thanks to @jinsihou19

8.15.8

11 Dec 23:57
c816aa7
Compare
Choose a tag to compare

Fix

  • remove source, source file, last edited and creation time columns as options from the import column match menu. These columns are meant to be populated only by DataLoom.
  • resolve crash of loom after number cell import. This update also adds support for other types that were not being imported properly. If your loom is not working, please make a post in the DataLoom Discord.

8.15.7

05 Dec 08:39
623bcb4
Compare
Choose a tag to compare

Fix

  • resolve checkbox filter not updating when selecting dropdown
  • resolve crash for incorrect validation of checkbox filter

8.15.6

04 Dec 01:26
ba70961
Compare
Choose a tag to compare

Fix

  • don't crash on mismatch between property type and value. Display "Invalid property value" instead

8.15.5

01 Dec 05:49
adc3f83
Compare
Choose a tag to compare

Feature

  • add filter when filter menu is first opened
  • close filter menu when last filter is deleted

Fix

  • update broken quickstart and embed-loom links in WelcomeModal

8.15.4

28 Nov 23:36
5362e0c
Compare
Choose a tag to compare

Fix

  • resolve frontmatter source loading date without a timestamp as UTC instead of local timezone. For example, 2023-10-10 PST would be loaded as 2023-10-10 UTC and consequently display as 2023-10-09 PST.