Releases: Kageetai/obsidian-plugin-journal-review
Releases · Kageetai/obsidian-plugin-journal-review
2.1.1
fix: fix for settings being linked when creating new time spans
2.1.0
- fix bug calculating oldest note to fetch notes to display
- new setting to always open notes in new tab
- react to mouse middle click
2.0.8
- fix: fix time span settings with identical names colliding
Full Changelog: 2.0.7...2.0.8
2.0.7
- feat: use difference in unit from time span to render title
Full Changelog: 2.0.6...2.0.7
2.0.6
- new option to disable callout styles for note previews
Full Changelog: 2.0.5...2.0.6
2.0.5
fix: update time spans title in settings when changing attributes
2.0.4
Forgot to update the version for the last fixes
2.0.3
Fix sorting for time spans
Full Changelog: 2.0.2...2.0.3
2.0.2
fix: small fix for settings convert script and note preview slicing
2.0.1
Fix empty time spans for disabled humanization (#10) * fix: when mapping not humanized time spans, empty objects can overwrite the others, now check for existing objects and concat if necessary * fix: release action draft * chore: npm run version