Skip to content

Releases: Meredith2328/anothertodo

node-v0.2.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 09:28

下载对应平台的独立可执行文件即可使用,无需安装 Node:

  • Windows: atd-windows.exe(双击或在终端运行,直接进入 TUI)
  • macOS: atd-macoschmod +x atd-macos && ./atd-macos
  • Linux: atd-linuxchmod +x atd-linux && ./atd-linux

另附面向已安装 Node 22+ 环境的便携包 atd-node-*.tar.gz

数据与配置存放在 ~/.atd,是纯文本 JSONL,格式向后兼容,升级不需要迁移。

本次改动详见 CHANGELOG

node-v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:20

下载对应平台的独立可执行文件即可使用,无需安装 Node:

  • Windows: atd-windows.exe(双击或在终端运行,直接进入 TUI)
  • macOS: atd-macoschmod +x atd-macos && ./atd-macos
  • Linux: atd-linuxchmod +x atd-linux && ./atd-linux

另附面向已安装 Node 22+ 环境的便携包 atd-node-*.tar.gz

数据与配置存放在 ~/.atd,是纯文本 JSONL,格式向后兼容,升级不需要迁移。

本次改动详见 CHANGELOG

node-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 10:25

下载对应平台的独立可执行文件即可使用,无需安装 Node:

  • Windows: atd-windows.exe(双击或在终端运行,直接进入 TUI)
  • macOS: atd-macoschmod +x atd-macos && ./atd-macos
  • Linux: atd-linuxchmod +x atd-linux && ./atd-linux

另附面向已安装 Node 22+ 环境的便携包 atd-node-*.tar.gz

数据与配置仍存放在 ~/.atd,与 Python 版完全互通。

node-v0.1.0-next.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:42
Node migration preview v0.1.0-next.1

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:57
v0.1.9

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:33
v0.1.3

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 08:31
ci: 三平台产物按平台名重命名,修复 Release 资产互相覆盖