[PR #332] [MERGED] v0.4.0 release prep #314

Closed
opened 2026-02-17 17:06:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/332
Author: @DecDuck
Created: 1/29/2026
Status: Merged
Merged: 2/5/2026
Merged by: @DecDuck

Base: developHead: release-prep


📝 Commits (10+)

  • aea9a27 feat: add store nav and fixes
  • 6851999 Merge remote-tracking branch 'origin/store' into release-prep
  • c51c3f1 fix: reduce password requirement & new task error ui
  • 37f3527 fix: client webtoken fix
  • 3d58cdc fix: delta versions and dockerfile
  • c038d9b fix: use setup platforms for filter & display
  • 83d9545 fix: setup not accounted when returning valid options
  • dcb45da feat: tighter delta version support
  • b6589d2 feat: dl/disk size
  • c86613e feat: offload manifest generation to torrential

📊 Changes

82 files changed (+1736 additions, -966 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 .prettierignore (+1 -1)
📝 .vscode/settings.json (+1 -1)
📝 Dockerfile (+2 -1)
buf.gen.yaml (+5 -0)
📝 components/Auth/Simple.vue (+13 -10)
📝 components/GameEditor/Version.vue (+12 -13)
📝 components/ImportVersionLaunchRow.vue (+22 -13)
📝 components/Modal/CreateCollection.vue (+2 -15)
📝 components/Modal/DeleteCollection.vue (+1 -1)
📝 components/Modal/DeleteNews.vue (+1 -1)
📝 components/Modal/DeleteUser.vue (+1 -1)
📝 components/Modal/SelectLaunch.vue (+8 -8)
📝 components/Selector/Combox.vue (+1 -1)
📝 components/Selector/FileExtension.vue (+9 -5)
📝 components/Selector/Game.vue (+2 -2)
📝 components/SourceTable.vue (+1 -1)
components/UserHeader/StoreNav.vue (+39 -0)
📝 dev-tools/compose.yml (+4 -2)
drop.session.sql (+0 -1)

...and 62 more files

📄 Description

Changes:

  • Reduced password requirement to 8
  • Made task errors only show alert, not take over log
  • In-app store

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/332 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `release-prep` --- ### 📝 Commits (10+) - [`aea9a27`](https://github.com/Drop-OSS/drop/commit/aea9a2766dedd4033f07d0f48628363513d3b804) feat: add store nav and fixes - [`6851999`](https://github.com/Drop-OSS/drop/commit/68519992a992b58e18d20fcb5cc5c4cc2394a047) Merge remote-tracking branch 'origin/store' into release-prep - [`c51c3f1`](https://github.com/Drop-OSS/drop/commit/c51c3f1e1b9428f49c99949c1757ed38246dd6a6) fix: reduce password requirement & new task error ui - [`37f3527`](https://github.com/Drop-OSS/drop/commit/37f35271607fec755e28d4eaafac710deacb6d05) fix: client webtoken fix - [`3d58cdc`](https://github.com/Drop-OSS/drop/commit/3d58cdcc363ee5f7c55244fac9db73633e7ac192) fix: delta versions and dockerfile - [`c038d9b`](https://github.com/Drop-OSS/drop/commit/c038d9bc39fb93d13d4d85d9dad1383f2215901c) fix: use setup platforms for filter & display - [`83d9545`](https://github.com/Drop-OSS/drop/commit/83d95459ea4fad59c6baf505df21b71b285c6b68) fix: setup not accounted when returning valid options - [`dcb45da`](https://github.com/Drop-OSS/drop/commit/dcb45da68b70c0ecc98d94f8bcf4585c25cfbedb) feat: tighter delta version support - [`b6589d2`](https://github.com/Drop-OSS/drop/commit/b6589d25861cbc81bc5ef7da489e28082177b48d) feat: dl/disk size - [`c86613e`](https://github.com/Drop-OSS/drop/commit/c86613ecf0a050242d8b6d1488232cb04a8aed19) feat: offload manifest generation to torrential ### 📊 Changes **82 files changed** (+1736 additions, -966 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `.prettierignore` (+1 -1) 📝 `.vscode/settings.json` (+1 -1) 📝 `Dockerfile` (+2 -1) ➕ `buf.gen.yaml` (+5 -0) 📝 `components/Auth/Simple.vue` (+13 -10) 📝 `components/GameEditor/Version.vue` (+12 -13) 📝 `components/ImportVersionLaunchRow.vue` (+22 -13) 📝 `components/Modal/CreateCollection.vue` (+2 -15) 📝 `components/Modal/DeleteCollection.vue` (+1 -1) 📝 `components/Modal/DeleteNews.vue` (+1 -1) 📝 `components/Modal/DeleteUser.vue` (+1 -1) 📝 `components/Modal/SelectLaunch.vue` (+8 -8) 📝 `components/Selector/Combox.vue` (+1 -1) 📝 `components/Selector/FileExtension.vue` (+9 -5) 📝 `components/Selector/Game.vue` (+2 -2) 📝 `components/SourceTable.vue` (+1 -1) ➕ `components/UserHeader/StoreNav.vue` (+39 -0) 📝 `dev-tools/compose.yml` (+4 -2) ➖ `drop.session.sql` (+0 -1) _...and 62 more files_ </details> ### 📄 Description Changes: - Reduced password requirement to 8 - Made task errors only show alert, not take over log - In-app store --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:38 -05:00
yindo closed this issue 2026-02-17 17:06:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#314