Releases: rocket049/powerchat
Improve 2 functions
v1.3.24 Improve 2 functions
- 用 appindicator3 取代 GtkStatusIcon。Replace
GtkStatusIcon
withappindicator3
. - 在隐藏状态接到信息后打开窗口时,自动显示最新信息。When the window is opened after receiving the information in the hidden state, the latest information will be displayed automatically.
windows release is kept.
re-connect when connection down.
增加掉线重连功能。
re-connect when connection down.
Optimizing Search Results Ranking
优化搜索结果排序方式。
Optimizing Search Results Ranking
除了按照用户是否在线对搜索结果进行排序,还按照ID从小到大排序。
n addition to sorting search results online according to whether users are online, it also ranks search results from small to large by ID.
Sort search results
对搜索结进行排序
Sort search results
按照用户是否在线对搜索结果进行排序,把在线用户排在前面,用蓝色文字表示,离线用户排在后面,用红色文字表示。
According to whether users is online or not, sort the search results. Online users are ranked first, expressed in blue. Offline users are ranked second, and expressed in red.
don't display notification message when the window is active.
don't display notification message when the window is active.
当窗口激活时不弹出通知窗口。
改进文件发送报告信息
改进文件发送报告信息
20190415 更新 appimage 版,新增生成启动菜单项功能,点击“帮助”->“加入启动菜单”,在启动菜单->“互联网”中生成启动图标
汉化接收文件报告信息
汉化接收文件报告信息
增加安卓版的链接
增加:修改密码时显示错误报告
增加:修改密码时显示错误报告
修复文件接收功能的一个BUG
原来文件接收功能有一个BUG,如果接收文件过程中,对方意外断网,那么接收方再也不能接收另一个文件,因为原本设计为同一时间只接收一个文件。现在加入一个超时重置功能,中断超过1分钟后,自动放弃原来的接收过程,可以接收其他文件。