Releases: xfgryujk/blivechat
Releases · xfgryujk/blivechat
v1.9.3
- 改善了连接服务器失败的问题
- 从此版本开始,公共服务器域名改为
*.blive.chat
镜像下载地址:https://play-live.bilibili.com/details/1694397161340
- Improved the issue of failing to connect to the server
- Starting from this version, the common server domain name has been changed to
*.blive.chat
v1.9.2
- 加载器URL改成本地文件。旧的加载器URL已被屏蔽,这导致旧版本不可在本地使用,请升级到最新版或者在线使用
- 前端暂时不使用CDN,因为CDN被uBlock Origin屏蔽了
- 移除了已经失效的腾讯翻译白嫖版
- Changed the loader URL to a local file. The old loader URL has been blocked, which prevents old versions from being used locally. Please upgrade to the latest version or use it online
- The frontend is temporarily not using CDN because it has been blocked by uBlock Origin
- The invalid Tencent translation free version has been removed
!!! WARNING !!!
再次强调请升级到最新版,旧版本已经不可本地使用。升级方法请参考:版本升级指南
!!! WARNING !!!
v1.9.1
- 添加了显示调试消息选项,用于调试消息不显示或丢消息的问题
- 使用房间ID时默认头像由前端计算,减少了请求频率
- 仿微信样式生成器添加了显示大表情背景选项
- 其他前端优化
- Added the "Show debug messages" option for debugging issues where messages are not displaying or getting lost
- When using room ID, the default avatar is now calculated by the front end, reducing the frequency of requests
- Added the "Show large emoticon background" option to the LINE-like style generator
- Other front-end optimizations
v1.9.0
- 添加了插件系统,参考开发文档
- 添加了基于生成式AI(Gemini)的翻译接口
- 最低显示打赏价格的默认值改为0.1
- 支持显示免费礼物
- 支持给大表情设置不同的尺寸
- 添加一些属性用于CSS选择器区分,参考文档
- 添加
data/custom_public
目录,用来对前端暴露一些文件(比如图片、CSS、字体) - 添加
引入服务器预设CSS
选项,用于自动引入custom_public目录预设的CSS - 兼容B站协议升级
- 其他懒得写出来的优(暗)化(改)
- Added plugin system. Please refer to the development documentation
- Added a translation interface based on generative AI (Gemini)
- Changed the default value of the "Min price of Super Chats to show" option to 0.1
- Support displaying free gifts
- Support setting different sizes for large emotes
- Added some attributes for CSS selector to differentiate. Please refer to the documentation
- Added
data/custom_public
directory for exposing some files to the front end (such as images, CSS, fonts) - Added the "Import the server preset CSS" option for automatically importing preset CSS from the custom_public directory
- Compatible with Bilibili protocol upgrade
- Other optimizations
v1.8.2
- 修复了使用身份码时礼物价格显示的是单价而不是总价的问题
- 使用身份码时支持屏蔽礼物弹幕
- 缓解了房间URL太长,会被直播姬截断的问题
- Fixed the issue where the price in gift messages was unit price instead of total price, when using identity code
- Supported blocking system messages when using identity code
- Temporarily fixed the issue where the room URL was too long and would be truncated by Livehime
v1.8.1
- 完善了获取身份码的引导,避免用户输入错误的身份码
- 获取头像失败时,尝试用UID和用户名随机生成
- 减少了OBS中添加多个浏览器源时的资源开销
- 减少了不停尝试重连房间时的资源开销
- Improved the guidance of obtaining identity code to prevent users from entering wrong identity codes
- When fails to obtain the avatar, try to randomly generate one by UID and username
- Reduced the resource overhead when there are multiple browser sources in OBS
- Reduced the resource overhead when constantly trying to reconnect to the room
v1.8.0
v1.7.0
- 支持官方的嵌入弹幕消息中的表情
- 当启用通过服务器转发消息时,可以从弹幕消息获取头像,而不需要额外请求获取头像
- 通过多个接口获取头像,防止单个接口失效
- 翻译区分优先级,SC消息优先翻译,并且失败时会自动重试
- 优化了头像和翻译的缓存算法
- 优化了消息平滑算法
- 添加了启动时打开浏览器的配置
- 移除了每个翻译器的队列长度配置,添加了全局的翻译队列长度配置
- 添加了服务器监听的地址配置
- Added support for the official text emotes
- When messages are relayed by the server, avatars are got from danmaku messages instead of requiring an additional request to get the avatar
- Get the avatar through multiple API to prevent the single API from failing
- Translation has priority now. Superchats will be translated first, and will be automatically retried if failed
- Optimized the caching algorithm for avatars and translations
- Optimized the message smoothing algorithm
- Added the configuration of whether to open browser at startup
- Removed the configuration of the queue length of each translator, and added a global translation queue length configuration
- Added the configuration of the address which the server listens on
v1.6.2
v1.6.1
- 修复了获取头像失败的问题
- 修复了对于一些UID很大的新号,头像缓存不能写入数据库的问题。已经创建的数据库不会影响,需要删除数据库重新创建(
data/database.db
) - 修复了不能删除SC的问题
- 移除了B站翻译白嫖版接口
- Fixed an issue where fetching avatars failed
- Fixed an issue where the avatar cache cannot be written to the database. The database (
data/database.db
) needs to be dropped for this to take effect - Fixed an issue where superchats cannot be deleted
- Removed the free Bilibili Translator