Skip to content

Releases: domsleee/ForceOps

1.5.0

31 May 13:02
2d84b62
Compare
Choose a tag to compare

What's Changed

  • Add ForceOps.Lib example (ForceOps.DeleteExample) and docs to README.md by @domsleee in #41
  • Ignore RmGetList() error 5: Access is denied. by @domsleee in #42

Full Changelog: 1.4.3...1.5.0

1.4.3

20 May 14:33
e5c61d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.4.3

1.4.2

20 May 11:33
87bbfec
Compare
Choose a tag to compare

What's Changed

  • Improve test reliability and fix workstation domain trust issue by @domsleee in #37
  • Remove ForceOps.Test from release build by @domsleee in #36

Full Changelog: 1.4.1...1.4.2

1.4.1

19 May 06:48
d1568e1
Compare
Choose a tag to compare

What's Changed

  • Use ContinuousIntegrationBuild flag for deterministic builds by @domsleee in #34

Full Changelog: 1.4.0...1.4.1

1.4.0

19 May 05:38
faaf5c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

06 Dec 21:23
7eb6137
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

03 Dec 12:14
Compare
Choose a tag to compare
  • Add --retry-delay and --max-retries options to delete command.

Full Changelog: 1.2.1...1.3.0

1.2.1

25 Sep 11:05
df3cf9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

07 Sep 14:14
3b907bc
Compare
Choose a tag to compare
  • Add aot, and exe in release
  • Add "list" subcommand
  • Improve kill processes to not crash on a Win32 exception
  • Improve relaunch logging - it now shows on the main thread

1.1.0

17 Aug 09:45
9209867
Compare
Choose a tag to compare
  • Add --force and --disable-elevate flags.
  • Deleting non-existing file now throws an error (unless --force is specified).
  • When re-launching as admin, --force is implied to avoid edge cases with partial deletions.