All Versions
36
Latest Version
Avg Release Cycle
85 days
Latest Release
1355 days ago

Changelog History
Page 3

  • v0.1.1 Changes

    May 09, 2015
    • โœ… [testing] Fix sniffer on Python 3
    • ๐Ÿšš [cli] remove redundant message when adding remotes
    • ๐Ÿ“„ [docs] add animated screencast preview for ReadTheDocs and README.rst
  • v0.1.0 Changes

    April 30, 2015
    • ๐Ÿ‘ [cli]: support for specifying for config file path with -c.
    • [cli]: clarify error output when no repositories found
  • v0.0.10 Changes

    April 08, 2015
    • [cli]: fix message when adding remotes
    • [internals]: split config-related functions into config module.
    • โœ… [tests]: consolidate tests from testsuite.cli into testsuite.config.
    • ๐Ÿšš [tests]: remove stub TestSuites insite of cli tests.
    • ๐Ÿ”จ [tests]: Refactor helpers. Tests should now run much faster.
    • [cli]: vcspull now checks for configs in ~/.vcspull (yaml and json files) as well as the standard ~/.vcspull.{yaml,json} files.
  • v0.0.9 Changes

    March 25, 2015
    • ๐Ÿ‘ [dev]: support for tmuxp before_script to set up local virtualenv + dependencies.
    • [dev]: Clean up __init__.py imports
    • โšก๏ธ [internals]: move :meth:update to :meth:update_dict in utils.
    • [cli]: -d / --dirmatch for matching directories, accepts fnmatch_ \'s.
    • [cli]: -r / --repomatch for matching directories, accepts fnmatch_ \'s.
    • [cli]: -c / --config YAML / JSON file of repositories
    • ๐Ÿ‘ป [config/vcs]: Exception for private / ssh GitHub repository URLs and message to change to correct format.
    • โšก๏ธ [docs]: Update docs to reflect updates on new commands and how to clone private / priveleged GitHub repos.
  • v0.0.9-1 Changes

    March 27, 2015
    • [internals]: move to __about__.py convention for pulling package data.
    • ๐Ÿšš [internals]: remove extraneous url from stdout in git repositories.
  • v0.0.8 Changes

    February 05, 2014
    • ๐Ÿ’… Use werkzeug/flask style unit test suites.
    • ๐Ÿ“„ [docs] Fix section headings.
    • ๐Ÿ“ฆ [internals] use conventions from tony/cookiecutter-pypackage_.

    0.0.7

    • ๐Ÿ†• New logging system from pypa/pip with support showing current stderr (checkout, pull, cloning) progress.
    • unicode_literals, __future__ for python 3 support.
  • v0.0.8-4 Changes

    February 06, 2014
    • ๐Ÿ“š [cli] Update documentation when no config found to show yaml and json. Remove mentioning of conf.
  • v0.0.8-3 Changes

    February 06, 2014
    • ๐ŸŒฒ [logging] Issue #6_ - fix issue where log templates would not concatenate correctly.
  • v0.0.8-2 Changes

    February 05, 2014
    • ๐Ÿ“‡ [packaging] Fix issue where package_metadata.py missing from MANIFEST.in.
  • v0.0.8-1 Changes

    February 05, 2014
    • ๐Ÿšš [setup.py] remove history from readme