Skip to content

Latest commit

 

History

History
167 lines (77 loc) · 4.21 KB

File metadata and controls

167 lines (77 loc) · 4.21 KB

Release notes

0.3.13

New Features

  • Centralize error handling in _mk_auth_req (#76), thanks to @ncoop57

0.3.12

Bugs Squashed

  • Fix login when xdg config home directory does not exist (#75), thanks to @pporcher

0.3.11

New Features

0.3.10

New Features

  • Hide _force_data param (#72)

0.3.8

New Features

  • Add non-cli versions (#71)

0.3.7

New Features

  • Add .cli to __init__.py (#69)

0.3.4

New Features

  • Add --token and --save to login, and allow PLASH_TOKEN env var (#68)

0.3.3

New Features

  • plash_download should overwrite empty dirs (#64)

0.3.2

Bugs Squashed

  • fix renames and better handle error msgs (#63), thanks to @ncoop57

0.3.1

New Features

Bugs Squashed

0.3.0

New Features

0.2.2

Bugs Squashed

  • UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 107: character maps to (#56)

0.2.1

New Features

  • fix wording around plash deploy (#53)

Bugs Squashed

0.2.0

New Features

  • add force data overwrite flag (#46)

0.1.3

New Features

  • create app names that adhere to the 3-4 words naming scheme (#41)

0.1.2

New Features

  • feat: add flag to list all user apps (#36)

0.1.1

New Features

  • migrate app id to app name (#35)
  • have log end when build is done (#34)

Bugs Squashed

  • exception error name incorrect (#33)

0.1.0

New Features

  • Streamline using cli with different plash server host names (#20)

0.0.5

New Features

  • add flag to specify app id when deploying (#12)
  • Option to fetch build or app logs in the CLI (#8), thanks to @pydanny
  • add ability to deploy a single python script using pep 723 inline dep syntax (#5)

0.0.3

New Features

  • add new cli commands for parity with website (#7)
  • change cli auth to oauth (#6)

0.0.1

  • init version