From f2d2883eeef5347c427be72c92c6b51cacd2ed83 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 00:11:19 +0200 Subject: [PATCH] docs: update CHANGELOG for v0.10.22 - Added mobile-optimized tab interface improvements - Documented brand tagline update and UI reordering - Listed mobile sidebar navigation fixes - Recorded reading progress versioning removal --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57efdee7..36acc9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.22] - 2025-01-27 + +### Added + +- Mobile-optimized tab interface for `/my` and `/p/` pages + - Tab text labels hidden on mobile screens (≤768px) to save space + - Shows only icons for highlights, bookmarks, reads, links, and writings tabs + - Maintains full functionality while improving mobile UX + +### Changed + +- Updated brand tagline from "Nostr Bookmarks" to "Read, Highlight, Explore" + - Updated across HTML meta tags, PWA manifest, and Open Graph metadata + - Better reflects core functionality: reading, highlighting, and exploring content +- Reordered bookmarks bar navigation buttons + - New order: Home, Explore, Settings (previously: Home, Settings, Explore) +- Moved highlight button higher up on screen + - Changed position from `bottom: 32px` to `bottom: 80px` for better accessibility + +### Fixed + +- Mobile sidebar not closing when navigating to profile sections + - Fixed issue where clicking "My Reads", "My Highlights", etc. didn't close mobile sidebar + - Added mobile sidebar close logic to all navigation buttons + - Improved mobile navigation experience +- Removed unnecessary versioning from reading progress implementation + - Simplified reading progress events by removing `ver` field + - Updated cache key to remove version suffix + - Cleaner, more maintainable code + ## [0.10.21] - 2025-10-23 ### Fixed