Skip to content

Releases: an920107/blog

v0.7.3

Choose a tag to compare

@an920107 an920107 released this 30 Apr 05:47

πŸ› Bug Fixes

  • Fix that the RSS xml link at footer is error. (#289)

v0.7.2

Choose a tag to compare

@an920107 an920107 released this 30 Apr 05:46

πŸ› Bug Fixes

  • Fix the issue that the frontend version aren't set for sentry, and the source map aren't uploaded. (#284)

v0.7.1

Choose a tag to compare

@an920107 an920107 released this 08 Apr 01:35

πŸ› Bug Fixes

Mobile Experience
  • Fixed an issue where tooltips failed to open when tapped on mobile devices. (#278)
  • Prevented unexpected screen scaling on iOS devices by adjusting the input text size to 16px. (#276)
UI & Interaction
  • Resolved an issue that caused the page to scroll down unexpectedly when a dialog was closed by preventing auto-focus on close. (#277)
  • Updated the PostOverallPage title to correctly utilize dynamic string constants. (#280)
  • Added the missing page title to the Terms page. (#279)

v0.7.0

Choose a tag to compare

@an920107 an920107 released this 04 Apr 16:46

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:
    • Implemented ETag and HTTP caching for image retrieval to drastically improve loading speeds and save bandwidth (#240).
    • Added a safe image deletion mechanism featuring cross-entity reference tracking to prevent broken media links (#243).
  • 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

  • Bumped backend and frontend packages to version 0.7.0 (NO-ISSUE #260).
  • Synchronized release/0.7 with main and release/0.6 to ensure branch parity (NO-ISSUE #251, #266).

v0.6.2

Choose a tag to compare

@an920107 an920107 released this 30 Mar 18:10

This release addresses an issue found in the previous version.

πŸ› Bug Fixes

  • BLOG-247 Update copyright year number (#248)

v0.6.1

Choose a tag to compare

@an920107 an920107 released this 15 Dec 19:23

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

Choose a tag to compare

@an920107 an920107 released this 15 Dec 18:56

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.2 Pre-release
Pre-release

Choose a tag to compare

@an920107 an920107 released this 24 Oct 12:49
  • NO-ISSUE Update frontend version to 0.5.2 (#204)
  • BLOG-201 Fix structured data not found issue (#203)

v0.5.1

v0.5.1 Pre-release
Pre-release

Choose a tag to compare

@an920107 an920107 released this 24 Oct 02:25
  • NO-ISSUE Update frontend version to 0.5.1 (#196)
  • BLOG-194 Fix drawer close behavior by resetting scroll position (#195)

v0.5.0

v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@an920107 an920107 released this 23 Oct 16:10
  • 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)