Drop
Self-hosted, DRM-free game distribution platform
Alternative to: steam, gog.com, itch.io
About
Versions (14)
v0.3.0
2025-07-31New features
- There’s now a setup wizard! It guides you through creating an account through either Simple or OIDC, and creating a library source.
- Library sources! Add more than one library, and use different types. More options coming soon.
- News! A little built-in newsletter for your Drop users. It currently needs more integration into the client and other parts of Drop, but it’s there.
- Collections! Collections are currently only server-side, but they allow your users to organise their games into collections.
- Store overhaul! The method for finding and filtering games has been overhauled. More customisation and fancier components are inbound, but it’s a start.
- Metadata! You can now feature games for the carousel on the Store page, and edit/update tags and companies. Also new metadata providers
- And seriously so much more. We’ve put this release off for a while, and we’ve built up quite a stack of new improvements.
GitHub generated notes:
What’s Changed
- Merge develop into main by @quexeky in https://github.com/Drop-OSS/drop/pull/18
- Fresh animations & scaled Games Grid view properly by @AdenMGB in https://github.com/Drop-OSS/drop/pull/20
- Implemented News Frontend and Backend by @AdenMGB in https://github.com/Drop-OSS/drop/pull/21
- Add IGDB and PCGamingWiki metadata providers by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/22
- fix: platformparse case sensitivity by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/27
- massive perf improvements by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/26
- overhaul auth and futureproof it with argon2 by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/28
- nightly builds and fix drop repo by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/29
- HTTPS Redirection fix & Overhauled library page by @AdenMGB in https://github.com/Drop-OSS/drop/pull/25
- store certs and sessions in db by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/24
- general ci updates + typecheck ci by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/33
- more prep work for release by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/34
- even more ui work by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/35
- feat: add eslint and prettier by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/37
- various changes by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/42
- even more! by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/43
- Fixes wrong image being used in deploy-template example by @Pacodastre in https://github.com/Drop-OSS/drop/pull/46
- docker and metadata improves by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/45
- Fix GiantBomb metadata #61 by @DecDuck in https://github.com/Drop-OSS/drop/pull/62
- Database-level multi-library support #48 by @DecDuck in https://github.com/Drop-OSS/drop/pull/58
- Multi-upload to image library #56 by @DecDuck in https://github.com/Drop-OSS/drop/pull/60
- Add UI for multi-library management #59 by @DecDuck in https://github.com/Drop-OSS/drop/pull/63
- Cannot create library source due to backend missing from request #67 by @DecDuck in https://github.com/Drop-OSS/drop/pull/68
- Fix admin library page “to import” logic #70 by @DecDuck in https://github.com/Drop-OSS/drop/pull/71
- Fix: Importing without Metadata is broken. #73 by @DecDuck in https://github.com/Drop-OSS/drop/pull/75
- Custom readValidatedBody util to return more specific error #69 by @DecDuck in https://github.com/Drop-OSS/drop/pull/78
- feat(general): many new improvments and features to the UI by @AdenMGB in https://github.com/Drop-OSS/drop/pull/76
- i18n Support and Task improvements by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/80
- Better metadata editing division #79 by @DecDuck in https://github.com/Drop-OSS/drop/pull/82
- Server attempts to create setup executable and finds undefined #83 by @DecDuck in https://github.com/Drop-OSS/drop/pull/84
- Fixes image upload modal doesn’t close when clicking cancel #50 by @Pacodastre in https://github.com/Drop-OSS/drop/pull/93
- Task groups & viewer in admin panel #52 by @DecDuck in https://github.com/Drop-OSS/drop/pull/91
- Broken footer links #96 by @DecDuck in https://github.com/Drop-OSS/drop/pull/98
- Sign out functionality #95 by @DecDuck in https://github.com/Drop-OSS/drop/pull/99
- Redesign of language selector #100 by @DecDuck in https://github.com/Drop-OSS/drop/pull/101
- Translations update from Weblate by @DecDuck in https://github.com/Drop-OSS/drop/pull/106
- Migrate game metadata import to task system #90 by @DecDuck in https://github.com/Drop-OSS/drop/pull/103
- Re-use validator from signup on invitation creation #108 by @DecDuck in https://github.com/Drop-OSS/drop/pull/111
- Various bug fixes by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/102
- Fix: Re-use validator from signup on invitation creation #108 by @DecDuck in https://github.com/Drop-OSS/drop/pull/113
- #86 Adds delete user functionality in admin panel by @Pacodastre in https://github.com/Drop-OSS/drop/pull/110
- Combined fixes by @DecDuck in https://github.com/Drop-OSS/drop/pull/116
- feat: user invite uses external domain option by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/118
- FlatFilesystem Provider by @DecDuck in https://github.com/Drop-OSS/drop/pull/127
- Logging by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/131
- Fix
pino-prettynot being included in build by @DecDuck in https://github.com/Drop-OSS/drop/pull/135 - Fix for downloads and removing of library source by @DecDuck in https://github.com/Drop-OSS/drop/pull/136
- Fix max file size of 4GB (update droplet) by @DecDuck in https://github.com/Drop-OSS/drop/pull/137
- Unique constraint on metadataSource & id means you can’t import more than one game with manual #121 by @DecDuck in https://github.com/Drop-OSS/drop/pull/138
- chore(deps): bump vue-i18n from 10.0.7 to 10.0.8 by @dependabot[bot] in https://github.com/Drop-OSS/drop/pull/140
- chore(deps): bump @intlify/core from 10.0.7 to 10.0.8 by @dependabot[bot] in https://github.com/Drop-OSS/drop/pull/139
- Small fixes by @DecDuck in https://github.com/Drop-OSS/drop/pull/141
- Update Prisma to 6.11 by @Huskydog9988 in https://github.com/Drop-OSS/drop/pull/133
- Store overhaul by @DecDuck in https://github.com/Drop-OSS/drop/pull/142
- Setup wizard & 0.3.0 release by @DecDuck in https://github.com/Drop-OSS/drop/pull/146
- v0.3.0 by @DecDuck in https://github.com/Drop-OSS/drop/pull/31
New Contributors
- @AdenMGB made their first contribution in https://github.com/Drop-OSS/drop/pull/20
- @Huskydog9988 made their first contribution in https://github.com/Drop-OSS/drop/pull/22
- @Pacodastre made their first contribution in https://github.com/Drop-OSS/drop/pull/46
- @dependabot[bot] made their first contribution in https://github.com/Drop-OSS/drop/pull/140
Full Changelog: https://github.com/Drop-OSS/drop/compare/v0.2.0-beta…v0.3.0