Skip to content

Releases: ivan-lednev/obsidian-day-planner

0.24.0

28 Sep 18:00
Compare
Choose a tag to compare

0.24.0

✨ New features

  • Active task end time is now shown in status bar
  • Notifications now show timestamps

🐞 Fixed issues

  • Now tasks with no text content are not shown in timeline
  • Fixed deleted recurrences of events in remote calendars showing up
  • Fixed 12 am parsed as noon

0.23.2

27 Sep 09:30
Compare
Choose a tag to compare

✨ New features

  • Now clicking on checkboxes on the timeline completes a task. obsidian-tasks logic is also respected: recurrent tasks get updated, 'finished' property gets added
  • There is now an option to sort items by time in your planner after an edit (thanks, @Gelio)
  • You can now configure what kind of task to create on edit: bullet (- task) or checkbox (- [ ] task)
  • Minimal task duration is now configurable. Now tasks won't shrink beyond this point when editing
  • Timestamps get parsed anywhere on the line, not only at the start, e.g.: - [ ] #task 20:30 - 21:00 Wake up
    • Note that if a timestamp is not at the start of the line, it needs to be in a stricter format to avoid confusing the plugin
      • 20:00 will work
      • 2000 will not work
  • There is now an option to specify your email in remote calendar config. If you do this, your RSVP status (declined/tentative) will get displayed on remote tasks from this calendar (thanks, @ramandv)

🐞 Fixed issues

  • Now timeline will stay where you've left it when you reload Obsidian (thanks, @k4a-l)

0.22.1

02 Sep 21:28
Compare
Choose a tag to compare
0.22.1

0.21.1

21 Jul 19:40
Compare
Choose a tag to compare

✨ New features

  • Drag-and-drop edits are now working on mobile: long-press on a task block to see the controls, tap on the control and start dragging to change task time
  • Added floating edit controls on top of task blocks. All the edit modes are now easily available
  • Now you can change task start time
  • There is now a new edit mode: move block and shrink neighboring blocks
  • Now you can manually adjust the height of the unscheduled tasks section through drag-and-drop

🐞 Fixed issues

  • Fixed empty remote event names breaking the plugin (#430)
  • Fixed advanced editing with Ctrl/Shift not working (#462). To do advanced edits, simply hover over the block, then over the edit controls

0.20.4

29 Apr 17:23
Compare
Choose a tag to compare
  • 🐞 Fix calendar events without a location crashes plugin (#438, thanks, @sepatel)
  • 🐞 Do not print undefined inside checkbox when list item is not a task (#368, thanks, @Gelio)
  • 🐞 AM/PM doesn't match unexpectedly anymore (#312, thanks, @teisermann)

0.20.3

18 Mar 15:55
Compare
Choose a tag to compare
  • 🐞 add toggle to disable release notes (#399)
  • 🐞 do not reset timeline position when it's already open (#289)
  • 🐞 do not replace tab content when opening weekly view (#313)
  • 🐞 fix status bar error breaking plugin

0.20.2

17 Mar 19:42
Compare
Choose a tag to compare
  • 🐞 Move task on copy, instead of changing its size

0.20.1

17 Mar 18:10
Compare
Choose a tag to compare
  • 🐞 Fix different hourglass emoji breaking task movement

0.20.0

15 Mar 15:35
Compare
Choose a tag to compare

0.20.0

New features

  • ✨ Color coding: you can define background color for blocks containing certain text in first line
  • ✨ Weekly view now displays unscheduled tasks on top
  • ✨ Advanced drag-and-drop editing does not require modifier keys any more, you pick current edit mode in timeline controls

Fixed issues

  • 🐞 Fixed scheduling tasks for other days than today (by @Lunkle)
  • 🐞 Pointer to current time is now more visible
  • 🐞 Task summary in internet calendars is now displayed next to calendar name, to make it visible in short blocks

0.19.6

11 Mar 17:33
Compare
Choose a tag to compare
  • 🐞 Fix iOS crash