Skip to content

Releases: waynezhang/dotr

v0.0.5

Choose a tag to compare

@waynezhang waynezhang released this 14 Mar 10:58

v0.0.5 (2025-03-14)

Refactor

  • deprecate implict running, add run command (4b126d4)

v0.0.4

Choose a tag to compare

@waynezhang waynezhang released this 07 Mar 13:22

v0.0.4 (2025-03-07)

Refactor

  • use smp_allocator in release mode (d9b0935)

v0.0.3

Choose a tag to compare

@waynezhang waynezhang released this 01 Mar 11:59

v0.0.3 (2025-03-01)

Fix

  • FileNotFound error if DOTR_PATH is not absolute path (3e0b0d3)
  • don't check links when unlinking (18fc767)

v0.0.2

Choose a tag to compare

@waynezhang waynezhang released this 01 Mar 11:33

v0.0.2 (2025-03-01)

New feature

  • support run external command (ca33701)

v0.0.1

Choose a tag to compare

@waynezhang waynezhang released this 28 Feb 12:54

v0.0.1 (2025-02-28)

New feature

  • add options, refactored command line (490c517)
  • init commit (d51b0f2)

Fix

Refactor