Releases: an920107/blog
Releases Β· an920107/blog
Release list
v0.7.3
v0.7.2
v0.7.1
v0.7.0
This update introduces powerful new AI-driven search capabilities, major frontend architectural improvements with Svelte 5, and critical performance optimizations for images and queries.
π New Features & Enhancements
- AI-Powered Semantic Search: Introduced Retrieval-Augmented Generation (RAG) search for posts utilizing Qdrant and FastEmbed, providing users with smarter and more context-aware search results (#237).
- Search Caching Optimization: Implemented a Redis-based query embedding cache for semantic search to significantly reduce latency and improve overall search performance (#246).
- Frontend Architecture Upgrade: Updated dependencies, enforced strict path resolution, and successfully migrated to Svelte 5 reactivity patterns for a more robust and performant user interface (#253).
- Image Management & Delivery:
- UI/UX Improvements:
- Introduced dynamic terms pages and comprehensively refactored the Footer component (#245).
- Added dedicated empty state handling for posts to improve user experience when no content is available (#236).
Streamlined the interface by removing the unused SearchBar component and refining the visual styling of the FilteringDialog (#241).
π Bug Fixes
- Build Stability: Resolved an ONNX build failure by securely migrating the Docker base image to Debian (#262).
- Telemetry & Observability: Fixed the Supply Sentry authentication token in the frontend build process, re-enabling the successful upload of logs and sourcemaps (#261).
βοΈ Maintenance & Chore
v0.6.2
v0.6.1
This release addresses a critical stability issue found in the previous version.
π Bug Fixes
- SSR Stability: Resolved a Server-Side Rendering (SSR) error that caused pages to crash when requesting individual posts (BLOG-238).
- BLOG-238 Fix SSR error when requesting a post (#239)
v0.6.0
This release focuses on improving content discovery for users, enhancing SEO capabilities, and adding new management tools for the dashboard.
π New Features
- Enhanced Content Discovery: Users can now locate content more easily with the ability to search posts by title (BLOG-198) and filter posts by label (BLOG-199).
- RSS Support: Implemented an RSS feed generator script to allow users to subscribe to updates (BLOG-227).
- Image Gallery: A new image gallery dashboard has been implemented to manage visual assets (BLOG-158).
β¨ Improvements & SEO
- SEO & Metadata: Added Open Graph tags and structured data to the home page and post overview pages to improve social sharing and search indexing (BLOG-202).
- UI Polish: Updated and improved favicons to ensure they look consistent in both light and dark modes (BLOG-219).
π§ Maintenance
- Dependencies: Upgraded core dependencies to ensure stability and security (BLOG-197).
2025-12-16.02.54.44.mov
- NO-ISSUE Update version to 0.6.0 (#234)
- BLOG-197 Upgrade dependencies (#232)
- BLOG-199 Filter posts by label (#231)
- BLOG-227 RSS feed entry and generating script (#230)
- BLOG-198 Searching posts by title (#229)
- BLOG-158 Implement image gallery dashboard (#228)
- BLOG-202 Add open graph and structured data for home page and posts overall page (#222)
- BLOG-219 Improve favicon for light and dark mode (#221)
v0.5.2
v0.5.1
v0.5.0
- NO-ISSUE Update project version to 0.5.0 (#190)
- BLOG-163 Fix dockerfile SecretsUsedInArgOrEnv issue (#189)
- BLOG-187 Fix labels overflow issue on post content page (#188)
- BLOG-161 Add app drawer on mobile devices (#186)
- BLOG-151 Enhance label operation in post editor (#185)
- BLOG-183 Add hover effect when hovering on post preview (#184)
- BLOG-181 Refactor backend for input struct type (#182)
- BLOG-168 Code block syntax highlight (#179)
- BLOG-172 Add open graph metadata on post content page (#178)
- BLOG-171 Order posts from latest to oldest (#177)
- BLOG-173 Image preview in post dashboard (#175)
- BLOG-166 Fix image rendering on post preview (#174)
- BLOG-159 Reorder the page title (#170)