Skip to content

Commit e721aef

Browse files
jonhadfieldclaude
andcommitted
Update documentation for v0.4.1 release
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>
1 parent 19c9290 commit e721aef

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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
32+
733
## [0.3.5] - 2024-01-08
834

935
### Fixed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,17 @@ sn --use-session get notes
8888

8989
## 🆕 Recent Updates
9090

91-
### Version 0.3.5 (2024-01-08)
92-
- 🐛 **Fixed**: Conflict warning handling
93-
-**Added**: Helper tests
94-
- 🔧 **Improved**: Code simplification
95-
96-
### Version 0.3.4 (2024-01-07)
97-
- 🐛 **Fixed**: Command completion and updated instructions
91+
### Version 0.4.1 (2026-01-30)
92+
- 🔐 **Fixed**: Authentication issues with updated dependencies
93+
- 🏷️ **Improved**: Tag cloud visualization with offline support
94+
- 🛡️ **Enhanced**: Network error handling and graceful degradation
95+
- 🐛 **Fixed**: Tag reference matching and display issues
96+
97+
### Version 0.4.0 (2026-01-29)
98+
- 💾 **Added**: Backup and restore functionality
99+
- 📤 **Added**: Enhanced export with multiple formats
100+
- 🎨 **Added**: Tag cloud visualization
101+
- 📝 **Added**: Note templates system
98102

99103
**[View full changelog →](CHANGELOG.md)**
100104

0 commit comments

Comments
 (0)