Skip to content

Releases: DemoHn/obsidian-panel

v0.5.4

17 Feb 05:28
Compare
Choose a tag to compare
  • Enable 'Edit Instance' Function, where you can edit listening port,
    LOGO, MOTD, FTP account, server properties, etc. - 开启'编辑实例'的功能。你可以在这里编辑侦听端口,LOGO,每日信息,FTP账户,服务器属性等。
  • Overwrite 'max-player' property when an instance launches to prevent
    other users modify it arbitrarily by editing 'server.properties' file -
    当一个实例启动时覆写'max-player'属性以防止其他用户通过编辑'server.properties' 文件来修改此属性。

v0.5.3

06 Feb 12:52
Compare
Choose a tag to compare
  • Add version tag for javascript files - 添加version标签以防止js文件被缓存
  • Save old log into database to eliminate total size of running log in
    memory - 将旧的log存储至数据库以减少内存中的log大小
  • Fix refusing to connect FTP server bug -
    修复FTP服务器「拒绝连接」的bug

Fix #35

v0.5.2

01 Feb 03:05
Compare
Choose a tag to compare
  • rewrite simple-console to compress the size of javascript files. - 重写SimpleConsole以减小Javascript文件的体积
  • update ob-panel.sh - 更新ob-panel.sh脚本

v0.5.1

30 Jan 11:18
Compare
Choose a tag to compare
  • This is a breakthough update. 这是一个重大的更新
  • Rewrite: 重写
    • Minecraft Process Monitoring System - Minecraft进程管理系统
    • Redesign frontend - 重写前端
    • Message queue broker (use ZeroMQ) - 消息队列决断器(使用ZeroMQ)
  • Add: 添加
    • Task Scheduler - 任务调度器
    • Server Info (CPU, OS, Memory) - 服务器信息(CPU,操作系统,内存大小)
    • Update Manager - (软件)更新管理器

v0.4.6

28 Jan 15:37
Compare
Choose a tag to compare
  • test update system again

v0.4.5

27 Jan 15:06
Compare
Choose a tag to compare
  • Just test GitHub's tag & release system

v0.3

27 Jan 14:48
Compare
Choose a tag to compare
  • Redesign dashboard with responsive UI
  • Add ob-panel command
  • Update install script
  • Seperate websocket server from app
  • Update FTP manager
  • Fix other bugs