Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 3.17 KB

0.20.1 - 0.20.4

  • 🐞 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
  • 🐞 Move task on copy, instead of changing its size
  • 🐞 Fix different hourglass emoji breaking task movement
  • 🐞 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.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.1 - 0.19.6

  • 🐞 Fix iOS crash
  • 🐞 Fix performance on startup
  • 🐞 Fix colorful timeline both for local & remote calendars
  • 🐞 Fix planner not reacting to daily note creation
  • 🐞 Fix displaying hover preview

0.19.0

✨ 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

✨ 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

🐞 Fixed issues

  • Fix creating tasks with drag-and-drop

0.17.0

💥 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