Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/zhawtof/hawtofthepress/compare/v1.0.3...v1.1.0) (2025-08-09)


### Features

* **a11y:** enhance mobile menu accessibility with focus management and search button integration ([fa31bca](https://github.com/zhawtof/hawtofthepress/commit/fa31bcada30fd9114461f03e0f14d06cfb153447))
* **a11y:** trap focus in mobile menu; Esc to close; restore focus to opener ([27bfb00](https://github.com/zhawtof/hawtofthepress/commit/27bfb009343989e0310f4d8291ae2aa612483c46))
* **buttons:** standardize appearance properties and remove unnecessary button markup ([3d1d77c](https://github.com/zhawtof/hawtofthepress/commit/3d1d77c5a2e100e77f98c66f7c3a3ecb5cc71de9))
* **theme:** implement dark mode support and theme toggle functionality ([6dc33bd](https://github.com/zhawtof/hawtofthepress/commit/6dc33bde4ada3920bb381fd4a0acba50413bea5e))


### Bug Fixes

* **screen:** remove border from body element for improved layout consistency ([8ad3387](https://github.com/zhawtof/hawtofthepress/commit/8ad3387fea2ce22a19c51056a0a88b30e0ec478e))

## [1.0.3](https://github.com/zhawtof/hawtofthepress/compare/v1.0.2...v1.0.3) (2025-08-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawtofthepress",
"version": "1.0.3",
"version": "1.1.0",
"description": "Monospace brutalist Ghost theme — vertical date • title, grey tags, SEO-friendly pages, Portal subscribe, tag filter UI.",
"repository": {
"type": "git",
Expand Down