Compare commits
2 Commits
main
...
d95d12d324
| Author | SHA1 | Date | |
|---|---|---|---|
| d95d12d324 | |||
| 084b27f945 |
@@ -74,8 +74,3 @@ Presets are available for **Start Timer** and **Stop Timer**.
|
|||||||
### Version 2.1.1
|
### Version 2.1.1
|
||||||
|
|
||||||
- Prevent module crash if user has no Clients
|
- Prevent module crash if user has no Clients
|
||||||
|
|
||||||
### Version 2.1.2
|
|
||||||
|
|
||||||
- Update node runtime to node22
|
|
||||||
- make polling interval configurable as toggl is updating their [API usage limits](https://support.toggl.com/en/articles/11484112-api-webhook-limits)
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "toggl-track",
|
"name": "toggl-track",
|
||||||
"version": "2.1.2",
|
"version": "2.1.1",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user