Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.1 KB

File metadata and controls

33 lines (27 loc) · 1.1 KB

Version 2.2.1

  • Refactor GitHub release workflow
  • Updating change log on release branch
  • Publish release to Maven Central
  • allow using a custom StorageDeviceDetector class optional
  • Add Windows tests (#40)
  • [maven-release-plugin] prepare for next development iteration

Version 2.2.0

  • Update release job
  • Fix release job
  • Add tests (#39)
  • Update GitHub actions
  • Update dependencies + prepare release
  • fix unmount for most recent macOS versions
  • Update Windows device detector code to derive the volume label via th… (#31)
  • Use a USBDeviceDetectorManager to manager the listener task. Fixes #29 (#34)
  • Fix typo #28
  • Fix version in README.md
  • Updated version in pom.xml and README.md
  • Fix unmount method in Linux and OSX to always try with or without sudo.
  • Fix unmount method in Linux and OSX to always try with or without sudo.
  • Start new iteration
  • Release 2.1.1
    • Fix SimpleTest unmount (check if collections is empty to avoid outofbounds exception);
  • Fix minor concurrency issue; Enhance error logs
  • Reduce pooling watch interval and refactor some code
  • Prepare next iteration cycle