Highlights
- [Feat] Support export with message content. #46
- [Feat] Support export with regexp filter.
- [Feat] Support command flag completions.
- [Feat] Add logout survey to separate from imported session.
- [Feat] Make max part size as default value.
- [Fix] Smaller connection backoff elapsed time and multiplier.
- [Fix] Don't collect CDN dcs.
- [Fix] Old gotd dependencies.
Changelog
New Features
- 8ae03ca: feat(cmd): add more completions (@iyear)
- 7f86c87: feat(cmd): add more required flags marker (@iyear)
- 7a82794: feat(cmd): make max part size as default value (@iyear)
- 24353f8: feat(cmd): namespace flag validation and completion (@iyear)
- 843d452: feat(export): add completion for filters (@iyear)
- 4a4db08: feat(export): support export with message content. #46 (@iyear)
- f0004b0: feat(export): support regexp filter (@iyear)
- 0368383: feat(login): add logout survey to separate from imported session (@iyear)
- 3339508: feat(pkg): add tdesktop package (@iyear)
- 3655786: feat(scripts): add install scripts (@iyear)
Bug fixes
- 7264f7b: fix(completion): filter dirs (@iyear)
- 0df5b90: fix(dcpool): don't collect CDN dcs (@iyear)
- cc37367: fix(tgc): retry interval and times (@iyear)
- 8c4135e: fix(tgc): smaller connection backoff elapsed time and multiplier (@iyear)
Documentation updates
- 1ec5626: docs(README): add shell completion (@iyear)
- 82f3ea4: docs(README): small fixes (@iyear)
- 5e9ded1: docs(README): v0.8.0 (@iyear)
- 4b8581c: docs(commands): update (@iyear)
Refactoring
- dd71331: refactor(cmd): create cmd in functions (@iyear)
- 76cb906: refactor(flag): remove useless constants (@iyear)
- 430ff57: refactor(logger): path param (@iyear)
- cdee8c1: refactor(tpath): make homedir a param (@iyear)
Others
- ae4e3f6: chore(actions): upgrade to go1.19 (@iyear)
- b51f56e: chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.2 to 3.23.3 (#142) (@dependabot[bot])
- ef94024: chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#146) (@dependabot[bot])
- 80e6f61: chore(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 (#140) (@dependabot[bot])
- 6ff1bcc: chore(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 (#147) (@dependabot[bot])
- 26ed239: chore(deps): upgrade (@iyear)
- 5a0315e: chore(main): exit 1 when failed (@iyear)
- 5e3a798: feat(.github): add dependabot config (@iyear)