Skip to content

Releases: vran-dev/obsidian-contribution-graph

0.9.0

22 Feb 01:36
Compare
Choose a tag to compare

What's Changed

  • feat: support reset background color to default & set brightness to max default by @vran-dev in #61
  • fix: week indicator not aligned if increased height of cell by @vran-dev in #64
  • feat: support status in filter method for task by @vran-dev in #66
  • feat: set brightness to max in color picker
  • feat: update date input placeholder

Full Changelog: 0.8.0...0.9.0

0.8.0

04 Feb 08:50
Compare
Choose a tag to compare

What's Changed

  • fix: task initialization state is incorrect when add filter first by @vran-dev in #52
  • feat: add about tab in setting panel by @vran-dev in #54
  • feat: support resize cell height and width by @vran-dev in #55
  • fix: FILE_NAME date field not work by @vran-dev in #56
  • feat: unregister renderContributionGraph function when unload plugin by @vran-dev in #57
  • feat: hide activity list container if no items by @vran-dev in #58
  • feat: update default cell rules by @vran-dev in #59
  • feat: set default background color to background-primary-alt by @vran-dev in #60

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Jan 11:40
Compare
Choose a tag to compare

What's Changed

  • feat: add close button to activity container by @vran-dev in #45
  • feat: new color picker in cell style by @vran-dev in #48
  • feat: add font size change input by @vran-dev in #49
  • feat: disable edit button in reading view by @vran-dev in #50
  • feat: support change main container style by @vran-dev in #51

Full Changelog: 0.6.2...0.7.0

0.6.2

13 Jan 09:43
Compare
Choose a tag to compare

What's Changed

  • fix: graph not rendered correctly when first start obsidian by @vran-dev in #44

Full Changelog: 0.6.1...0.6.2

0.6.1

11 Jan 10:54
Compare
Choose a tag to compare

What's Changed

  • fix: change to whole year or month not work if has days field by @vran-dev in #43

Full Changelog: 0.6.0...0.6.1

0.6.0

11 Jan 05:33
Compare
Choose a tag to compare

What's Changed

  • support query task data to generate heatmap graph by @vran-dev in #30
  • feat: use tab component to optimize form pages by @vran-dev in #31
  • feat: auto generate date range by provided data in render api by @vran-dev in #32
  • feat: justify edit-button top property to theme by @vran-dev in #34
  • feat: redesign task query and filter logic by @vran-dev in #35
  • feat: add fit screen setting by @vran-dev in #36
  • feat: optimize calendar & git style graph style by @vran-dev in #37
  • fix: git style graph render incorrectly if startOfWeek is not specifi… by @vran-dev in #38
  • feat: click cell to show related data item by @vran-dev in #39
  • optimize: refactor i18n implementation by @vran-dev in #40
  • feat: add latest month and years date range options by @vran-dev in #42

Full Changelog: 0.5.0...0.6.0

0.5.0

04 Jan 05:48
Compare
Choose a tag to compare

What's Changed

  • feat: support customize global cell style by @vran-dev in #20
  • feat: add create contribution graph context menu by @vran-dev in #21
  • feat: add i18n to charts by @vran-dev in #22
  • feat: supports specifying the format of dateField by @vran-dev in #24
  • fix: tooltip may not hidden when graph re-rendered by @vran-dev in #11
  • feat: support file.ctime and mtime as datefield by @vran-dev in #28
  • feat: add datefield suggest by @vran-dev in #29

Full Changelog: 0.4.0...0.5.0

0.4.0

24 Dec 09:45
Compare
Choose a tag to compare
  • add the create contribution graph command
  • support contributionGraph codeblock covert to graph automatically
  • support set title style
  • support modify graph without writing code
  • add react
  • add new ci
  • refactor render code

0.3.0

19 Dec 06:28
1bd0b2d
Compare
Choose a tag to compare
  1. Add Calendar View
  2. Add Cell Rule Indicators
  3. fix some bugs in the default view

0.2.0

17 Dec 10:49
Compare
Choose a tag to compare
  • feature: add Month Track Graph type
  • feature: update default cell rules
  • fix: tooltips display anomaly when has two same date data
  • ref: code optimize
  • docs: update docs