2.6.1
- virtualenvwrapper_get_python_version を修正しました(:bbissue:`73`)。
2.6
- Cygwin 環境でフックスクリプトの改行の問題を修正しました(:bbissue:`68`)。
- 互換シェルのリスト(サポートシェル) と Python バージョン(Python バージョン)を含むようにドキュメントを更新しました(:bbissue:`70`)。
- virtualenv のインストールの依存関係を修正しました(:bbissue:`60`)。
- Python 2.4 で動作するように Python バージョンを決定するメソッドを修正しました(:bbissue:`61`)。
- Makefile の自作スクリプトの代わりに tox を使用するためにテストインフラを変換しました。
2.5.3
- doughellmann.com の休止期間中に PyPI へアップロードしたポイントリリースです。
2.5.2
- zsh 環境の lsvirtualenv を修正する Zach Voase からのパッチを適用しました。 :bbissue:`64` を解決しました。
2.5.1
- 数無しで実行したときに command-workon に完全な環境詳細ではなく簡潔な詳細を表示するようにしました。
2.5
- showvirtualenv コマンドを追加しました。デフォルトで冗長な出力を行うように lsvirtualenv を変更しました。
2.4
- command-workon が引数無しで実行されるときに get_env_details フックを実行するために -l オプションを持つ lsvirtualenv コマンドを追加しました。
2.3
- get_env_details フックを追加しました。
2.2.2
- エイリアスを避けてシェルコマンドをさらにエスケープ処理する Fred Palmer のパッチを取り込みました。 :bbissue:`57` を解決しました。
- egrep 引数のエスケープ処理の問題を修正しました(:bbissue:`55`)。
- 引数無しで mkvirtualenv を実行するときの問題を修正しました(:bbissue:`56`)。
2.2.1
- which 呼び出しがエイリアスを避けるようにエスケープしました。 :bbissue:`46` を解決しました。
- grep を呼び出す前に GREP_OPTIONS をアンセットする Manuel Kaufmann のパッチを取り込みました。 :bbissue:`51` を解決しました。
- :bbissue:`53` を解決する正規表現の $ をエスケープしました。
- rm のエイリアスに関する問題をエスケープして :bbissue:`50` を解決しました。
2.2
- :bbissue:`43` を解決するために Python 2.4 で動作する形でフックローダの実行を切り替えました。
- Python 2.7b1 でテストしました。 :bbissue:`44` を参照してください。
- David Wolever からのパフォーマンス改善を取り込みました。 :bbissue:`38` を参照してください。
- :bbissue:`35` のためにデバッグ命令を追加しました。
2.1.1
- Manuel Kaufmann の http://bitbucket.org/humitos/virtualenvwrapper-es-translation/ から スペイン語の翻訳ドキュメント を追加しました。
- ラッパーがインストールされる場所ではなく $PATH から Python の不適切な利用を修正しました。 :bbissue:`41` を参照してください。
- zsh で仮想環境を非アクティブ化したときの誤ったエラー/ワーニングメッセージをなだめました。 :bbissue:`42` を参照してください。
2.1
- ksh サポートを追加しました。変更する箇所を調査してくれた Doug Latornell に感謝します。
- 起動時に virtualenvwrapper.hook_loader のインポートテストをして、ユーザへ修正方法を理解するのに役立つようにエラーを報告します(:bbissue:`33`)。
- 新しい仮想環境が作成された後ですぐにアクティブ化することについて mkvirtualenv ドキュメントを更新しました(:bbissue:`30`)。
- cpvirtualenv に関連するフックを追加しました。
- 特に ksh 環境で、非アクティブ化をより堅牢にしました。
- 安全で移植性の高い一時ファイル名を作成するために Python の tempfile モジュールを使用しました。
- 仮想環境がまだ1つも作成されていないときに仮想環境の名前として * を表示することで発生する virtualenvwrapper_show_workon_options の問題を修正しました。
- 名前付きフックのみを実行できるようにフックローダを変更しました。
- virtualenvwrapper.project の mkproject のようにコマンドのヘルプ出力を使用して利用可能なフックの取得サポートを追加しました。
- mkvirtualenv の -h オプションの振る舞いを修正しました。
- $WORKON_HOME/hook.log ファイルを 10KiB でローテートするように logging を変更しました。
2.0.2
- virtualenvwrapper.user_scripts が Python 2.5 互換になるように :bbissue:`32` を修正しました。
2.0.1
- TMPDIR がユーザのシェル環境でセットされていないときにデフォルト値を使用するように :bbissue:`29` を修正しました。
2.0
- 拡張機能を共有し易くするために Distribute エントリポイントを使用してフック管理を書き直しました。
1.27
- Added cpvirtualenv command [Thomas Desvenain]
1.26
- Fix a problem with error messages showing up during init for users with the wrappers installed site-wide but who are not actually using them. See :bbissue:`26`.
- Split up the tests into multiple files.
- Run all tests with all supported shells.
1.25
- Merged in changes to cdsitepackages from William McVey. It now takes an argument and supports tab-completion for directories within site-packages.
1.24.2
- Add user provided Tips とトリック section.
- Add link to Rich Leland’s screencast to references section.
1.24.1
- Add license text to the header of the script.
1.24
- Resolve a bug with the preactivate hook not being run properly. Refer to :bbissue:`21` for complete details.
1.23
- Resolve a bug with the postmkvirtualenv hook not being run properly. Refer to :bbissue:`19` and :bbissue:`20` for complete details.
1.22
- Automatically create any missing hook scripts as stubs with comments to expose the feature in case users are not aware of it.
1.21
- Better protection of $WORKON_HOME does not exist when the wrapper script is sourced.
1.20
- Incorporate lssitepackages feature from Sander Smits.
- Refactor some of the functions that were using copy-and-paste code to build path names.
- Add a few tests.
1.19
- Fix problem with add2virtualenv and relative paths. Thanks to Doug Latornell for the bug report James Bennett for the suggested fix.
1.18.1
- Incorporate patch from Sascha Brossmann to fix a :bbissue:`15`. Directory normalization was causing WORKON_HOME to appear to be a missing directory if there were control characters in the output of pwd.
1.18
- Remove warning during installation if sphinxcontrib.paverutils is not installed. (:bbissue:`10`)
- Added some basic developer information to the documentation.
- Added documentation for deactivate command.
1.17
- Added documentation updates provided by Steve Steiner.
1.16
- Merged in changes to cdvirtualenv from wam and added tests and docs.
- Merged in changes to make error messages go to stderr, also provided by wam.
1.13
- Fix :bbissue:`5` by correctly handling symlinks and limiting the list of envs to things that look like they can be activated.
1.12
- Check return value of virtualenvwrapper_verify_workon_home everywhere, thanks to Jeff Forcier for pointing out the errors.
- Fix instructions at top of README, pointed out by Matthew Scott.
- Add cdvirtualenv and cdsitepackages, contributed by James Bennett.
- Enhance test.sh.
1.11
- Optimize virtualenvwrapper_show_workon_options.
- Add global postactivate hook.
1.10
- Pull in fix for colorized ls from Jeff Forcier (:bbchangeset:`b42a25f7b74a`).
1.9
- Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.
1.8.1
- Corrected a problem with change to mkvirtualenv that lead to release 1.8 by using an alternate fix proposed by James in comments on release 1.4.
1.8
- Fix for processing the argument list in mkvirtualenv from jorgevargas (:bbissue:`1`)
1.7
- Move to bitbucket.org for hosting
- clean up TODO list and svn keywords
- add license section below
1.6.1
- More zsh support (fixes to rmvirtualenv) from Byron Clark.
1.6
- Add completion support for zsh, courtesy of Ted Leung.
1.5
- Fix some issues with spaces in directory or env names. They still don’t really work with virtualenv, though.
- Added documentation for the postactivate and predeactivate scripts.
1.4
- Includes a new .pth management function based on work contributed by James Bennett and Jannis Leidel.
1.3.x
- Includes a fix for a nasty bug in rmvirtualenv identified by John Shimek.