diff options
author | hut <hut@lavabit.com> | 2011-10-24 00:54:50 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-24 00:54:50 +0200 |
commit | 98f6125513be5b83814a5b1894014bccd3edd547 (patch) | |
tree | b3002f15a2a4389e50fdacde5e39debd9d3864a6 /CHANGELOG | |
parent | 2f7e770983ba9219b892f3d739b55e0bc724205c (diff) | |
parent | 6e7e38b94ac1908fc4e027c805a0fb9b987608df (diff) | |
download | ranger-98f6125513be5b83814a5b1894014bccd3edd547.tar.gz |
Merge branch 'stable'
Conflicts: ranger/__init__.py
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index daf1fba1..1da6d855 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ This log documents changes between stable versions. +2011-10-23: Version 1.5.1 +* Added fm.select_file(path) +* Added --choosefiles option (like --choosefile, but chooses multiple files) +* Fixed --list-unused-keys +* Fixed Zombie processes +* Fixed handling of filenames with undecodable bytes (unicode surrogates) +* Fixed crashes due to incomplete loading of directories +* Fixed tab completion of the command "shell" +* Fixed "ot" and "oT" keys in rc.conf +* Fixed parsing of chained commands (like in the binding "om") + 2011-10-11: Version 1.5.0 * Full python3.2 compatibility * Added new configuration file "rc.conf" which contains a list |