docs(packaging): file-type groups, extras.zip/dlc.zip, single-archive option
The Package dialog lists the game's packable groups (platforms + Extras +
DLC when present) as separate downloads, bundles already-zipped extras/dlc,
skips single-file groups, and offers a "package everything into one
archive" option.
docs(packaging): Package dialog options and the GOG extras auto-toggle
The Package button opens a dialog to choose groups + delete-originals, and
Settings > Downloads > Packaging gains an "Also package extras and DLC"
toggle for GOG auto-packaging.
docs(packaging): note extras/DLC packaging and the core Package button
The on-demand packaging (Package button + __GD__.library.package) now also
bundles a game's extras and DLC folders into their own archives, alongside
the per-platform installers.
docs(packaging): document packaging as a plugin API for any library game
Per-platform packaging is now callable for any game (GOG, custom, or an
admin custom library) via __GD__.library.package(gameId). Automatic
packaging on download stays GOG-only.
docs(audit): correct v1.0.18 inaccuracies and document Game Requests
Second deep wiki-vs-code audit. Marks unwired plugin hooks as reserved;
corrects notifications (event emails configured-but-not-delivered, webhook
events, admin-requirement, report timing, SMTP), packaging GOG-only,
LaunchBox background init, GOG checksum codes, per-type view persistence,
brute-force vs rate-limit, CORS, audit-log, trusted-proxies, path-traversal
guard scope, RetroAchievements. Adds a Game Requests page and a
Profile/Account section.
docs(library): document admin-created custom libraries + fix Custom Games detail link
docs: unified library add-content API and per-library targeting (v1.0.17)
docs: add all feature, plugin, security and reverse-proxy pages (wiki complete)