Skip to content

Axolotl Launcher v1.9.5

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 05:17
· 207 commits to main since this release
f48ec39

Axolotl Launcher 1.9.5

发布日期 / Published: 2026-09-04

中文

新增

  • 添加多更新渠道选项。
  • 添加数据库隔离的相关说明与提示。
  • 为测试版软件添加 Beta 角标。
  • 新增种子地图中选择主世界群系高度的选项。
  • 在内容页添加“回到顶部”按钮。
  • 添加通知中心,展示隐藏的下载进度和警告。
  • 现在可在关闭应用时选择隐藏到托盘(轻量模式)。

变更

  • 优化软件更新机制与逻辑。
  • 当数据库操作不可用时禁用相应按钮。
  • 在下载中心显示 Mod 下载。
  • 皮肤预览现在使用 3D 渲染外层。
  • 皮肤预览现在具有抗锯齿渲染。
  • 在翻译未就绪时禁用翻译按钮。
  • 现在 Ctrl+F 不会再呼出浏览器自带搜索框。
  • 现在当未启用开发者模式时按下 F12 不会再呼出 DevTools。
  • 现在即使服务器版本不兼容也会显示人数信息。

Bug 修复

  • 修复了在软件内更新不会更新版本号导致循环自动更新的问题。
  • 修复 Windows 平台上更新包可能不会在需要权限提升时发出 UAC 请求的问题。
  • 修复 Windows 平台上可能错误地使用正斜杠(/)的问题。
  • 修复不会复用 HTTP 客户端导致下载速度过慢的问题。
  • 修复 RangeOutput 全局 Mutex 导致下载速度过慢的问题。
  • 修复可能错误使用官方源导致下载速度过慢的问题。
  • 修复设置页面载入速度过慢的问题。
  • 修复 1.16.5 Forge 版本因缺少 LWJGL 库导致启动失败的问题。
  • 修复种子地图因浮点数精度导致的距离问题。
  • 修复种子地图在不同缩放下渲染的地图图块不一致的问题。
  • 修复种子地图出生点标记无焦点突出显示的问题。
  • 修复种子地图在全屏状态下无法打开群系选择器的问题。
  • 修复因错误获取 LWJGL 信息导致 1.13 ~ 1.18 版本无法启动的问题。
  • 修复无法保存翻译偏好设置的问题。
  • 修复设置页标题与主内容不同步加载的问题。
  • 修复因额外校验导致下载速度变慢的性能问题。
  • 修复导入时下载额外文件速度慢的问题。
  • 修复使用符号链接导入实例时的路径非法问题。
  • 修复将不同世界中的相同数据包被意外标记为重复的问题。
  • 修复皮肤预览上衣与腿部渲染冲突的问题。
  • 修复在 Windows 平台上任务栏图标可能不居中的问题。
  • 修复使用符号链接导入实例时编辑实例内容出现错误的问题。
  • 修复 Minecraft Assets 批量下载无法自适应的问题。
  • 修复 Minecraft Assets 临时文件异常竞争与重复下载的问题。
  • 修复即使 DNS 不可达也不会刷新 DNS 缓存的问题。
  • 修复本地资源复制失败而转为重新下载的问题。
  • 修复“返回顶部”按钮遮挡右下角内容的问题。
  • 修复切换页面导致实时日志丢失显示的问题。

English

Added

  • Added multi-update channel option.
  • Add relevant instructions and tips about database isolation.
  • Add a Beta badge to the beta software.
  • Added an option to select the main world biome height in the seed map.
  • Add a "Back to Top" button on the content page.
  • Add a notification center to show hidden download progress and warnings.
  • Added option to hide to tray on app close (lightweight mode).

Changed

  • Improved the software update mechanism and logic.
  • Disable the corresponding buttons when database operations are unavailable.
  • Include the Mod downloads in the download center display.
  • Skin preview now uses a 3D-rendered outer layer.
  • Skin preview now has anti-aliased rendering.
  • Disable the translation button when translation is not ready.
  • Ctrl+F will no longer trigger the browser's built-in search box.
  • Pressing F12 will no longer open DevTools when developer mode is not enabled.
  • Server population info will now be displayed even when the server version is incompatible.

Fixed

  • Fixed the issue where updating within the software would not update the version number, causing a loop of automatic updates.
  • Fix the issue where update packages on the Windows platform might not send UAC requests when requiring privilege elevation.
  • Fix a potential issue where forward slashes (/) may be incorrectly used on the Windows platform.
  • Fixed the issue where not reusing the HTTP client caused slow download speeds.
  • Fix the issue where the global Mutex in RangeOutput causes slow download speeds.
  • Fixed an issue where incorrectly using the official source could lead to slow download speeds.
  • Fix the issue where the settings page loads too slowly.
  • Fixed the issue where the 1.16.5 Forge version failed to start due to a missing LWJGL library.
  • Fix the distance issue on the seed map caused by floating point precision.
  • Fix the issue where map tiles rendered by the seed map are inconsistent at different zoom levels.
  • Fix the issue where the spawn point marker on the seed map lacks focused highlighting.
  • Fixed the issue where the seed map could not open the biome selector in fullscreen mode.
  • Fixed the issue where versions 1.13 ~ 1.18 could not start due to incorrectly obtaining LWJGL information.
  • Fixed the issue where translation preference settings could not be saved.
  • Fix the issue where the settings page title loads out of sync with the main content.
  • Fix a performance issue where extra validation caused slower download speeds.
  • Fixed the issue of slow download speeds for additional files during import.
  • Fixed the invalid path issue when importing instances using symbolic links.
  • Fixed the issue where the same data packages from different worlds were accidentally marked as duplicates.
  • Fixed the issue where the top and legs conflicted in rendering during skin preview.
  • Fixed the issue where the taskbar icon may not be centered on Windows platforms.
  • Fixed an error that occurred when editing instance contents while importing instances via hard links.
  • Fixed batch download adaptation issue for Minecraft Assets.
  • Fixed race conditions and redundant downloads in Minecraft Assets temp files.
  • Fixed DNS cache not refreshing when DNS is unreachable.
  • Fixed fallback to re-download on local resource copy failure.
  • Fixed "Back to Top" button obscuring bottom-right corner content.
  • Fixed real-time logs disappearing when switching pages.