Skip to content

Releases: iyear/searchx

v0.2.0-beta.2

29 Sep 06:43
Compare
Choose a tag to compare

Changelog

Others

v0.2.0-beta.1 (Individual Support)

31 Aug 03:11
Compare
Choose a tag to compare

Highlights

v0.2.0 is a breaking update, can't upgrade from v0.1.0 to v0.2.0 due to excessive changes, please redeploy.

  • Feat: usr mode to provide enhanced search function for individual users
  • Feat: chat_name chat_type search field
  • Feat: view message details (click search result number)
  • Feat: command docs
  • Feat: private chat jump link
  • Feat: log config
  • Feat: global context support
  • Optimization: source clean text
  • Optimization: proxy config
  • Optimization: search result style
  • Refactoring, Fixing
简体中文

v0.2.0 为破坏性更新,因变更过大,无法从 v0.1.0 升级到 v0.2.0,请重新部署。

  • 新增: usr 模式,为个人用户提供强化搜索功能
  • 新增: 会话名 会话类型 搜索字段
  • 新增: 查看消息详情(点击搜索结果序号)
  • 新增: 命令文档
  • 新增: 私聊会话跳转链接
  • 新增: 日志配置
  • 新增: 全局 context 支持
  • 优化: source 清洗文本
  • 优化: 代理配置形式
  • 优化: 搜索结果样式
  • 重构、修复细节

Changelog

See Details

New Features

Bug fixes

Documentation updates

Others

v0.1.0

03 Aug 14:03
Compare
Choose a tag to compare

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

v0.1.0-beta

30 Jul 15:45
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Documentation updates

Others