Skip to content

Releases: an920107/blog

v0.6.1

15 Dec 19:23

Choose a tag to compare

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

15 Dec 18:56

Choose a tag to compare

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

24 Oct 12:49

Choose a tag to compare

v0.5.2 Pre-release
Pre-release
  • NO-ISSUE Update frontend version to 0.5.2 (#204)
  • BLOG-201 Fix structured data not found issue (#203)

v0.5.1

24 Oct 02:25

Choose a tag to compare

v0.5.1 Pre-release
Pre-release
  • NO-ISSUE Update frontend version to 0.5.1 (#196)
  • BLOG-194 Fix drawer close behavior by resetting scroll position (#195)

v0.5.0

23 Oct 16:10

Choose a tag to compare

v0.5.0 Pre-release
Pre-release
  • 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)

v0.4.0

17 Oct 14:18

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • BLOG-159 Fix truncating text style error on ToC (#160)
  • BLOG-155 Make post semantic id immutable (#157)
  • BLOG-154 Fix datetime input timezone issue (#156)
  • BLOG-89 Post ToC (#153)
  • BLOG-149 Fix to return 404 if label not found when updating or creating a post (#152)
  • BLOG-141 Post editor and post details (#150)
  • BLOG-146 Label editor and label details (#148)
  • BLOG-145 Add pre-commit hooks (#147)
  • BLOG-140 Label management (list and create) (#144)
  • BLOG-142 Move label to a new feature (#143)
  • BLOG-126 Post management (list and create) (#139)
  • BLOG-127 Image management (upload) (#138)
  • BLOG-136 Dashboard route and frontend authentication (#137)
  • BLOG-133 Unique label name and semantic ID (#135)
  • BLOG-125 Get post by sementic ID (#134)
  • BLOG-97 Remove obsolete migration script for post and label tables (#131)