From ee6655fe1377f911f08b3e3a12f10c8182522177 Mon Sep 17 00:00:00 2001 From: Andrin Riiet Date: Tue, 14 Nov 2017 14:57:35 +0200 Subject: [PATCH] 1.8.0 --- CHANGES | 13 +++++++++++++ src/manifest.json | 2 +- src/manifest_ff.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 353a2f2a1..c6d2161de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,18 @@ { "versions": [ + { + "version": "1.8.0", + "rows": [ + "Possibly fixed button in older gitlab versions", + "Added support for ClickUp", + "Added support for Protonmail", + "Added support for Airtable", + "Added support for Onshape" + "Fixed button not appearing in Teamweek", + "In Youtrack now uses the task id on the agile board as well", + "Fixed auto-assigning project in Gitlab if using nested projects" + ] + }, { "version": "1.7.0", "rows": [ diff --git a/src/manifest.json b/src/manifest.json index 98a8ace54..323091460 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "Toggl Button: Productivity & Time Tracker", "short_name": "Toggl Button", - "version": "1.7.0", + "version": "1.8.0", "manifest_version": 2, "description": "Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account", "background": { diff --git a/src/manifest_ff.json b/src/manifest_ff.json index 4d92b5146..6de1c4404 100644 --- a/src/manifest_ff.json +++ b/src/manifest_ff.json @@ -7,7 +7,7 @@ }, "name": "Toggl Button: Productivity & Time Tracker", "short_name": "Toggl Button", - "version": "1.7.0", + "version": "1.8.0", "manifest_version": 2, "description": "Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account", "background": {