This release adds the following enhancements:
- Addition of a
--version
option to theknowledge_repo
script, which shows both the locally installed version and the currently active versions of the knowledge repository tooling (these can be different if using embedded tooling). - Expansion of
~
(the user home directory) when extracting images from ipynb/Rmd/markdown source. - Use of the https rather than ssh protocol when embedding knowledge_repo tools into git repositories.
- Disable auto-embedding of knowledge_repo tooling in new repositories, since this is mainly useful in large deployments and was causing headaches for new users.
It also fixes the following bugs:
- Initialization of embedded knowledge-repo tools fails in newly checked out repositories (introduced in v0.6.3).