[PR #275] [MERGED] v2.0.0-beta.14 #4024

Closed
opened 2026-02-28 11:58:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/275
Author: @0xJacky
Created: 2/6/2024
Status: Merged
Merged: 2/6/2024
Merged by: @0xJacky

Base: devHead: test-macos-runner


📝 Commits (5)

  • e1c38e2 perf(ci): use macos runner to build vite
  • 371472e fix: parse ssl certificate error #270
  • abe43c5 fix: symbol links are not displayed in config list #272
  • 2526d71 fix: unable to create a certificate from a second environment #273
  • 66571bc chore: prepare v2.0.0-beta.14

📊 Changes

26 files changed (+275 additions, -154 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 api/certificate/certificate.go (+3 -3)
📝 api/certificate/router.go (+4 -1)
📝 api/config/get.go (+45 -44)
📝 api/config/list.go (+2 -2)
📝 api/config/modify.go (+0 -1)
📝 app/package.json (+1 -1)
📝 app/src/language/LINGUAS (+1 -1)
📝 app/src/language/en/app.po (+5 -4)
📝 app/src/language/es/app.po (+8 -4)
📝 app/src/language/fr_FR/app.po (+5 -4)
📝 app/src/language/messages.pot (+4 -4)
📝 app/src/language/ru_RU/app.po (+5 -4)
📝 app/src/language/vi_VN/app.po (+4 -4)
📝 app/src/language/zh_CN/app.mo (+0 -0)
📝 app/src/language/zh_CN/app.po (+7 -4)
📝 app/src/language/zh_TW/app.po (+5 -4)
📝 app/src/version.json (+1 -1)
📝 app/src/views/certificate/CertificateEditor.vue (+3 -3)
📝 app/version.json (+1 -1)

...and 6 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/0xJacky/nginx-ui/pull/275 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `test-macos-runner` --- ### 📝 Commits (5) - [`e1c38e2`](https://github.com/0xJacky/nginx-ui/commit/e1c38e28a8144f05b9435ff32379545f36054a4d) perf(ci): use macos runner to build vite - [`371472e`](https://github.com/0xJacky/nginx-ui/commit/371472e67bb8452f861ea0c88db88c58c7e783d0) fix: parse ssl certificate error #270 - [`abe43c5`](https://github.com/0xJacky/nginx-ui/commit/abe43c5c4df0d3f2fa8749bb3d640e8fe12ba948) fix: symbol links are not displayed in config list #272 - [`2526d71`](https://github.com/0xJacky/nginx-ui/commit/2526d71c0e4156b01f441aa01b68082ce98721d3) fix: unable to create a certificate from a second environment #273 - [`66571bc`](https://github.com/0xJacky/nginx-ui/commit/66571bc1d4fc31aa47563efe6edafabb138362a3) chore: prepare v2.0.0-beta.14 ### 📊 Changes **26 files changed** (+275 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `api/certificate/certificate.go` (+3 -3) 📝 `api/certificate/router.go` (+4 -1) 📝 `api/config/get.go` (+45 -44) 📝 `api/config/list.go` (+2 -2) 📝 `api/config/modify.go` (+0 -1) 📝 `app/package.json` (+1 -1) 📝 `app/src/language/LINGUAS` (+1 -1) 📝 `app/src/language/en/app.po` (+5 -4) 📝 `app/src/language/es/app.po` (+8 -4) 📝 `app/src/language/fr_FR/app.po` (+5 -4) 📝 `app/src/language/messages.pot` (+4 -4) 📝 `app/src/language/ru_RU/app.po` (+5 -4) 📝 `app/src/language/vi_VN/app.po` (+4 -4) 📝 `app/src/language/zh_CN/app.mo` (+0 -0) 📝 `app/src/language/zh_CN/app.po` (+7 -4) 📝 `app/src/language/zh_TW/app.po` (+5 -4) 📝 `app/src/version.json` (+1 -1) 📝 `app/src/views/certificate/CertificateEditor.vue` (+3 -3) 📝 `app/version.json` (+1 -1) _...and 6 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>
kerem 2026-02-28 11:58:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#4024
No description provided.