Compare commits
3 Commits
d95d12d324
...
a7821a7cb5
| Author | SHA1 | Date | |
|---|---|---|---|
| a7821a7cb5 | |||
| b9060b683f | |||
| 34a2814c19 |
@@ -74,3 +74,8 @@ 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.1",
|
"version": "2.1.2",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user