Releases: mcndt/obsidian-toggl-integration
Releases · mcndt/obsidian-toggl-integration
0.11.0
0.10.0
[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
0.9.0
0.8.3
0.8.3
0.8.1
0.8.0
✨ 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
⚙️ 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 dependencygot
. This lays the foundation for supporting Mobile platforms in the future.
0.7.2
0.7.1
✨ 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
✨ 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