Skip to content

0.73.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:46

AGPL-3.0 relicense and the custom icon pack overhaul.

  • License: AGPL-3.0 (from MIT; releases ≤0.72.0 remain MIT). Free to use and fork — derivatives must stay open source, including network services (§13).
  • Custom icon packs, reworked: name an icon file after an extension (mp3.svg) to target exactly that extension — no configuration needed; category icons (audio.svg) remain the fallback, and map.json handles aliases. Packs now accept png/webp/gif/ico alongside svg.
  • Drive-first classification: a file's icon category now trusts Google's own mimeType before the plugin's extension table (fixes .ogg showing a video icon).
  • Portable packs: export writes the whole pack — any format, mappings included — into one icons.json (binary as data URIs); import restores it. Versioned (schema: 1) with a guaranteed-backward-compatible import contract, and a 100 KB per-icon cap keeps packs sane.
  • Panel upload polish: upload queue shown in the in-panel card, silent junk-file skipping, drive.google.com-style " (1)" duplicate naming.

Full manual in the README.