🏮Happy Spring Festival🏮
Highlights
- [Feat] Support forward messages in reverse order with
--desc
flag. Doc - [Feat] Support edit forward message content with
--edit
flag. Doc - [Feat] Support forward single grouped message with
--single
flag. Doc - [Dev] Upgrade go version to 1.21
Changelog
New Features
- c2535e6: feat(forward): forward message in reverse order with
--desc
flag. close #456 (@iyear) - 94091c3: feat(forward): support edit message content with
--edit
flag (@iyear) - fce339c: feat(forwarder): support forward single grouped message with
--single
flag. close #487 (@iyear)
Bug fixes
- 150d93e: fix(cmd): increase default reconnect timeout to 5 minutes. (@iyear)
- 56e4812: fix(download): consider if a template specifies a sub directory (#498) (@brimstone)
- 7570110: fix(forwarder): send random message ids (@iyear)
- 51c17bd: fix(tplfunc): deprecated rand seed (@iyear)
- a006ac8: fix(utils): append argument msg to the end of grouped messages (@iyear)
Documentation updates
Others
- e678a60: chore(deps): bump github.com/gotd/td from 0.89.0 to 0.97.0 (#489) (@dependabot[bot])
- d1f44cf: chore(deps): bump github.com/klauspost/compress from 1.17.5 to 1.17.6 (#492) (@dependabot[bot])
- e4e9934: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.15.0 (#461) (@dependabot[bot])
- a0474f6: chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 (#469) (@dependabot[bot])
- 146cf75: chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1 (#483) (@dependabot[bot])
- 040cfad: chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#493) (@dependabot[bot])
- 550621e: chore(deps): rename antonmedv/expr to expr-lang/expr (@iyear)
- 0a04d8f: chore(go): upgrade to v1.21 (@iyear)
- 5254651: chore(utils): replace min function with builtin (@iyear)
- 769044c: ci: add riscv64 goarch (#481) (@ernado)