chore: bump to v1.1.0
This commit is contained in:
+11
-1
@@ -3,7 +3,17 @@
|
|||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
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
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "bindthem",
|
"id": "bindthem",
|
||||||
"name": "BindThem",
|
"name": "BindThem",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Enhanced editor shortcuts and formatting tools. Combines smart text wrapping (bold, italic, code, etc.), directional copy/move, heading toggles (H1-H6), line operations, case transformation, multi-cursor support, and file utilities into one unified plugin.",
|
"description": "Enhanced editor shortcuts and formatting tools. Combines smart text wrapping (bold, italic, code, etc.), directional copy/move, heading toggles (H1-H6), line operations, case transformation, multi-cursor support, and file utilities into one unified plugin.",
|
||||||
"author": "Olivier Legendre",
|
"author": "Olivier Legendre",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bindthem",
|
"name": "bindthem",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "A merged plugin combining obsidian-tweaks, obsidian-editor-shortcuts, and heading-toggler functionalities.",
|
"description": "A merged plugin combining obsidian-tweaks, obsidian-editor-shortcuts, and heading-toggler functionalities.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"1.0.0": "0.15.0"
|
"1.0.0": "0.15.0",
|
||||||
|
"1.1.0": "0.15.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user