V2.6.0

tw93/PakeV2.6.0Sep 14, 2024by github-actions[bot]

AI Summary

Enhances cross-platform support with language settings for Windows, Docker support for Linux, and dark mode enforcement for Mac. It also resolves Mac window closing bugs and optimizes hyperlink handling.

Key Highlights

  • Added support for setting language in Windows packaging.
  • Pake can now be run using Docker on Linux.
  • Added support for enforcing dark mode on Mac.
  • Resolved system bug of closing windows in full-screen mode on Mac.

New Features

  • Windows language settings
  • Docker support for Linux
  • Mac dark mode enforcement
  • Hyperlink handling optimization

Full Release Notes

## 更新日志

1. 支持 Windows 打包下设置语言 [pull/734](https://github.com/tw93/Pake/pull/734) @xinyii ,支持 Linux 下使用 Docker 运行 Pake [pull/762](https://github.com/tw93/Pake/pull/762) @stone-w4tch3r,给 Linux 和 Windows 下的 App 增加了标题 [pull/770](https://github.com/tw93/Pake/pull/770) @jeasonnow。
2. 继续优化 Pake 打包网页里面关于超链接跳出的处理,解决 Mac 全屏下关闭窗口的系统 Bug。
3. 支持 Mac 下设置强制黑暗模式,可见 [#dark-mode](https://github.com/tw93/Pake/blob/master/bin/README.md#dark-mode)。

## Changelog

1. Added support for setting the language in Windows packaging [pull/734](https://github.com/tw93/Pake/pull/734) @xinyii, added support for running Pake using Docker on Linux [pull/762](https://github.com/tw93/Pake/pull/762) @stone-w4tch3r, and added titles to the app on Linux and Windows [pull/770](https://github.com/tw93/Pake/pull/770) @jeasonnow.
2. Continued to optimize the handling of hyperlink jumps within the packaged web pages in Pake, and resolved the system bug of closing windows in full-screen mode on Mac.
3. Added support for enforcing dark mode on Mac, see [#dark-mode](https://github.com/tw93/Pake/blob/master/bin/README.md#dark-mode).
4. Updated the image URLs in the documentation to a new version, ensuring that images load correctly without occasional failures.