chore: bump to v1.1.0
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled

This commit is contained in:
2026-09-07 17:27:56 -04:00
parent b031cd7e04
commit b8461c3eb0
4 changed files with 15 additions and 4 deletions
+11 -1
View File
@@ -3,7 +3,17 @@
All notable changes to this project are documented in this file.
Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
## [1.1.0] - 2026-09-07
### Added
- **Settings page now visually groups commands by category.** Each category
(Better Formatting, Line Operations, etc.) renders as a collapsible card with
a bordered/shaded header and an "N/M enabled" badge, instead of a flat list
separated only by bold text headings. The sentence-matching regex setting
moved into the Sentence Navigator category card, since it configures that
category's commands. Toggling a setting no longer collapses open categories.
(`src/settings.ts`, `styles.css`)
### Fixed