Skip to content

Releases: hammy275/python-movefile-restart

Version 1.0.1

08 Dec 01:37
Compare
Choose a tag to compare

Fixes the move to __main__.py

Version 1.0.0

08 Dec 00:16
Compare
Choose a tag to compare

First full release!!!!

  • Use __main__.py (may need to make some fixes for it)
  • Make conflict checking when adding an operation optional.

Version 0.6.0

07 Dec 23:00
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release
  • Adds a CheckPermissions() function to check for read/write capabilities without throwing an error at runtime.

NOTE: Programs should still check for PermissionErrors when using this library, as the permissions could change between calling CheckPermissions() and the running of the actual function.

Version 0.5.0

07 Dec 22:29
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

You no longer need to use from movefile_restart import movefile_restart. Instead, import movefile_restart should do the trick.

Version 0.4.0

05 Dec 03:34
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Things added since v0.3.0:

  • A file queued to be moved can be deleted if the destination is specified
  • When running a file operation, the registry key that is edited is opened immediately before using it to prevent permission errors from occurring that the program isn't ready for.

Version 0.3.0

01 Dec 20:35
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Features since 0.2.0:

  • Ability to de-queue file operations by index
  • Handle lack of permissions to read and write to the registry key

Version 0.2.0

30 Nov 18:08
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Added GetFileOperations() and PrintFileOperations()

Version 0.1.1

30 Nov 00:20
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Initial release. Currently supports moving/renaming and deleting of files in the queue.