Releases: jamc-code/dvnv
v0.4.1
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 inmain()
-
Finished typehinting
dvnv.dvnv.py
v0.4.0
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
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 aquiet
option, where non-fatal messages will be
supressed. Try it withdevenv -q|--quiet [<args>]
!
Fixes
- Warning headers are now printed in orange
v0.2.0
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 localscripts
folder usingdevenv --install_scripts
.
Fixes
- Directories are no longer run as scripts
Scripts
Fixes
gitignore
now runs