Skip to content

Commit d4c8b96

Browse files
docs: add v0.13.1 changelog
1 parent 382c6fd commit d4c8b96

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to Calino will be documented in this file.
44

5+
## [0.13.1] - 2026-06-14
6+
7+
### Improvements
8+
- **Closing animations for modals** — both the event preview popup and the full event editor now have smooth fade-out animations when dismissed.
9+
- **NLP time range parsing** — typing "hang out at 16 to 17" or "meeting from 3pm to 5pm" now correctly creates a 1-hour event at the right times, instead of ignoring the end time.
10+
- **NLP title cleanup** — duration phrases like "for 2 hours" are now stripped from event titles ("meeting at 3pm for 2 hours" → "Meeting", not "Meeting for 2 hours").
11+
- **NLP location accuracy** — time ranges like "16 to 17" are no longer mistakenly extracted as a location.
12+
- **Event preview backdrop** — clicking outside the preview popup now properly closes it without activating elements behind it (matching the full editor's behavior).
13+
14+
### Fixes
15+
- **Compact mobile day cells** — tapping the day number in month view now opens the small popup instead of navigating to the full day view.
16+
- **Mobile tasks button** — the "Add task" button now shows just "Add" on small screens to avoid text overflow.
17+
- **View dropdown on touch** — the view switcher dropdown no longer requires a double-tap on touch devices.
18+
- **Null guard in preview popup** — fixed a crash when the preview popup tried to extract an event ID from a null value.
19+
20+
### Internal
21+
- 26 new tests covering NLP edge cases (time ranges, location extraction, full parser pipeline).
22+
523
## [0.13.0] - 2026-06-12
624

725
### New Features

0 commit comments

Comments
 (0)