Skip to content

Releases: CrashVibe/FGateNexus

v0.3.0

23 Mar 21:46
a33c22a

Choose a tag to compare

feat: 支持命令执行的颜色渲染咯(需要去设置下载浏览器,并打开命令颜色渲染)

Warning

此版本需要更新新的 FGateClient
https://github.com/CrashVibe/FGateClient/releases/tag/v0.1.0

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.3.0-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.3.0-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.3.0-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.3.0-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.3.0-win.zip

What's Changed

  • ✨ feat: 命令颜色渲染(图片渲染) by @wling-art in #62
  • 🐛 fix(minecraft-format): 修复颜色代码解析 by @Dreeam-qwq in #63

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Mar 00:18
117e338

Choose a tag to compare

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.2.1-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.2.1-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.2.1-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.2.1-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.2.1-win.zip

What's Changed

  • ♻️ refactor(ui.target): 添加目标 ID 为空时的警告提示 ID by @wling-art in #55
  • 🐛 fix(db.client): 添加数据库实例创建的 PRAGMA 设置 by @wling-art in #56
  • 🐛 fix(dependencies): 更新 nuxt-auth-utils 依赖至 0.5.29 并添加补丁 by @wling-art in #57
  • 🐛 fix(players): 修复 table 页码偏移问题 by @wling-art in #58
  • 🐛 fix(message-handler): 修复 ws 消息处理逻辑 by @wling-art in #59
  • 修复 players 前端页码问题以及优化数据库逻辑 by @wling-art in #60

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Mar 12:01
45a6aee

Choose a tag to compare

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.2.0-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.2.0-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.2.0-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.2.0-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.2.0-win.zip

What's Changed

  • ✨ 全面使用 bun runtime & 🔧 杂项更新 by @wling-art in #36
  • 💄 优化删除密码模态框提示信息 by @wling-art in #37
  • ♻️ refactor(error): 使用 colorMode 替代 isDark 以优化主题管理 by @wling-art in #38
  • 💄 小部分使用 NuxtUI 构建现代页面 by @wling-art in #39
  • 🔥 移除 NuxtImage by @wling-art in #40
  • 🧑‍💻 feat(mcp): 添加 NuxtUI MCP 优化开发体验 by @wling-art in #42
  • 🔥 简化 “系统设置” 菜单结构 by @wling-art in #43
  • ✨ feat(db): 将迁移文件内置 by @wling-art in #44
  • 🐛 fix(action): 修复 adapters 中 PageHeader 组件操作区按钮 by @wling-art in #45
  • 🐛 fix(database): 修复数据库在开发模式无法 migrate 的问题 by @wling-art in #46
  • ✨ feat(config): 设置应用标题为 "FlowGate Nexus" by @wling-art in #47
  • 🐛 fix(token): 在表单数据和打开模态时生成唯一的 token by @wling-art in #48
  • ♻️ refactor(all): 使用 Ultracite 的 oxlint 规则重构代码 by @wling-art in #49
  • 🏷️ fix(entry): 修复入口类型问题 by @wling-art in #50
  • ✨ feat: 使用 nuxt ui 主题切换 by @wling-art in #51
  • 🐛 fix(targets): 修复获取服务器目标列表的错误信息 by @wling-art in #52
  • ✨ feat(header): 更新描述文本位置 by @wling-art in #53
  • ✨ feat: 进一步使用 Nuxt UI by @wling-art in #54

Full Changelog: v0.1.1...v0.2.0

v0.1.1

24 Feb 08:43
9a37ce3

Choose a tag to compare

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.1.1-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.1.1-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.1.1-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.1.1-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.1.1-win.zip

What's Changed

  • 🐛 fix(players): 更新服务器名称字段以匹配 API 响应 by @wling-art in #35

Full Changelog: v0.0.3...v0.1.1

v0.0.3

23 Feb 10:08
64a6757

Choose a tag to compare

✨ 功能优化

  • 重构登录系统
  • 将认证与页面状态统一迁移至 Pinia 管理
  • 封装 API,简化页面逻辑
  • 优化消息转发逻辑与 ID 校验
  • 修复数据库初始化与事务相关问题
  • 启用 SQLite WAL,提升读写性能
  • 升级并调整部分依赖

🎨 样式优化

  • 样式从 Less 迁移至 Sass(SCSS)
  • 重构主题切换逻辑
  • 优化页面过渡动画
  • 重组侧边栏与头部结构
  • 精简冗余样式,提升整体可读性
  • 细节 UI 优化(菜单点缀、卡片样式修复等)

整体在保持功能稳定的前提下,提升了结构清晰度与界面一致性。

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.0.3-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.0.3-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.0.3-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.0.3-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.0.3-win.zip

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Dec 09:15
df504f9

Choose a tag to compare

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.0.2-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.0.2-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.0.2-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.0.2-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.0.2-win.zip

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Sep 13:06
e3b966d

Choose a tag to compare

下载说明

平台 架构 文件名
Linux x64 FGateNexus-v0.0.1-linux-x64.tar.gz
Linux ARM64 FGateNexus-v0.0.1-linux-arm64.tar.gz
macOS x64 FGateNexus-v0.0.1-mac-x64.tar.gz
macOS ARM64 FGateNexus-v0.0.1-mac-arm64.tar.gz
Windows x64 FGateNexus-v0.0.1-win.zip