Skip to content

Releases: jrtxio/rtaskly

Release v0.0.29

19 Jan 07:12

Choose a tag to compare

[0.0.29] - 2026-01-19

Changed

  • 发布:更新版本号至0.0.29 / Release: Bump version to 0.0.29

Release v0.0.27

13 Jan 15:18

Choose a tag to compare

[0.0.27] - 2026-01-13

Changed

  • 样式(gui):任务项在面板中垂直居中对齐
  • 样式(gui):调整任务面板布局和间距,提高一致性
  • 样式(gui):将任务面板元素对齐到中心
  • 修复(gui):使任务滚动面板可伸缩以适应父容器宽度
  • 重构(language):使get-system-language函数跨平台兼容

Release v0.0.28

13 Jan 15:22

Choose a tag to compare

[0.0.28] - 2026-01-13

Fixed

  • 修复(changelog):为v0.0.27添加英文翻译 / fix(changelog): add English translations for v0.0.27

Release v0.0.26

13 Jan 10:31

Choose a tag to compare

[0.0.26] - 2026-01-13

Changed

  • 优化:更新构建脚本,添加版本号处理逻辑
  • 优化:简化版本号获取方式,提高构建可靠性

Release v0.0.25

13 Jan 08:13

Choose a tag to compare

[0.0.25] - 2026-01-13


Release v0.0.24

13 Jan 07:30

Choose a tag to compare

[0.0.24] - 2026-01-13


Release v0.0.23

12 Jan 09:36

Choose a tag to compare

[0.0.23] - 2026-01-12


Release v0.0.22

08 Jan 07:39

Choose a tag to compare

[0.0.22] - 2026-01-08

Fixed

  • 修复了ARM64运行器标签不正确的问题 / Fixed incorrect ARM64 runner labels
  • 使用了GitHub Actions官方支持的ARM运行器标签:ubuntu-22.04-arm、macos-14和windows-11-arm / Used GitHub Actions officially supported ARM runner labels

Release v0.0.21

08 Jan 06:45

Choose a tag to compare

[0.0.21] - 2026-01-08

Fixed

  • 修复了构建脚本中找不到taskly.rkt文件的问题 / Fixed issue where taskly.rkt file couldn't be found in build scripts
  • 更新了构建脚本,使用正确的src/taskly.rkt文件路径 / Updated build scripts to use correct src/taskly.rkt file path

Release v0.0.14

07 Jan 08:36

Choose a tag to compare

[0.0.14] - 2026-01-07

Changed

  • 为Linux平台添加了压缩步骤,将deb包压缩成ZIP格式,与macOS和Windows平台保持一致