[PR #78] [MERGED] 添加新版本检测 #190

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

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/78
Author: @team-ide
Created: 5/19/2022
Status: Merged
Merged: 5/19/2022
Merged by: @team-ide

Base: mainHead: 77-添加功能检测新版本可以点击按钮或自动在页面提示是否有新版本


📝 Commits (1)

📊 Changes

54 files changed (+13476 additions, -24 deletions)

View changed files

📝 .github/workflows/release.yml (+28 -4)
📝 README.md (+1 -1)
📝 RELEASE.md (+3 -3)
📝 RELEASE_HISTORY.md (+7 -0)
📝 go.mod (+3 -1)
📝 go.sum (+7 -2)
📝 html/src/App.vue (+3 -1)
📝 html/src/server/index.js (+3 -0)
📝 html/src/source/index.js (+1 -0)
📝 html/src/views/Index.vue (+0 -4)
html/src/views/UpdateCheck.vue (+119 -0)
📝 html/src/views/frame/Header.vue (+4 -0)
📝 internal/context/context.go (+1 -0)
📝 internal/context/create.go (+2 -0)
📝 internal/module/api.go (+9 -7)
internal/module/update.go (+89 -0)
internal/module/update_test.go (+15 -0)
📝 main.go (+2 -0)
vendor/github.com/PuerkitoBio/goquery/.gitattributes (+1 -0)
vendor/github.com/PuerkitoBio/goquery/.gitignore (+16 -0)

...and 34 more files

📄 Description

  1. 添加新版本检测
  2. 查询Gitee或Github发布仓库中的发布历史记录

🔄 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/team-ide/teamide/pull/78 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/19/2022 **Status:** ✅ Merged **Merged:** 5/19/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `77-添加功能检测新版本可以点击按钮或自动在页面提示是否有新版本` --- ### 📝 Commits (1) - [`03aab5e`](https://github.com/team-ide/teamide/commit/03aab5e051760baa168a7e69a29db03e740a8489) 添加新版本检测 ### 📊 Changes **54 files changed** (+13476 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+28 -4) 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+3 -3) 📝 `RELEASE_HISTORY.md` (+7 -0) 📝 `go.mod` (+3 -1) 📝 `go.sum` (+7 -2) 📝 `html/src/App.vue` (+3 -1) 📝 `html/src/server/index.js` (+3 -0) 📝 `html/src/source/index.js` (+1 -0) 📝 `html/src/views/Index.vue` (+0 -4) ➕ `html/src/views/UpdateCheck.vue` (+119 -0) 📝 `html/src/views/frame/Header.vue` (+4 -0) 📝 `internal/context/context.go` (+1 -0) 📝 `internal/context/create.go` (+2 -0) 📝 `internal/module/api.go` (+9 -7) ➕ `internal/module/update.go` (+89 -0) ➕ `internal/module/update_test.go` (+15 -0) 📝 `main.go` (+2 -0) ➕ `vendor/github.com/PuerkitoBio/goquery/.gitattributes` (+1 -0) ➕ `vendor/github.com/PuerkitoBio/goquery/.gitignore` (+16 -0) _...and 34 more files_ </details> ### 📄 Description 1. 添加新版本检测 2. 查询Gitee或Github发布仓库中的发布历史记录 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:39:03 +03:00
Sign in to join this conversation.
No labels
pull-request
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/teamide-team-ide#190
No description provided.