Muhammad Mauribi

Changelog

Release notes, feature additions, and improvements across this portfolio.

v1.6.262026-07-25

Projects — Descriptions Updated

  • ImprovedUpdated and improved descriptions for all projects, providing clearer and more detailed information about each project's purpose, features, and tech stack.

v1.6.252026-07-25

Projects — Detail Page Redesign

  • ImprovedRedesigned the tech stack section: stacks now appear as compact icon+name chips with a subtle border and hover effect, replacing the previous icon-only tooltip approach.
  • ImprovedRedesigned action buttons (Source Code & Live Demo) as solid colored buttons — GitHub in dark neutral, Live Demo in teal — stacked vertically beside the tech stack chips with a vertical divider.
  • FixedFixed button alignment issue when only one link (GitHub or Demo) is present — the button is now always vertically centered with the tech stack chips.
  • ImprovedTightened MDX content spacing for project descriptions: heading margins and paragraph spacing reduced for a more compact, readable layout.

v1.6.242026-07-25

CV Download — Locale-Based Links

  • ImprovedCV download button on the About page now dynamically switches between English and Indonesian resume links based on the active locale.
  • NewAdded Indonesian CV link (Google Docs) for the 'id' locale.
  • FixedCorrected config.ts locales from ['en', 'de'] to ['en', 'id'] to match the actual translation files.

v1.6.232026-07-15

Articles — Detail Page & Code Block Redesign

  • ImprovedRedesigned the article detail page: removed duplicate PageHeading, added prominent h1 title inside the article, and cleaned up the meta row with bullet separators (author, date, reading time, views).
  • ImprovedOverhauled MDXComponent typography: added handlers for all heading levels (h1–h5), improved paragraph spacing and line height, styled blockquote, hr, images with caption, strong, em, and table.
  • ImprovedRedesigned the code block: added a header bar with macOS-style window dots, language label, and a 'Copy' button with text. Switched syntax highlighting theme to one-dark-pro.
  • NewAdded image lightbox — clicking any image inside an article content opens it in a fullscreen overlay using createPortal, supporting Esc key and click-outside to dismiss.

v1.6.222026-07-14

Changelog — Infinite Scroll Implementation

  • NewImplemented infinite scroll on the Changelog page, loading 5 release logs per load with a smooth loader and custom end message.