Skip to content

Releases: medienbaecker/kirby-alter

1.7.0

03 Sep 19:14

Choose a tag to compare

You can now filter the images:

  • All images
  • Images with alt text
  • Images without alt text
  • Reviewed images
  • Unreviewed images

This makes it much easier to keep a site accessible in the long run.

1.6.1

03 Sep 11:34

Choose a tag to compare

The resized files that are being sent to Claude will now keep their original format, no matter what is set in the config.

1.6.0

02 Sep 10:43

Choose a tag to compare

  • 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

23 Jul 07:32

Choose a tag to compare

Along with the changes in 1.5.0 now being publicly released, I've adjusted the images in the view to use the same resized version the CLI also uses to send to the LLM.

1.5.0

18 Jul 11:08

Choose a tag to compare

1.5.0 Pre-release
Pre-release

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

04 Jul 07:57

Choose a tag to compare

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

02 Jul 15:49

Choose a tag to compare

  • 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

02 Jul 15:05

Choose a tag to compare

Include draft pages in panel view.

1.3.1

02 Jul 14:39

Choose a tag to compare

Fix language prompt for single language installations

1.3.0

02 Jul 13:59

Choose a tag to compare

New name ✅
CLI command ✅