Skip to content

Releases: ConorSheehan1/shot

Release v2.0.2

09 Apr 21:46
Compare
Choose a tag to compare

SHA256 checksums

  • b4b751015f058395475c0c80afde2ceebeb2014d0bd17efe901201c4df99e0ec dist/shot.tar.gz
  • f6ae0fcc6ed4c2501a7afe6773fc56dd91c7ce0c19fb58b6693470d06091f778 dist/shot-py3-none-any.whl

Output dicts for warnings.
Make release files generic and link to new /releases/latest url from readme

Release v2.0.1

28 Mar 17:34
Compare
Choose a tag to compare

SHA256 checksums

  • 4d1a750cae7ad72c9d1885e045d9af282ed3d2a93e3762a5b5ae51c254ae64b3 dist/shot-2.0.1.tar.gz
  • ec8420aa745f18c696bbe0d94b5ae126f8350ac3404423412cd3af355900075a dist/shot-2.0.1-py3-none-any.whl

Fix homebrew install by using poetry-core build system. See python-poetry/poetry#3661 (comment)
Test python 3.9.

Release v2.0.0

23 Mar 22:08
Compare
Choose a tag to compare

SHA256 checksums

  • 705d1e88371d8ecbec79a8d33f7f17da97aee3c362081ef98b2dea1fb5c270bb dist/shot-2.0.0.tar.gz
  • 067afe5b937b428c623781166935c41ccc5005c6101c793349e7800870dbc8da dist/shot-2.0.0-py3-none-any.whl

Interface changes

  1. Warn/ask confirmation when destination file already exists
  2. Warn/ask confirmation when extensions is changed from src to dst
  3. Warn/ask confirmation when there are less files the the num arg
  4. Add --yes arg to skip new confirmation dialogs
  5. Shorten success output text by showing src, dst, and filename only

Internal changes

  1. refactor from function to class
  2. add pytest random order plugin

Release v1.0.0

13 Jan 21:12
Compare
Choose a tag to compare

SHA256 checksums

  • 041c52cddf3974dfb7db149c8555cc7871b44cc921a02af1cf692ca6e962aaaa dist/shot-1.0.0.tar.gz
  • b950fb11add94bb379c924b7f03806e8547830bfd33aebb2e83ae03058fee116 dist/shot-1.0.0-py3-none-any.whl

Interface changes

  1. added quite and debug args
  2. made args more descriptive since fire adds short args automatically.
    s -> start, n -> num
  3. allow dstto be file if num=1

Release v0.1.2

04 Jan 20:40
Compare
Choose a tag to compare

SHA256 checksums

  • c427797e97926d47854ee07acec927dddcfb8add1ecdb12da5c3962e1b9645e3 dist/shot-0.1.2.tar.gz
  • 799b35e87b642f03e653ace0bfd8d33c62a972496df0ceaae1faed8cec851ae0 dist/shot-0.1.2-py3-none-any.whl

Interface changes

  1. use --mv to toggle between cp and mv, instead of passing value to --cmd

Release v0.1.1

21 Dec 20:57
Compare
Choose a tag to compare

SHA256 checksums

  • c33845e509b61db0b041cada37725c71051410689b43931929877771a9e2e51b dist/shot-0.1.1.tar.gz

v0.1.0

04 Dec 23:36
Compare
Choose a tag to compare

Added shot-0.1.0-py3-none-any.whl and shot-0.1.0.tar.gz manually.
Needed for homebrew install.

To reproduce run poetry build then copy from ./dist