mirror of
https://github.com/qf3l3k/obsidian-data-fetcher.git
synced 2026-07-22 05:43:10 +00:00
docs: update changelog release dates and README for 1.1.1 settings UI
This commit is contained in:
parent
70f472f631
commit
6e88b220ee
2 changed files with 7 additions and 6 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Updated endpoint settings layout for better readability when many aliases exist.
|
||||
- Reduced endpoint list font size and tightened spacing to better match Obsidian settings styling and avoid clipped action buttons.
|
||||
|
||||
## [1.1.0] - 2026-03-02
|
||||
## [1.1.0] - 2026-03-03
|
||||
|
||||
### Added
|
||||
- Issue #5 (cache management): added Cache Browser modal with entry list, payload preview, single-entry deletion, and clear-all action.
|
||||
|
|
@ -24,12 +24,12 @@ All notable changes to this project will be documented in this file.
|
|||
### Changed
|
||||
- Improved cache browser UX with larger modal layout and cache-key filtering.
|
||||
|
||||
## [1.0.9] - 2026-03-02
|
||||
## [1.0.9] - 2026-03-03
|
||||
|
||||
### Added
|
||||
- Issue #2 (first step): support `output: frontmatter` with `property` path to store selected query results in current note metadata.
|
||||
|
||||
## [1.0.8] - 2026-03-02
|
||||
## [1.0.8] - 2026-03-03
|
||||
|
||||
### Added
|
||||
- Issue #6: added optional `path` selector and `format: table` rendering for array-of-object JSON responses.
|
||||
|
|
@ -38,7 +38,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Copy and Save actions now use transformed output (selected path / table view).
|
||||
- Improved table readability by truncating long cell content in UI with full value on hover.
|
||||
|
||||
## [1.0.7] - 2026-03-02
|
||||
## [1.0.7] - 2026-03-03
|
||||
|
||||
### Added
|
||||
- Issue #5: support inline call-site variables for endpoint aliases using `@alias({...})` and `=@alias({...})`.
|
||||
|
|
@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Changed
|
||||
- Expanded README with full query syntax, endpoint reference, examples, troubleshooting, and development guidance.
|
||||
|
||||
## [1.0.6] - 2026-03-02
|
||||
## [1.0.6] - 2026-03-03
|
||||
|
||||
### Fixed
|
||||
- Issue #3: improved error block readability in dark/light themes by switching to normal text color with a clear error border.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Supported endpoint types:
|
|||
|
||||
- `data-query` code block processor for live request execution
|
||||
- Endpoint alias configuration in plugin settings
|
||||
- Compact endpoint list with modal editor (v1.1.1)
|
||||
- Cache with configurable expiration
|
||||
- Cache browser modal (list, preview, delete individual entries)
|
||||
- Optional ribbon icon shortcut for cache browser
|
||||
|
|
@ -177,7 +178,7 @@ Open `Settings -> Data Fetcher`.
|
|||
|
||||
Available options:
|
||||
- Cache duration (minutes)
|
||||
- Endpoint aliases
|
||||
- Endpoint aliases (compact list with Name/Type/URL + actions)
|
||||
- Per-alias headers
|
||||
- Cache clearing
|
||||
- Cache browser shortcut
|
||||
|
|
|
|||
Loading…
Reference in a new issue