Skip to content

Commit

Permalink
ci: release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ogios committed May 15, 2024
1 parent 6b8a835 commit bd147f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 2 additions & 10 deletions .github/workflows/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd147f9

Please sign in to comment.