From 8b666094d12fa9a6f4ff6ca9441e39384ad9f157 Mon Sep 17 00:00:00 2001 From: Luca Scalzotto Date: Thu, 9 Nov 2023 14:38:04 +0100 Subject: [PATCH] Bump verion to 1.5.0 and update changelog --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefd918..c2e18c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.5.0 + +- Exclude leave tasks from billability calculation. +- Show leave hours in tooltip. + ## v1.4.0 - Show actual hours next to billability percentages in tooltip. diff --git a/manifest.json b/manifest.json index 1341ffe..8a5c40e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "TimeChimp Billability Chart", "description": "Adds a billability chart on the TimeChimp hours page.", - "version": "1.4.0", + "version": "1.5.0", "manifest_version": 3, "permissions": [ "webRequest"