Skip to content

Releases: waynezhang/dotr

v0.0.5

14 Mar 10:58
Compare
Choose a tag to compare

v0.0.5 (2025-03-14)

Refactor

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

v0.0.4

07 Mar 13:22
Compare
Choose a tag to compare

v0.0.4 (2025-03-07)

Refactor

  • use smp_allocator in release mode (d9b0935)

v0.0.3

01 Mar 11:59
Compare
Choose a tag to compare

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

01 Mar 11:33
Compare
Choose a tag to compare

v0.0.2 (2025-03-01)

New feature

  • support run external command (ca33701)

v0.0.1

28 Feb 12:54
Compare
Choose a tag to compare

v0.0.1 (2025-02-28)

New feature

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

Fix

Refactor