Skip to content

Releases: pyrochlore/obsidian-tracker

v1.9.1

30 Jul 03:18
Compare
Choose a tag to compare
  • Fixed errors on collecting time values from dvField
  • Fixed errors on collecting wiki while fileCache.links is undefined

v1.9.0

27 Jul 11:55
Compare
Choose a tag to compare
  • Add a new output type pie, rendering a pie chart
  • Allow expressions (operators and functions) as data inputs for output type summary, bullet, and pie
  • Allow formatting evaluated expressions by a following format string

v1.8.2

10 Jul 04:28
Compare
Choose a tag to compare
  • Fixed tasks searching not working for multiple targets

v1.8.1

05 Jul 11:43
Compare
Choose a tag to compare
  • Fixed bugs while using month view with parameter xDataset

v1.8.0

04 Jul 09:53
Compare
Choose a tag to compare
  • Add a new searchType task, retrieving data from tasks
  • Enhancement
    • Month view
      • Add parameter circleColorByValue to show color based on the value
      • Support multiple targets (dataset), change the dataset by clicking the header
      • Add a button to show current month
    • Accept ISO-8601 date as dateFormat
    • Relative date input for startDate and endDate
  • Fixed missing dvField values at the last line of files

v1.7.0

21 Jun 13:26
Compare
Choose a tag to compare
  • Add a new output type 'month', rendering a month view for a given dataset
  • Fixed bugs

v1.6.1

12 Jun 15:41
Compare
Choose a tag to compare
  • Add new targets 'numWords', 'numChars', and 'numSentences' for input type 'fileMeta'

v1.6.0

05 Jun 09:28
Compare
Choose a tag to compare
  • Add a new input type 'fileMeta', getting meta data from a file
  • Add a new output type 'bullet', rendering a bullet chart
  • Enhancement
    • Accept tracking time values
    • Allow tracking nested values from front matter
    • Allow using dataset with date values as xDataset
    • Add more template variables
    • Allow parsing date in wiki brackets
  • Fixed bugs

v1.5.1

20 May 16:47
Compare
Choose a tag to compare
  • Fixed labels not shown in light theme
  • Enhanced error handling for searchType 'table'

v1.5.0

20 May 09:59
e86bf9f
Compare
Choose a tag to compare
  • New searchType 'table', searching records from a given table
  • New searchType 'dvField', searching the inline fields used with Dataview plugin
  • Enhance multiple values extraction
    • Allow using multiple values in searchType 'text'
    • Allow using array values in searchType 'frontmatter'
    • Allow using multiple values in searchType 'dvField'
    • Allow using multiple values in searchType 'table'
    • Allow using custom separator for multiple values extraction
  • Improve performance
  • Reduce package size