diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 056ff67..6d4a2ef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,8 +4,8 @@ name: Go env: - TAG_NAME: "v3" - RELEASE_TITLE: "Transfer-server v3" + TAG_NAME: "v4" + RELEASE_TITLE: "Transfer-server v4" on: push: diff --git a/.github/workflows/release_note.md b/.github/workflows/release_note.md index 06ebaf7..115bff3 100644 --- a/.github/workflows/release_note.md +++ b/.github/workflows/release_note.md @@ -2,14 +2,6 @@ Data transfer tool written in Go -## Feat +## Fix -- Metadata for easier manage and smaller network consumption. -- storing text using a 16KB page-based storage scheme. -- separate delete and clear delete to reduce runtime resource utilization thus faster response. -- UDP server for message update subscription, making metadata sync more efficiently -- third-party proxy server for ip addresses communicate - -## TODO - -- p2p +- decode file name error