Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 14:03
· 103 commits to master since this release

Overview

  1. Optimization of indexing.
  2. Fix the source command cannot import anonymous users.
  3. 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

Bug fixes

Documentation updates

Others