Skip to content

Releases: wenlzhang/obsidian-todoist-context-bridge

0.9.0

06 Dec 18:30
Compare
Choose a tag to compare

In this version, several new features have been added, along with some fixes and fine-tuning. Since quite a few things have been changed, if it doesn't work as expected, please delete data.json and reconfigure the settings. Feel free to test it and provide feedback.

Feature

  • Allow project selection in modal
  • Improve non-task modal due date, priority, etc.
  • Add label to Todoist

Fix

  • Fix Todoist link insertion without frontmatter
  • Fix task indentation
  • Fix task description sync

Fine tune

  • Fine tune modal UI
  • Fine tune metadata
  • Fine tune auto-tagging toggle and warning messages
  • Fine tune settings tab

0.8.2

04 Dec 20:41
Compare
Choose a tag to compare

Feature

  • Add timestamp to task description metadata and Todoist link
  • Tune manual task description after metadata

0.8.1

30 Nov 22:54
Compare
Choose a tag to compare

Fix

  • Fix Todoist link insertion
  • Fine tune task modal
  • Clarify descriptions in settings tab
  • Improve docs

0.8.0

30 Nov 17:38
Compare
Choose a tag to compare

Feature

  • Allow auto tagging when syncing a task to Todoist
    • This can be useful if you want to track in Obsidian which tasks have been synced to Todoist.
    • You need to enable this in the settings to use it.

0.7.0

29 Nov 19:37
Compare
Choose a tag to compare

Feature

  • Sync Todoist task description to Obsidian
    • Insert task description under current task as list items
    • Format with proper indentation

0.6.0

29 Nov 11:40
Compare
Choose a tag to compare

Feature

  • Add relative due date
  • Add skipping weekends for relative dates (use this for assisting better work-life balance 😃 )
  • See README and settings tab for details

Added

  • Enhanced date handling features:
    • Improved relative date processing (e.g., 1d, +1d, 20d)
    • Contextual weekend skipping for relative dates
    • Smart date validation with clear error messages
    • Past date confirmation dialog
  • Improved user experience:
    • Dynamic weekend skip toggle (only shows for relative dates)
    • Clear date format hints in task modal
    • Better date validation feedback

Changed

  • Refined task modal UI for better date input experience
  • Enhanced date format documentation
  • Improved date processing error messages

0.5.0

28 Nov 21:24
Compare
Choose a tag to compare

Feature

  • Support syncing task priority (see README for details)
    • Custom priority key
    • Allow multiple mapping
    • Set default priority
    • Etc.

Other

  • Update priority in documentation
  • Tune settings and modal UI

0.4.1

28 Nov 12:54
Compare
Choose a tag to compare

Feature

  • Add Dataview cleanup rules for easier setup
  • Add moment.js cleanup rules for easier setup

0.4.0

27 Nov 22:02
Compare
Choose a tag to compare

In this version, there are no significant feature changes, but there are refinements in the UI, codebase, documentation, and more.

Changes

  • Address plugin review comments
  • Improve code format
  • Update README
  • Improve release automation

0.3.0

27 Nov 13:19
Compare
Choose a tag to compare

In this version, there are no major changes to the features, but there is a significant change in the codebase.

Code base

  • Release automation
  • Refactor and clean up code