Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@Blinue Blinue released this 19 May 07:49
· 13 commits to dev since this release
中文版

新功能

  1. 全新的渲染系统,大多数场合下都可以感知到流畅度提升,且特别针对重量级着色器优化
    • 实现了重复帧检测,当游戏画面静止时功耗将显著降低
    • 支持限制帧率 #657
    • 大幅提高光标的流畅度,在帧率较低时更加明显;光标延迟也显著降低
    • 不再支持垂直同步选项,该选项已经没有意义
  2. 支持触控输入 #900 #218
  3. 添加和其他程序合作的机制 #895
  4. 原生 ARM64 支持 #308
  5. 优化了对窗口客户区域的检测,现在可以自动裁剪上边框 #864
  6. 优化了双线性插值下单色光标和彩色掩码光标的渲染效果 #855 #853
  7. 刷新了 UI 样式

新效果

  1. 大量 RAVU 和 NNEDI3 变体 (感谢 @hauuau) #806
  2. CuNNy 族,它们适合视觉小说风格画面,比 Anime4K 更擅长处理文本 (感谢 @cunnyplapper) #848
  3. Anime4K_Upscale_GAN_x3_L 和 Anime4K_Upscale_GAN_x2_M

修复

  1. 修复光标移动到叠加层或其他窗口时有时会跳跃的问题 #866
  2. 修复 Win11 中捕获标题栏时错误裁剪的问题 #864
  3. 修复了和 TeknoParrot 的兼容性 #904 #911

其他更改

  1. 现在始终使用 Catmull-Rom 降采样,不再支持更改。
  2. 现在禁止缩放完整性级别更高的窗口。比如如果 Magpie 不是以管理员身份启动的,则无法缩放管理员身份的窗口 #867
  3. 更改了全局配置文件路径以避免混用两个版本时丢失设置项 #872

New Features

  1. A brand new rendering system, with noticeable improvements in fluidity in most scenarios, especially optimized for heavyweight shaders
    • Implemented frame duplication detection to reduce power consumption when the game screen is static
    • Support for frame rate limiting #657
    • Substantial improvement in cursor fluidity, particularly noticeable at lower frame rates; cursor latency also significantly reduced
    • Vsync option no longer supported, as it has become redundant
  2. Touch input support #900 #218
  3. Mechanisms for interacting with other programs #895
    • This allows you to listen to Magpie's scaling status or ensure that Magpie continues scaling when your window is in the foreground. See Interact with Magpie programally for details
  4. Native ARM64 support #308
  5. Optimized detection of the window client area, now automatically cropping the top border #864
  6. Enhanced rendering effects for monochrome cursors and masked color cursors under bilinear interpolation #855 #853
  7. Refreshed UI style

New Effects

  1. A plethora of RAVU and NNEDI3 variants (thanks to @hauuau) #806.
  2. The CuNNy family, specialized for visual novel-style images, excelling in text handling compared to Anime4K (thanks to @cunnyplapper) #848
  3. Anime4K_Upscale_GAN_x3_L and Anime4K_Upscale_GAN_x2_M

Fixes

  1. Fixed an issue where the cursor would sometimes jump when hovering the overlay or other windows #866
  2. Fixed incorrect cropping when capturing title bar in Win11 #864
  3. Fixed compatibility with TeknoParrot #904 #911

Other Changes

  1. Catmull-Rom downscaling is now consistently used, with no further modifications supported
  2. Windows with higher integrity levels are now prohibited from being scaled. For example, if Magpie is not launched with administrator privileges, it cannot scale windows with administrator privileges #867
  3. Changed the global configuration file path to avoid losing settings when using two versions simultaneously #872