Skip to content

Releases: mcndt/obsidian-toggl-integration

0.11.0

23 Jul 12:50
Compare
Choose a tag to compare

0.10.0

04 Mar 22:37
Compare
Choose a tag to compare

[0.10.0]

  • Upgraded to Toggl v9 API and Toggl Reports v3 API. Summary reports are now much faster to load, even for longer time spans (e.g. 1 year)

0.9.0

22 Aug 15:50
Compare
Choose a tag to compare
0.9.0

0.8.3

20 Aug 21:35
Compare
Choose a tag to compare
0.8.3

0.8.1

23 Mar 13:00
Compare
Choose a tag to compare

🐛 Fixes

  • Reverted features from 0.8.0 release due to breaking errors. I will polish this up in the future for a rerelease.

For discussion on the feature revert, see: #74

0.8.0

05 Mar 23:33
Compare
Choose a tag to compare

✨ Features

  • Toggl reports are now cached for the duration of an Obsidian user session, meaning that reports are only fetched once. Subsequent reports over the same time spans should now load nearly instantly!

0.7.3

27 Feb 19:21
Compare
Choose a tag to compare

⚙️ Internal

  • When installed on API version 0.13.25 or higher, the plugin now uses Obsidian's own requestUrl API instead of the third-party dependency got. This lays the foundation for supporting Mobile platforms in the future.

0.7.2

22 Feb 18:54
Compare
Choose a tag to compare

🐛 Fixes

  • Fix timers having "Unknown project" on opening Obsidian (issue #32)
  • Fixed the start/stop button accent color to be more accessible on Minimal Theme (issue #67)

0.7.1

08 Feb 20:39
Compare
Choose a tag to compare

✨ Features

  • When hovering over the project color circle of a list report row, it shows a tooltip with the project name.

🐛 Fixes

  • Fixed extra vertical whitespace appearing when a report block is rendered in preview mode.
  • Filtering by tags is now properly case insensitive.

0.7.0

07 Feb 16:51
Compare
Choose a tag to compare

✨ Features

  • Entries in a list report now show applied tags. Entries will only stack if their tags are the same. (issue #44)
  • Added support for filtering reports by tags via {INCLUDE|EXCLUDE} TAGS #tag1[, #tag2, ...] (issue #55)

See the documentation on how to use tag filters.

⚙️ Internal

  • Summary