Releases: adliance/Togglr
v1.3.2
Migration notice
Toggl is introducing API request limits in September and therefore we have updated the caching algorithm to not exceed API limits.
In favor of that we got rid of the entries_until_20xx.json file and store all entries from the beginning on in entries.json.
Therefore, if you've got entries prior to 2025, either remove both json file if you execute the new Togglr version before 5th September. This will automatically fetch all entries from beginning of your history on and store it in entries.json.
If you execute the new Togglr version past this date, remove the entries.json file and rename your entries_until_20xx.json file to entries.json.
This preserves your history and fetches all missing entries up to the current date.
For more information have a look at the PR.