Skip to content

Releases: jamc-code/dvnv

v0.4.1

27 Oct 04:18
Compare
Choose a tag to compare

v0.4.1 - 2021-10-26

Fixes

  • --install_scripts now removes an existing scripts folder before copying.
    This fixes a bug where old scripts would be preserved, even if they were broken.

  • Remove a leading space before printing available languages through the -l|--list
    option.

  • gitignore.py now places the correct gitignore in the project directory.

  • Tests written for a run_scripts() failure in main()

  • Finished typehinting dvnv.dvnv.py

v0.4.0

19 Oct 00:00
Compare
Choose a tag to compare

v0.4.0 - dvnv

Release date: 2021-10-18

As of v0.4.0, devenv is renamed to dvnv'. dvnv` is quicker to type and wasn't
reserved on PyPi.

Additions

  • dvnv now includes an option to list available language folders; try it with
    dvnv -l|--list

  • dvnv ships with a vim directory

  • PyPi installation is added! pip install dvnv

Fixes

  • Code in dvnv.dvnv is restructured to allow for better coverage, ensuring less
    breakages in the future

v0.3.0

15 Oct 18:34
Compare
Choose a tag to compare

v0.3.0

Release date: 2021-10-15

Additions

  • create_readme.py added to scripts/all for README creation upon initialzation
    of a new directory

  • rich is added as a dependency for nicer terminal printing

  • devenv now includes a quiet option, where non-fatal messages will be
    supressed. Try it with devenv -q|--quiet [<args>]!

Fixes

  • Warning headers are now printed in orange

v0.2.0

13 Oct 18:18
Compare
Choose a tag to compare

v0.2.0

Release date: 2021-10-12

Additions

  • The scripts directory is now included with an install, and the premade scripts can
    be copied to your local scripts folder using devenv --install_scripts.

Fixes

  • Directories are no longer run as scripts

Scripts

Fixes

  • gitignore now runs