[PR #187] [MERGED] v0.3.2 #252

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/187
Author: @DecDuck
Created: 8/15/2025
Status: Merged
Merged: 8/15/2025
Merged by: @DecDuck

Base: mainHead: develop


📝 Commits (9)

📊 Changes

46 files changed (+2020 additions, -413 deletions)

View changed files

📝 .github/workflows/release.yml (+0 -3)
📝 CONTRIBUTING.md (+30 -1)
📝 README.md (+15 -56)
📝 app.vue (+42 -0)
📝 components/DropLogo.vue (+1 -0)
📝 components/DropWordmark.vue (+1 -1)
📝 components/GameEditor/Version.vue (+11 -8)
📝 components/LanguageSelector.vue (+7 -3)
components/Modal/CreateCompany.vue (+148 -0)
📝 components/StoreView.vue (+1 -1)
📝 components/UserFooter.vue (+4 -3)
📝 i18n/locales/de.json (+480 -1)
📝 i18n/locales/en_pirate.json (+32 -10)
📝 i18n/locales/en_us.json (+118 -101)
📝 i18n/locales/fr.json (+615 -1)
i18n/locales/ru.json (+40 -0)
📝 nuxt.config.ts (+1 -0)
📝 package.json (+4 -1)
📝 pages/admin/metadata/companies/[id]/index.vue (+7 -4)
📝 pages/admin/metadata/companies/index.vue (+16 -13)

...and 26 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/187 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 8/15/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (9) - [`442f940`](https://github.com/Drop-OSS/drop/commit/442f940cc40cb4aa54c7747e416fa4ff6ed63cbb) Translated using Weblate (English) (#151) - [`545a6b1`](https://github.com/Drop-OSS/drop/commit/545a6b154a2ca2d54296d1a1ded93cdd7f49915d) Fix #119 (#153) - [`a435ead`](https://github.com/Drop-OSS/drop/commit/a435ead916ac770f4b38a4dc38abc964b4c28198) Fix various typos (#156) - [`0b0972b`](https://github.com/Drop-OSS/drop/commit/0b0972b48d39bd550a0663cb7e1752343b433a6c) Small IO tweaks, robots.txt, and README improvements (#173) - [`e1dc26f`](https://github.com/Drop-OSS/drop/commit/e1dc26f6766a567a05a07b5595a278a95b23ef06) README fixes (#174) - [`f6f972c`](https://github.com/Drop-OSS/drop/commit/f6f972c2d6b8d330c1c7ccc221e813877edc4e32) Translations update from Weblate (#172) - [`b84d1f2`](https://github.com/Drop-OSS/drop/commit/b84d1f20b5610b0f43ad3c4d749d448e61c0ba26) v2 download API and Admin UI fixes (#177) - [`9ff5410`](https://github.com/Drop-OSS/drop/commit/9ff541059de6553749b8193d7e2c01cfb2eab905) chore(deps): bump tmp from 0.2.3 to 0.2.4 (#179) - [`abec952`](https://github.com/Drop-OSS/drop/commit/abec952e39622384f056e1eb05f23776d297f802) Various fixes (#186) ### 📊 Changes **46 files changed** (+2020 additions, -413 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+0 -3) 📝 `CONTRIBUTING.md` (+30 -1) 📝 `README.md` (+15 -56) 📝 `app.vue` (+42 -0) 📝 `components/DropLogo.vue` (+1 -0) 📝 `components/DropWordmark.vue` (+1 -1) 📝 `components/GameEditor/Version.vue` (+11 -8) 📝 `components/LanguageSelector.vue` (+7 -3) ➕ `components/Modal/CreateCompany.vue` (+148 -0) 📝 `components/StoreView.vue` (+1 -1) 📝 `components/UserFooter.vue` (+4 -3) 📝 `i18n/locales/de.json` (+480 -1) 📝 `i18n/locales/en_pirate.json` (+32 -10) 📝 `i18n/locales/en_us.json` (+118 -101) 📝 `i18n/locales/fr.json` (+615 -1) ➕ `i18n/locales/ru.json` (+40 -0) 📝 `nuxt.config.ts` (+1 -0) 📝 `package.json` (+4 -1) 📝 `pages/admin/metadata/companies/[id]/index.vue` (+7 -4) 📝 `pages/admin/metadata/companies/index.vue` (+16 -13) _...and 26 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:31 -05:00
yindo closed this issue 2026-02-17 17:06:31 -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#252