Releases: medienbaecker/kirby-alter
Releases · medienbaecker/kirby-alter
1.7.0
1.6.1
1.6.0
- Clickable parent pages in breadcrumb menus
- Switched from input to textarea so users can see the full alt text (while preventing and stripping newlines)
1.5.1
1.5.0
The prompt used by the CLI command can now be customised via a new option.
Set a simple string or use a callback function to
create dynamic, context-aware prompts:
'medienbaecker.alter' => [
'prompt' => function($file) {
// Your custom logic here
}
]The default prompt now automatically includes page and site context for better alt text generation.
See https://github.com/medienbaecker/kirby-alter#custom-prompt-configuration for detailed examples.
Thanks @mrflix for the suggestion ❤️
1.4.0
In the view each page section now shows the full path of parents, not just the immediate page parent. It also shows "Draft" when any of the parent's are drafts, now.
1.3.3
- I've added a badge for the number of images with alt text (in addition to the badge showing reviewed images)
- The CLI now sorts the images in a way that matches the panel view
- The links in the panel view now have prettier, more consistent outlines
1.3.2
Include draft pages in panel view.
1.3.1
Fix language prompt for single language installations
1.3.0
New name ✅
CLI command ✅