Skip to content

Releases: ivan-lednev/obsidian-day-planner

0.19.1

09 Mar 18:22
Compare
Choose a tag to compare

✨ New Feature: Internet Calendar Sync (Google, Outlook, iCloud)

  • This lets you display events from calendars like Google Calendar, iCloud Calendar, Outlook Calendar
  • You only need to add a link in the plugin settings to start displaying events from that calendar

See README for details.

0.18.0

19 Feb 20:15
Compare
Choose a tag to compare

0.18.0

✨ New features

  • Now hovering over a task with Control pressed will trigger a preview pop-up. This works great with the awesome Hover Editor plugin
  • Now when you click on a task, if there is an open tab for that file, the plugin is going to reuse it

0.17.2

19 Feb 09:52
Compare
Choose a tag to compare

🐞 Fixed issues

  • Fix creating tasks with drag-and-drop

0.17.1

18 Feb 20:14
Compare
Choose a tag to compare

💥 Breaking changes

  • Now by default, if your Dataview souce filter is empty, tasks are pulled only from visible daily notes
    • Most people never touch this field, so the plugin is going to be lightning-fast by default
    • If you want to add other folders or tags as task sources, you can still do so by adding them explicitly

✨ New features

  • When dragging tasks from daily notes across days in the weekly view, they now get moved across files
  • There is now an option to hide completed tasks from timeline
  • There is now an option to hide subtasks from task blocks in the timeline

🐞 Fixed issues

  • New drag-and-drop operations can now be started immediately after previous ones
  • The plugin is much faster in the default use case (daily notes only)
  • You can use plain list items in daily notes again
  • Notifications work again
  • Unscheduled tasks now fit their contents

Acknowledgements

  • Big thanks to @weph for helping me figure out a good performance solution

0.16.0

30 Nov 19:30
Compare
Choose a tag to compare

✨ New features

  • You can now drag tasks between days, and even from the timeline view to weekly view and back! Note that a moved task doesn't get moved to a different file, but its scheduled property gets updated (#315)
  • Hour format in the ruler is now configurable (#322)
  • You can now configure by how much the task time shifts minimally, when dragging the task (#331)

🐞 Fixed issues

  • The status bar widget is shown again, properly tracking the time of active & upcoming tasks (#219, #302)

0.15.3

03 Nov 18:11
Compare
Choose a tag to compare

Fixed issues

  • fix bug with switching days from timeline controls

0.15.2

30 Oct 09:20
Compare
Choose a tag to compare

Fixed issues

  • Fix switching days from timeline header

0.15.1

28 Oct 16:31
Compare
Choose a tag to compare

Fixed issues

  • Tasks no longer go over day border

0.15.0

28 Oct 16:04
Compare
Choose a tag to compare

New Features

  • Nested unscheduled tasks now can be hidden (#299)
  • Now when you create with drag-and-drop, dragging changes duration, not start time (#300)
  • Now there is an option to display timestamps in timeline view
  • There is now an option to change the size of the unscheduled tasks block

Fixed Issues

  • Editing a task without changing its time no longer blocks the planner

0.13.1

24 Oct 14:56
Compare
Choose a tag to compare

Fixed issues

  • Time indicator is now shown only for today again