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: RELEASE_NOTES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Release Notes
2
2
3
+
## Version 0.7.3 — 06 Apr 2026
4
+
5
+
### 🐞 Fixes
6
+
7
+
- Fix note title duplication when updating notes via API. The `body` field already contains the title as its first line, but a separate `title` field was also being sent, causing the title to appear twice in Bear. Now `body` is the single source of truth for updates — title is auto-extracted from the first line.
0 commit comments