v0.1.0
Overview
- Optimization of indexing.
- Fix the
source
command cannot import anonymous users. - Fix the escaping problem, but it is not perfect yet.
Road Map
The next release will be a BREAKING UPDATE and some of the existing commands will become subcommands of searchx bot
. Also, userbot-related functionality will be developed with the command searchx usr
.
The difference between the two is:
bot
is used by group/channel owners to build for members, which is fast to deploy and has no risk of blocking.usr
is used by individual users to build indexes for their own messages, which is convenient for personal search, but slower to deploy and may have risk of blocking.
Changelog
New Features
- f3f6bf8: feat(bot): carries version info on start cmd. close #8 (@iyear)
- 7343da8: feat(handler): add voice indexing (@iyear)
- 49d2997: feat(index): clean content (@iyear)
Bug fixes
- 87e72f4: fix(bot): escape content (@iyear)
- fd2d3c4: fix(bot): markdown escape (@iyear)
- 75d0399: fix(handler): add FileName indexing. close #11 (@iyear)
- a1906df: fix(source): anonymous sender. close #10 (@iyear)
Documentation updates
- 12a8171: docs(README): add cross-platform (@iyear)
- c05722c: docs(README): add demo link (@iyear)
- 8876f88: docs(README): add faq (@iyear)
- 49c61fa: docs(README): add run cmd (@iyear)