Skip to content

Commit 725a5d5

Browse files
committed
Release 0.5.0
1 parent cbf6207 commit 725a5d5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.5.0 / 2014-04-03
2+
==================
3+
4+
* drag-to-scroll
5+
* using `ctrl-k ctrl-m` toggle the minimap without the logs
6+
* using `ctrl-k ctrl-d` toggle the minimap with the logs
7+
8+
19
0.4.0 / 2014-04-02
210
==================
311

Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ apm install minimap
1515
* [Redacted Font][]
1616
* Multiple Panes
1717
* Responsive
18-
* Mouse wheel and simple click-to-scroll _(no animation)_ support
18+
* Mouse wheel and click-to-scroll _(no animation)_
19+
* drag-to-scroll
20+
21+
### Shortcuts
22+
23+
* `ctrl-k ctrl-m` toggle the minimap without the logs
24+
* `ctrl-k ctrl-d` toggle the minimap with the logs
1925

2026
### Contributors
2127

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimap",
33
"main": "./lib/minimap",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"private": true,
66
"description": "A preview of the full source code.",
77
"author": "Fangdun Cai <[email protected]>",

0 commit comments

Comments
 (0)