Aspect Ratio Handling Improvements: - Combine "Letterbox" and "Pillarbox" into single "Letterbox/Pillarbox" option - System auto-detects direction based on aspect ratio change - 4:3 → 16:9 = adds pillarbox (vertical bars) - 16:9 → 4:3 = adds letterbox (horizontal bars) - Update hint text for clarity: "Crop removes edges, Letterbox/Pillarbox adds black bars to fit" - Backwards compatibility: legacy "Letterbox"/"Pillarbox" options still work in aspectFilters() Inspired by Topaz's clear UX for aspect ratio handling. Version Updates: - Bump version to v0.1.0-dev21 - Increment build number to 20 - Updates both main.go and FyneApp.toml Options now available: - Auto (crops to fit) - Crop (explicitly crop to target aspect) - Letterbox/Pillarbox (adds black bars, auto-detects direction) - Blur Fill (blurred background with original centered) - Stretch (distorts to fit) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
137 B
TOML
7 lines
137 B
TOML
[Details]
|
|
Icon = "assets/logo/VT_Icon.png"
|
|
Name = "VideoTools"
|
|
ID = "com.leaktechnologies.videotools"
|
|
Version = "0.1.0-dev21"
|
|
Build = 20
|