Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

v1.0.6

Compare
Choose a tag to compare
@TheCaduceus TheCaduceus released this 26 Apr 15:46
· 32 commits to main since this release
0b2bce9

What's Changed

  • Bump to v1.0.6
  • Now switch between different formatting modes. [Learn here]
  • Added new variable for dynamic caption: [Learn here]
    • {path} - Return exact path of file.
    • {path.parts} - A tuple giving access to the path’s various components.
    • {path.drive} - A string representing the drive letter or name, if any.
    • {path.root} - A string representing the (local or global) root, if any.
    • {path.anchor} - The concatenation of the drive and root.
    • {path.parents} - An immutable sequence providing access to the logical ancestors of the path.
    • {path.parent} - The logical parent of the path.
    • {path.name} - A string representing the final path component, excluding the drive and root, if any.
    • {path.suffix} - The file extension of the final component, if any.
    • {path.suffixes} - A list of the path’s file extensions.
    • {path.stem} - The final path component, without its suffix.
  • New flag --logout to revoke current session & delete session file.
  • Combine flag --combine now also accepts custom name for output file using --filename flag.
  • Client will not be imported while running utility flags to increase execution speed.
  • Fix undefined filename error.

Full Changelog: v1.0.5...v1.0.6