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
Added release notes for v0.4.1 (2026-01-30) documenting:
- Authentication fixes with updated gosn-v2 dependency
- Tag cloud improvements with offline support
- Enhanced network error handling
- Tag reference matching fixes
Also documented v0.4.0 features including backup/restore,
enhanced export, tag cloud visualization, and templates.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.4.1] - 2026-01-30
8
+
9
+
### Fixed
10
+
- Authentication issues by updating gosn-v2 dependency to fix cookie-based auth
11
+
- Tag cloud to properly use Tag→Note references instead of Note→Tag
12
+
- Tag cloud to work completely offline using cached data
13
+
- Network error handling in tag cloud with graceful degradation
14
+
- Tag reference matching and display issues
15
+
16
+
### Improved
17
+
- Tag cloud now supports offline operation with cached items
18
+
- Enhanced debugging for note reference detection
19
+
- Better error messages for network failures
20
+
21
+
## [0.4.0] - 2026-01-29
22
+
23
+
### Added
24
+
- Backup and restore functionality with optional encryption
25
+
- Enhanced export with multiple format support (Markdown, HTML, static site)
26
+
- Tag cloud visualization for exploring note relationships
27
+
- Note templates system for quick note creation
28
+
- Visual improvements with better progress indicators
29
+
30
+
### Changed
31
+
- Updated authentication to use cache.GetSession for better session management
0 commit comments