Skip to content

Releases: albugowy15/bughowi.com

v3.1.0

17 Jun 09:18
Compare
Choose a tag to compare

3.1.0 (2024-06-17)

Features

  • add custom 404 page (01cc398)
  • add rss (cb5ee23)
  • add snippets page (29ecc18)
  • better code snippets and package manager tabs (c98e8d7)
  • blog pagination (ccfecba)
  • content prev and next navigation (01426eb)
  • image loading with astro image component (90f3f23)
  • project pagination (4429925)
  • remove package manager tabs component (b7305ba)
  • update cv and about page (c606604)
  • update home intro and about me (0811eef)
  • view transition api (89e37f8)

Bug Fixes

  • astro-expressive-code copy button (5d44952)
  • better seo from semantic tag and image (23a23e5)
  • getStaticPaths satifies GetStaticPaths type (b308ec2)
  • responsive YouTube iframe (78e8341)
  • update copyright to 2024 (f267f46)

Performance Improvements

  • better seo accesibility (8494723)

Reverts

v3.0.0

21 Aug 13:08
Compare
Choose a tag to compare

Rewrite to astro

I've made the decision to transition from Next.js to Astro for this project. Here are the reasons behind this switch:

  • Built-in Markdown Support: Astro simplifies content management by offering built-in markdown support, eliminating the need for additional tools like contentlayer to manage MDX content.
  • Enhanced Performance: Astro's focus on performance, combining server-side rendering with static HTML generation, promises improved page load times and overall site performance.
  • Effortless Content Management: With Astro, managing content becomes more straightforward, contributing to a smoother content creation and editing experience.
  • UI-agnostics: Astro's UI-agnostic nature allows me to utilize my preferred frontend libraries like React, giving me the flexibility to create a unique and tailored user interface for my blog site.

v.2.0.0

22 Jan 06:39
8981120
Compare
Choose a tag to compare

What's Changed

  • New color theme
  • New navigation bar styles
  • Add vercel analytics
  • Add Table of Contents
  • Update About page contents
  • New home button style
  • Migrate Revue to Sendinblue
  • Support React component import inside mdx content
  • New syntax highlighting
  • Image optimization inside mdx content

Full Changelog: v1.2.0...v2.0.0

v1.2.0

09 Dec 13:27
0d6a11b
Compare
Choose a tag to compare

What's New

  • Update to Next 13
  • Reduce scroll animation
  • Update contentlayer to support Next 13
  • Update categories and tech stack content
  • Using new Image component
  • Update dependencies

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Aug 00:09
Compare
Choose a tag to compare

Some new updates and optimization

What's New

  • Add scrolling animation with framer-motion
  • Optimize data fetching from getStaticProps()
  • Increase font size for readability
  • Remove hamburger icon on mobile screen
  • New floating navigation on mobile screen
  • Add table of contents
  • Restructure project folder

What's Changed

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

1.0.0

04 Aug 06:15
Compare
Choose a tag to compare

Initial release