Releases: SonolusHaniwa/sonolus-server-cpp
Releases · SonolusHaniwa/sonolus-server-cpp
Sonolus Server v1.2.1
主要更新:
- 新增对 SQLite 数据库的支持。
- 修改了数据包格式,以为 SQLite 提供支持。
- 重新对官方引擎进行打包,新的下载链接: Data Packages for v1.2.1+。
- 新增了各组件创建接口,为下一版本创建组件提供支持。
- 临时删除
/levels/create
接口,便于下一版本对 GUI 的重写。
Data Packages for v1.2.1-1.4.2
Storage Data Packages for Official Engines.
All the engines only support sonolus 0.6.5
Sonolus Server v1.2.0
🎁 情人节特供 💝
所有基础 web 界面已全部完工,目前所有页面及超链接已保持和官方一致。
主要更新:
- 新增所有组件的 jump 页面。
- 更新关卡搜索配置。
- 新增对所有搜索界面状态保存。
- 修复语言修改只在当前页面生效的问题。
Sonolus Server v1.1.3
主要更新:
- 修复当 list 页面没有条目时显示
{{html.xxx}}
的错误。 - 彻底修复由于客户端长连接不发送信息导致的内存爆炸。
- 新增各组件 list 页面对搜索条件的显示。
- 修复链接跳转时动画生硬的问题。
- 修复读取搜索配置文件时读取出错的问题。
- 修复各组件 list 页面搜索链接无法使用的问题。
- 修复服务器标题无法显示的问题。
- 新增各组件搜索页面。
Sonolus Server v1.1.2
主要更新
- 新增 WebServer Core 对监听地址的显示。
- 新增各组件的数据库结果数量反馈函数。
- 新增各组件自定义搜索函数功能。
- 修复
/sonolus/*/list
终结点不支持翻页的问题。 - 新增各组件 list 页面。
- 修改所有图片加载形式为延迟加载。
- 新增链接跳转动画。
- 修复由于内存释放不当导致的内存泄漏错误。
Sonolus Server v1.1.1
Main Update:
- 修复当没有条目时主页面显示
{{html.xxx}}
的错误。 - 修复当数据库中存在 NULL 数据时引起程序退出错误。
- 新增数据导入功能,并提供 bandori, pjsekai, llsif, taiko, voez, deemo 的数据包。
- 新增数据导出功能,支持引擎和关卡的导出。
- 修改服务器启动方式为
./main serve
。 - 新增应用帮助信息。
数据包地址: Data Package for v1.1.1+
Data Packages for v1.1.1-v1.2.0
Storage Data Packages for Official Engines.
Sonolus Server v1.1.0
Main Update:
- Fixed Windows version will compiled error caused by missing __int64_t.
- Fixed the error that the feedbacks of all list apis is the same.
- Add the recommended display function, which displays 5 works of the same author by default.
- Add a new homepage and use native js to write it after the official project.
- Add the detail page of each component, and use native js to write after the official project.
- Add the website internationalization function.
Sonolus Server v1.0.2-2
Main Update:
- Fixed the issues occurred by
MYSQL
struct by @LittleYang0531 in #1.
Sonolus Server v1.0.2
Main Update
- Add the endpoints to create levels.
- Add a sample page to create levels.
- Provide configuration options to set the website title and banner.