- Added a more convenient
entry(std::pair<std::filesystem::path, native_handle>)
constructor (#126) - Fixed a bug when moving an entry to itself caused a deletion of said entry (#129)
- Fixed a bug when moving a directory to an existing file between filesystems would not throw an exception (#129)
- Fixed a bug when move was constrained to regular files and directories only (#129)
- Fixed a bug when an entry could be deleted even if it was not moved due to an error (#129)
Full Changelog: v1.1.1...v1.2