Releases: iyear/tdl
Releases Β· iyear/tdl
v0.9.4
Changelog
Bug fixes
Others
- 8e92cc1: chore(deps): bump github.com/antonmedv/expr from 1.12.5 to 1.12.7 (#242) (@dependabot[bot])
- cdf26be: chore(deps): bump github.com/beevik/ntp from 1.1.1 to 1.2.0 (#237) (@dependabot[bot])
- a1d55fc: chore(deps): bump github.com/go-faster/jx from 1.0.0 to 1.0.1 (#243) (@dependabot[bot])
- e713353: chore(deps): bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 (#236) (@dependabot[bot])
- af3dc7f: chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (#230) (@dependabot[bot])
- f454e5d: chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 (#233) (@dependabot[bot])
v0.9.3
Changelog
New Features
Bug fixes
Others
- 85d32fe: chore(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 (#213) (@dependabot[bot])
- 038cea9: chore(deps): bump github.com/beevik/ntp from 1.0.0 to 1.1.1 (#214) (@dependabot[bot])
- 324c5ba: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#220) (@dependabot[bot])
- 5eff7fe: chore(deps): bump golang.org/x/net from 0.10.0 to 0.11.0 (#215) (@dependabot[bot])
- f06a0b0: chore(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#218) (@dependabot[bot])
v0.9.2
Changelog
Bug fixes
Others
- accd025: chore(deps): bump github.com/go-playground/validator/v10 (#208) (@dependabot[bot])
- 45766ab: chore(deps): bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.10.0 (#210) (@dependabot[bot])
- 212de68: chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.8 (#211) (@dependabot[bot])
- 1f7268b: chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 (#204) (@dependabot[bot])
v0.9.1
Changelog
Bug fixes
- 6b2e6e2: fix(cmd): change default reconnect timeout to 2m (@iyear)
- 5e57a13: fix(dcpool): do not init takeout session first. #202 (@iyear)
- d1f339e: fix(export): remove useless output (@iyear)
Documentation updates
Refactoring
Others
- 13c4ffd: chore(deps): bump github.com/gotd/contrib from 0.17.0 to 0.19.0 (#190) (@dependabot[bot])
- d9a2521: chore(deps): bump github.com/gotd/td from 0.82.0 to 0.83.0 (#188) (@dependabot[bot])
- 0ef2d38: chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#195) (@dependabot[bot])
- ba171fb: chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#199) (@dependabot[bot])
- f4d8dbc: chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#200) (@dependabot[bot])
- b69ca14: ci(actions): sep e2e test and run in parallel (@iyear)
- 76b2b1b: test(e2e): add archive test (@iyear)
- 382e74f: test(e2e): add exclude flag test (@iyear)
- c77a8cd: test(e2e): add tests for upload (@iyear)
- e1ef55e: test(e2e): add upload (@iyear)
- eb40448: test(e2e): fix serial containers (@iyear)
- 7bef23e: test(e2e): fix unique (@iyear)
- 98f3784: test(e2e): init and add chat ls test (@iyear)
- 21ed380: test(e2e): login before test (@iyear)
- 881de65: test(e2e): persistent session to speed up test (@iyear)
- d974737: test(e2e): remove proxy flag (@iyear)
v0.9.0
BREAKING CHANGES
tdl chat export
filter is replaced by expression engine, see https://github.com/iyear/tdl#chat-utilities for details
Highlights
Feel free to file new issues if you have any questions.
Chat export
- [Feat] More powerful filter powered by expression engine:
-f
- [Feat] Specific thread(topic or post replies):
--topic
--reply
- [Feat] Support Telegram MTProto raw format:
--raw
- [Feat] Support export non-media messages:
--all
Chat ls
- [Feat] Enhance table format output
- [Feat] Support filters powered by expression engine:
-f
- [Feat] Support JSON format output:
-o json
Others
- [Feat] Support remove uploaded files in
tdl up
:--rm
- [Fix] Stable file name. #185
- [Refactor] DC pool lazy init
Changelog
New Features
- 73532c1: feat(export): export with specific thread(topic or post) id. (@iyear)
- d0c9aa2: feat(export): output available fields with
-
filter flag (@iyear) - 71bda2c: feat(export): support export non-media messages (@iyear)
- f67bca8: feat(export): support raw message format (@iyear)
- 49b7c4a: feat(ls): enhance table output (@iyear)
- ea4c9f9: feat(ls): output available fields with
-
filter flag (@iyear) - f674192: feat(ls): support JSON output (@iyear)
- 01740fd: feat(ls): support filter by expression (@iyear)
- 6c983fb: feat(texpr): impl of fields getter (@iyear)
- fe49670: feat(up): support rm flag. #173 (@iyear)
Bug fixes
- bbd0f7c: fix(export): actual peer id when reply is set (@iyear)
- ec7ac1b: fix(export): pflag UnquoteUsage back quotes (@iyear)
- 9067107: fix(tmedia): stable file name. #185 (@iyear)
Documentation updates
Refactoring
Others
- db57237: chore(cmd): do not output others to stdout (@iyear)
- 8d35835: chore(deps): bump github.com/go-playground/validator/v10 (#184) (@dependabot[bot])
- 15a57ce: chore(deps): bump github.com/gotd/td from 0.81.0 to 0.82.0 (#179) (@dependabot[bot])
- 30f69d8: chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#186) (@dependabot[bot])
- 32dcd7d: chore(dliter): better error message (@iyear)
- a726a80: chore(export): command short message (@iyear)
- 0a1aeb4: chore(filter): do not print new line (@iyear)
- 1167766: feat!(export): filter powered by expression engine (@iyear)
- 869e8ae: test(texpr): add test case (@iyear)
v0.8.6
v0.8.5
Changelog
Bug fixes
Others
- 0e4340f: chore(deps): bump github.com/beevik/ntp from 0.3.3 to 1.0.0 (#174) (@dependabot[bot])
- 1641a60: chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#175) (@dependabot[bot])
v0.8.4
Changelog
Others
- a55e0cf: chore(deps): bump github.com/beevik/ntp from 0.3.0 to 0.3.3 (#170) (@dependabot[bot])
- b4c32dd: chore(deps): bump github.com/go-playground/validator/v10 (#163) (@dependabot[bot])
- d8f1148: chore(deps): bump github.com/gotd/contrib from 0.15.0 to 0.17.0 (#164) (@dependabot[bot])
- 6ffda6c: chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.4 (#165) (@dependabot[bot])
- fe85ccd: chore(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 (#169) (@dependabot[bot])
- 1398f38: chore(release): use own GITHUB_TOKEN (@iyear)
v0.8.3
Changelog
Bug fixes
Others
- 6dd3ad6: chore(deps): bump github.com/gotd/td from 0.79.0 to 0.81.0 (#161) (@dependabot[bot])
- b7e0426: chore(deps): bump github.com/mholt/archiver/v4 (#160) (@dependabot[bot])
v0.8.2
Note
The v0.80.0 version of gotd updates many things and may cause some bugs. I decided to revert the update to make sure it's OK before upgrading.