Skip to content

Releases: SonolusHaniwa/sonolus-server-cpp

Sonolus Server v1.2.1

06 Mar 11:06
Compare
Choose a tag to compare

主要更新:

  1. 新增对 SQLite 数据库的支持。
  2. 修改了数据包格式,以为 SQLite 提供支持。
  3. 重新对官方引擎进行打包,新的下载链接: Data Packages for v1.2.1+
  4. 新增了各组件创建接口,为下一版本创建组件提供支持。
  5. 临时删除 /levels/create 接口,便于下一版本对 GUI 的重写。

Data Packages for v1.2.1-1.4.2

05 Mar 13:55
Compare
Choose a tag to compare

Storage Data Packages for Official Engines.

All the engines only support sonolus 0.6.5

Sonolus Server v1.2.0

14 Feb 13:25
Compare
Choose a tag to compare

🎁 情人节特供 💝

所有基础 web 界面已全部完工,目前所有页面及超链接已保持和官方一致。

主要更新:

  1. 新增所有组件的 jump 页面。
  2. 更新关卡搜索配置。
  3. 新增对所有搜索界面状态保存。
  4. 修复语言修改只在当前页面生效的问题。

Sonolus Server v1.1.3

11 Feb 15:55
Compare
Choose a tag to compare

主要更新:

  1. 修复当 list 页面没有条目时显示 {{html.xxx}} 的错误。
  2. 彻底修复由于客户端长连接不发送信息导致的内存爆炸。
  3. 新增各组件 list 页面对搜索条件的显示。
  4. 修复链接跳转时动画生硬的问题。
  5. 修复读取搜索配置文件时读取出错的问题。
  6. 修复各组件 list 页面搜索链接无法使用的问题。
  7. 修复服务器标题无法显示的问题。
  8. 新增各组件搜索页面。

Sonolus Server v1.1.2

06 Feb 00:13
Compare
Choose a tag to compare

主要更新

  1. 新增 WebServer Core 对监听地址的显示。
  2. 新增各组件的数据库结果数量反馈函数。
  3. 新增各组件自定义搜索函数功能。
  4. 修复 /sonolus/*/list 终结点不支持翻页的问题。
  5. 新增各组件 list 页面。
  6. 修改所有图片加载形式为延迟加载。
  7. 新增链接跳转动画。
  8. 修复由于内存释放不当导致的内存泄漏错误。

Sonolus Server v1.1.1

26 Jan 14:32
Compare
Choose a tag to compare

Main Update:

  1. 修复当没有条目时主页面显示 {{html.xxx}} 的错误。
  2. 修复当数据库中存在 NULL 数据时引起程序退出错误。
  3. 新增数据导入功能,并提供 bandori, pjsekai, llsif, taiko, voez, deemo 的数据包。
  4. 新增数据导出功能,支持引擎和关卡的导出。
  5. 修改服务器启动方式为 ./main serve
  6. 新增应用帮助信息。

数据包地址: Data Package for v1.1.1+

Data Packages for v1.1.1-v1.2.0

26 Jan 12:50
Compare
Choose a tag to compare

Storage Data Packages for Official Engines.

Sonolus Server v1.1.0

24 Jan 13:33
Compare
Choose a tag to compare

Main Update:

  1. Fixed Windows version will compiled error caused by missing __int64_t.
  2. Fixed the error that the feedbacks of all list apis is the same.
  3. Add the recommended display function, which displays 5 works of the same author by default.
  4. Add a new homepage and use native js to write it after the official project.
  5. Add the detail page of each component, and use native js to write after the official project.
  6. Add the website internationalization function.

Sonolus Server v1.0.2-2

21 Jan 09:57
2f51314
Compare
Choose a tag to compare

Main Update:

  1. Fixed the issues occurred by MYSQL struct by @LittleYang0531 in #1.

Sonolus Server v1.0.2

19 Jan 05:43
Compare
Choose a tag to compare

Main Update

  1. Add the endpoints to create levels.
  2. Add a sample page to create levels.
  3. Provide configuration options to set the website title and banner.