Skip to content

Commit

Permalink
Add ouderschapsverlof to leave tasks (#15)
Browse files Browse the repository at this point in the history
* fix: Set Ouderschapsverlof as leave task as well

* Update version and changelog

---------

Co-authored-by: Luca Scalzotto <[email protected]>
  • Loading branch information
DannyvdSluijs and LucaScorpion authored Feb 28, 2024
1 parent 942f764 commit 36e2c5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.8.1

- Add "Ouderschapsverlof" to leave tasks.

## v1.8.0

- Show billability percentage in chart.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ These are entries with the following task names:

- Bijzonder verlof
- Feestdag
- Ouderschapsverlof
- Tijd voor tijd
- Verlof

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "TimeChimp Billability Chart",
"description": "Adds a billability chart on the TimeChimp hours page.",
"version": "1.8.0",
"version": "1.8.1",
"manifest_version": 3,
"permissions": [
"webRequest"
Expand Down
1 change: 1 addition & 0 deletions src/content/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getWeek, getYear } from 'date-fns';
const LEAVE_TASKS = [
'Bijzonder verlof',
'Feestdag',
'Ouderschapsverlof',
'Tijd voor tijd',
'Verlof',
];
Expand Down

0 comments on commit 36e2c5b

Please sign in to comment.