aonez / Keka

The macOS & iOS file archiver
https://www.keka.io
4.63k stars 233 forks source link

[REQ] Add miniumum OS version to DMG formats. #1364

Open IronCraftMan opened 8 months ago

IronCraftMan commented 8 months ago

Is your feature request related to a problem? Please describe

When compressing to DMG, I'd like to be able to quickly see which version of macOS supports each compression type.

Describe the solution you'd like

It would be nice if, after each format name, it lists the minimum supported version, such as "ULFO (LZFSE, 10.11+)"

Describe alternatives you've considered

I can check the man page for hdiutil, but it'd be better if I could just quickly see it within Keka.

Additional context

They're listed in man hdiutil, under the "convert" verb.

aonez commented 8 months ago

The formats are already filtered depending on what macOS you're running, but this extra info you point will be also useful 🙌🏼