You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to Calino will be documented in this file.
4
4
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).
0 commit comments