Releases: waynezhang/dotr
Releases · waynezhang/dotr
v0.0.5
v0.0.5 (2025-03-14)
Refactor
- deprecate implict running, add
run
command (4b126d4)
v0.0.4
v0.0.4 (2025-03-07)
Refactor
- use smp_allocator in release mode (d9b0935)
v0.0.3
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
v0.0.2 (2025-03-01)
New feature
- support run external command (ca33701)
v0.0.1
v0.0.1 (2025-02-28)
New feature
Fix
Refactor