Adds per-image image-crop support with persistent settings. Rendering adapts to crop mode, zoom and position per image. Locales the UI strings and notifications; app name updated. - Cropping workflow with per-image crop state and rendering - Localizes strings and notifications for en and de - Introduces set_image_crop command and its permission schema
14 lines
425 B
TOML
14 lines
425 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-set-image-crop"
|
|
description = "Enables the set_image_crop command without any pre-configured scope."
|
|
commands.allow = ["set_image_crop"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-set-image-crop"
|
|
description = "Denies the set_image_crop command without any pre-configured scope."
|
|
commands.deny = ["set_image_crop"]
|