Releases: jamc-code/dvnv
v0.4.1
v0.4.1 - 2021-10-26
Fixes
-
--install_scriptsnow 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.pynow 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
-
dvnvnow includes an option to list available language folders; try it with
dvnv -l|--list -
dvnvships 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.pyadded to scripts/all for README creation upon initialzation
of a new directory -
richis added as a dependency for nicer terminal printing -
devenvnow includes aquietoption, 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
scriptsdirectory is now included with an install, and the premade scripts can
be copied to your localscriptsfolder usingdevenv --install_scripts.
Fixes
- Directories are no longer run as scripts
Scripts
Fixes
gitignorenow runs