v0.14.0
Highlights
- [Feat] Login with QR code. Doc
- [Feat] Add
default
namespace to simplify the command line. (Original namespaces still require-n
flag) Doc - [Feat] Add
--storage
flag to specify storage. Doc - [Feat] Add
tdl migrate
command for migrating data between different storages. Doc
Changelog
New Features
- 6035903: feat(cmd): add default namespace (@iyear)
- ff0d446: feat(login): add qr login (@iyear)
- 8127fb7: feat(login): select login mode with type flag (@iyear)
- 6470e57: feat(login): use desktop app in new session (@iyear)
- 296d928: feat(main): humanize some errors (@iyear)
- 8d4ce97: feat(migrate): support migrate data to another storage (@iyear)
- 6843418: feat(storage): switch default storage to bolt (@iyear)
- 753c957: feat(tclient): add update handler option (@iyear)
Bug fixes
- 8753443: fix(chat): json output to stdout (@iyear)
- 3503042: fix(ls): dialog type field comment (@iyear)
- 52e140f: fix(migrate): confirm before migration (@iyear)
- a77e9d6: fix(retry): add rpc call fail errors (@iyear)
Documentation updates
- 2b0d4ad: chore(docs): move umami to baidu (@iyear)
- ad063ef: docs(hugo): default namespace (@iyear)
- c60edc2: docs(hugo): v0.14.0 (@iyear)
Refactoring
- e58df34: refactor(app): remove tgc (@iyear)
- 62077ff: refactor(chat): use tRun to start session (@iyear)
- 6dcb76e: refactor(cmd): remove login flag (@iyear)
- dfbb368: refactor(dl): use tRun to start session (@iyear)
- 3f65a37: refactor(forward): use tRun to start session (@iyear)
- 9526aee: refactor(pkg): add tclient package (@iyear)
- ef75145: refactor(up): use tRun to start session (@iyear)
Others
- bfd7a99: chore(deps): bump github.com/go-faster/errors from 0.6.1 to 0.7.1 (#421) (@dependabot[bot])
- 982729a: chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#422) (@dependabot[bot])
- 16939bd: chore(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1 (#418) (@dependabot[bot])
- 21803a9: chore(kv): skip type key (@iyear)
- 21a3408: chore(root): remove migration output (@iyear)