-
feat: list-style PDF layout with per-hour weather symbols
released this
2026-04-13 12:56:55 +02:00 | 68 commits to main since this releaseLayout — switched from absolute-positioned calendar grid to agenda/list:
- Each day column divided into equal-height hour rows (flex: 1)
- Tasks listed as text rows within their hour slot (time + title inline)
- No absolute positioning, no background stripes, no floating blocks
- External calendar events: light tinted row with left border + bold title
- User tasks with project: left border in project color
- User tasks without project: plain text, no border
- Time column updated to flex rows, stays aligned with day column rows
Weather — switched to hourly API data (temperature_2m + weather_code):
- Small colored circle + temperature shown in top-right of each hour row
- Color encodes condition: amber=clear, gray=cloudy, blue=rain,
pale-blue=snow, purple=thunderstorm - Removed WMO text dictionaries (no more written-out condition text)
v1.96.3
Downloads