[PR #31] [MERGED] v0.3.0 #184

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/31
Author: @DecDuck
Created: 3/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @DecDuck

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

444 files changed (+28299 additions, -9809 deletions)

View changed files

📝 .dockerignore (+17 -0)
📝 .env.example (+1 -4)
📝 .gitattributes (+1 -0)
.github/workflows/ci.yml (+55 -0)
.github/workflows/release.yml (+95 -0)
📝 .gitignore (+5 -1)
📝 .gitlab-ci.yml (+23 -0)
.prettierignore (+1 -0)
.vscode/extensions.json (+12 -0)
📝 .vscode/settings.json (+35 -16)
.yarnrc (+0 -1)
📝 CONTRIBUTING.md (+21 -14)
📝 Dockerfile (+40 -19)
📝 README.md (+18 -19)
📝 SECURITY.md (+1 -0)
📝 app.vue (+13 -0)
📝 assets/core.scss (+13 -5)
assets/tailwindcss.css (+4 -0)
📝 build/launch.sh (+3 -2)
📝 changelog.md (+198 -8)

...and 80 more files

📄 Description

No description provided


🔄 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/31 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`47dc364`](https://github.com/Drop-OSS/drop/commit/47dc364d4e2bb0043ed0e9217dacacecc5bdea28) Merge branch 'develop' of https://github.com/AdenMGB/drop into AdenMGB-develop - [`6f8e28d`](https://github.com/Drop-OSS/drop/commit/6f8e28d7110dc63ca11e1cee9ffe84335ca23429) fix: sidebar in library page - [`68f5f88`](https://github.com/Drop-OSS/drop/commit/68f5f88347b06812ea7e2165ec0097bade4ecb49) fix: carousel pagination - [`c809c8f`](https://github.com/Drop-OSS/drop/commit/c809c8fcbfa0654f0ebfb33c6cbe35ca18f93cb1) fix: re-request fix for $dropFetch - [`d729770`](https://github.com/Drop-OSS/drop/commit/d7297707d7783a30d10be0db3bb25ee2bbb96643) fix: register redirect - [`17372a9`](https://github.com/Drop-OSS/drop/commit/17372a9c0673064af186fc1f154ef20954dacb6d) feat: account pages framework & updates to library - [`e7109e5`](https://github.com/Drop-OSS/drop/commit/e7109e58bbf141c96f6c9b60af03a9dc959123ae) feat: update readme - [`36e6c92`](https://github.com/Drop-OSS/drop/commit/36e6c929383e421cb5fed85568b8a453132b7d80) feat: add cloud save backend - [`065951d`](https://github.com/Drop-OSS/drop/commit/065951d91fee55cd9bdcef54d85e20b0e914a634) fix: update last accessed client on push - [`57f50b0`](https://github.com/Drop-OSS/drop/commit/57f50b030603a2f6140803e591b9a63c25af1400) fix: renable nuxt-security with xss validator off ### 📊 Changes **444 files changed** (+28299 additions, -9809 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+17 -0) 📝 `.env.example` (+1 -4) 📝 `.gitattributes` (+1 -0) ➕ `.github/workflows/ci.yml` (+55 -0) ➕ `.github/workflows/release.yml` (+95 -0) 📝 `.gitignore` (+5 -1) 📝 `.gitlab-ci.yml` (+23 -0) ➕ `.prettierignore` (+1 -0) ➕ `.vscode/extensions.json` (+12 -0) 📝 `.vscode/settings.json` (+35 -16) ➖ `.yarnrc` (+0 -1) 📝 `CONTRIBUTING.md` (+21 -14) 📝 `Dockerfile` (+40 -19) 📝 `README.md` (+18 -19) 📝 `SECURITY.md` (+1 -0) 📝 `app.vue` (+13 -0) 📝 `assets/core.scss` (+13 -5) ➕ `assets/tailwindcss.css` (+4 -0) 📝 `build/launch.sh` (+3 -2) 📝 `changelog.md` (+198 -8) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:23 -05:00
yindo closed this issue 2026-02-17 17:06:23 -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#184