Skip to content

0.0.2a1

Compare
Choose a tag to compare
@ChanceNCounter ChanceNCounter released this 29 Jan 22:17
· 23 commits to master since this release

Adds several improvements, thanks in large part to @Serene-Arc, and incorporates some cleanup.

Features and Fixes

  • Switched from Python's os to pathlib for handling filepaths (@Serene-Arc)
  • bak down and bak off now work on deleted files (@Serene-Arc)
  • bak no longer crashes on directories, instead outputting a polite error message (@Serene-Arc and author)
  • bak up no longer crashes when no .bakfile exists, instead notifying the user and creating a .bakfile (author)

Cleanup and Chores

  • Added install instructions to README, such as they are
  • Added .pylintrc, ran pylint and autopep8 (overdue)