From d83712127b174bda4599fd2dbb0b4e624b79c0f7 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 10:08:32 +0200 Subject: [PATCH] docs: update CHANGELOG for v0.5.4 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cbd5b8..44bed458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.4] - 2025-10-13 + +### Changed +- Refactor CSS into modular structure + - Split 3600+ line monolithic `index.css` into organized modules + - Created `src/styles/` directory with base, layout, components, and utils subdirectories + - Each file kept under 210 lines for maintainability + - Preserved cascade order and selector specificity via ordered `@import` statements + - No functional changes to styling + +### Fixed +- Mobile button positioning now uses safe area insets for symmetrical layout on notched devices + ## [0.5.3] - 2025-10-13 ### Changed