Skip to content

Releases: dileepadev/blog-dileepa-dev

v1.1.0

06 Mar 16:48
7caa301

Choose a tag to compare

v1.1.0 - March 6, 2026

Related Issues or PRs

  • Issues: #2

Added - v1.1.0

  • Add published date and updated date
  • Change pubDate to publishedDate
  • Show a floating action button for ToC on mobile view
  • Custom 404 page
  • Add blog sync workflow and script
  • Centralize site metadata, content schema, and utilities
  • Pin welcome post to the bottom of the list
  • Add analytics and monitoring:
    • Microsoft Clarity
    • Google Analytics

Changed - v1.1.0

  • Update layout title
  • Update welcome page hero title size
  • Fix font sizes across all screen resolutions
  • Display 2-3 cards on one row
  • Improve UI of search and filter
  • Improve UI of blogs page table view
  • Remove tags column on blogs page table view

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Feb 05:42
bcd9fb8

Choose a tag to compare

v1.0.0 - February 4, 2026

Related Issues or PRs

  • Issues: #1

Added

  • Initial release of the Astro-based blog with core blogging functionality:
    • Set up the Astro project structure and scaffolding
    • Added Tailwind CSS and configured global styles and brand theme
    • Implemented light/dark theme support (respects system preference)
    • Added home, about, and blog listing pages
    • Added blog post support using Markdown/MDX with banner images, header metadata (title, date, tags), and an in-page table of contents
    • Implemented improved date formatting (e.g., January 31, 2026)
    • Added blog search, sorting, and share features
    • Implemented responsive design and basic routing/navigation
    • Configured SEO basics (meta tags, sitemap)
    • Added README with setup and usage instructions
    • Deployed the site to production
    • Displayed project version in the footer
    • Stacked welcome page action buttons on mobile (2 rows)
    • Stacked blog search bar and sort dropdown on mobile (2 rows)
    • Added visible labels for search and sort controls
    • Added card and table views on blog listing with a toggle and table interactions
  • Focused on simplicity, performance, and maintainability as the baseline for future enhancements
  • This release represents the baseline functionality for the blog and is intended as a stable foundation for future features and improvements.

Full Changelog: https://github.com/dileepadev/blog-dileepa-dev/commits/v1.0.0