summary refs log tree commit diff stats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-18 20:21:08 +0200
committerhut <hut@lavabit.com>2010-06-18 20:21:08 +0200
commit95e021ae1dfb5878691459e3d132ee4ccb40daf8 (patch)
tree2d4b7a35db69d3f76b552996fa88cba56e594248 /CHANGELOG
parent84c49ab7c5de74b6508e85ba42f55cb77c038e80 (diff)
downloadranger-95e021ae1dfb5878691459e3d132ee4ccb40daf8.tar.gz
added CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 00000000..20943f97
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,21 @@
+1.1.0 -> 1.1.1:
+* New install script, "setup.py"
+* New flag for running programs: "w" (waits for enter press)
+
+1.0.4 -> 1.1.0:
+* Added a man page
+* Tab support
+* Improved directory loading performance
+* Commands are definable in ~/.ranger/commands.py
+* Case insensitive sorting (type zs)
+* Better UTF support
+* Possibility to turn off previews (zp and zP)
+* Changing options with :set (e.g. :set column_ratios=1,2,3,4)
+* Ask for confirmation when using :delete
+* New invocation flag: --fail-unless-cd
+* New hotkeys, commands, options.
+* New syntax for ~/.ranger/keys.py
+* Several user contributions
+* And tons of general improvements
+
+NOTE: The syntax for configuration is still subject to change.
ef='/akkartik/mu/commit/105files.subx?h=hlt&id=583a966d3e0b0f0e0fa9166986c877fda0643196'>583a966d ^
7d15b088 ^
3962ac59 ^

583a966d ^
3962ac59 ^
583a966d ^

7d15b088 ^
3962ac59 ^



3962ac59 ^



3962ac59 ^



492fb278 ^














































9b37c03d ^
492fb278 ^


































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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167