summary refs log tree commit diff stats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 03f3f03b..48651d77 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,43 @@
 This log documents changes between stable versions.
 
+2013-02-22: Version 1.6.0
+* Overhauled all config files.  Please update them or use the --clean switch
+* Added "examples/" directory to source code which contains sample programs or
+  plugins that can be used together with ranger
+* Added progress bars to copying, moving and directory loading processes
+* Added feature to draw images inside the console using w3mimgdisplay (you need
+  to add "set preview_images true" in rc.conf)
+* Added a plugin system like in the program "anki", i.e. place any python file
+  into ~/.config/ranger/plugins/ and it will be imported by ranger
+* Added a separate file launcher named "rifle" that is configured through
+  rifle.conf and is installed as a standalone program.
+  Using "ranger [filename]" from the shell for opening files is deprecated now,
+  please use "rifle [filename]" instead.
+* Added "uq" keybinding to undo closed tabs
+* Added :setlocal command to change settings for specific directories only
+* Added :travel command to move more quickly to your destination
+* Added 256 color support for scope.sh
+* Added a real yes/no prompt for :delete command
+* Added settings: confirm_on_delete, draw_progress_bar_in_status_bar,
+  preview_images, status_bar_on_top, update_tmux_title
+* Added commands: :mark_tag, :unmark_tag
+* Added BSD-friendly setsid implementation
+* Added as-you-type filtering for :filter command
+* Replaced "options.py" file by :set commands in rc.conf
+* Replaced "apps.py" file with rifle.conf
+* Improved "r" key to interface with rifle
+* Rewritten "scope.sh" in POSIX shell
+* Changed copying/moving code to work without GNU coreutils
+* Changed key to untag files from "T" to "ut"
+* Changed the flag "d" (for detached) to "f" (for fork) in program launcher
+* Changed appearance of keybinding-hints and bookmarks
+* Changed tabs with 4 spaces in the source code (see PEP 8)
+* Removed ranger.core.environment class
+* Removed settings: colorscheme_overlay, draw_bookmark_borders, init_function,
+  load_default_rc
+* Fixed zombie process apocalypse
+* Fixed draw_borders=true in combination with padding_right=false
+
 2012-08-10: Version 1.5.5
 * Ensure that detached programs continue to run when ranger is killed
 
s/ranger/blame/Makefile?h=v1.9.0b5&id=debd6c327b3af0d8975ea80036a9c21bfb6ec090'>^
f473be92 ^
3a1e1f28 ^

2c5ea01d ^
5fca2a0b ^
b0a216f5 ^
2c5ea01d ^
b0a216f5 ^



3a1e1f28 ^
b0a216f5 ^
e7758eba ^
b0a216f5 ^

5fca2a0b ^
b0b3af33 ^


b0a216f5 ^
b0b3af33 ^

2c5ea01d ^
5fca2a0b ^
b0b3af33 ^
2c5ea01d ^
582f3519 ^
b06433bc ^
582f3519 ^

94c5d83e ^
dee6cfa6 ^
e9e4b4ff ^
b0a216f5 ^
76612b05 ^
a082b66a ^
b0a216f5 ^
e9e4b4ff ^





612b8b8b ^
e9e4b4ff ^
5fca2a0b ^
c216901a ^
f473be92 ^
5fca2a0b ^
9cf43c17 ^
5fca2a0b ^
c216901a ^






5fca2a0b ^
c7720fff ^


a6836d5d ^

c7720fff ^
8d21b83c ^


e9e4b4ff ^
25a4162d ^
e9e4b4ff ^
0c2c782d ^
636d9393 ^
b0a216f5 ^
c6afc196 ^

c0d63e78 ^


c6afc196 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97