-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctness issue with weekly display #106
Comments
@blobberim Thanks for logging the issue. It is a defect in the code. It will be fixed. |
@blobberim This has now been fixed in v1.5.1. |
thanks for quick turnaround, looking good! Wondered if |
@blobberim Yeah, I was running out of time yesterday and v1.5.1 was released in a hurry. I will fix it tonight. |
@blobberim the verbose output was meant for debugging. It is now fixed in v1.5.2. |
hi, sorry to be a pest but it seems the Milestone placement also needs the same fix - a milestone added past the year boundary will appear to jump forward a week past the correct placement |
Hi, seeing some issue with the weekly display where the task bars are not assigned to the correct weeks (perhaps when spanning a year boundary, week-number issue?)
to reproduce:
Even though the second task starts the day after the first one ends, it looks like there is a week in between (
show_first_day_of_week
False as well):Windows and Mac, python 3.11, dateutil 2.9.0.post0, Aussie locale settings
The text was updated successfully, but these errors were encountered: