Skip to content

Commit e83fb31

Browse files
committed
Bump version to 0.2.0 ❤️
1 parent 8d38e61 commit e83fb31

File tree

3 files changed

+35
-16
lines changed

3 files changed

+35
-16
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
0.2.0 / 2014-03-19
3+
==================
4+
5+
* supports to multi `paneViews`, by @abe33
6+
* add simple `click-to-scroll`, no animation
7+
* use css3 transform instead of left/top
8+
* fix minimap obscured when tree view to toggled to right side of window, #9, by @Orangetronic
9+
* fix not display empty line
10+
211
0.1.4 / 2014-03-17
312
==================
413

Readme.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,34 @@
22

33
A preview of the full source code, likes Sublime Text minimap.
44

5-
![](https://github.com/fundon/atom-minimap/blob/master/resources/minimap-dark.png?raw=true)
5+
![](https://github.com/fundon/atom-minimap/blob/master/resources/minimap-dark-splits.png?raw=true)
6+
7+
### Installation
8+
9+
```
10+
apm install minimap
11+
```
612

713
### Features
814

9-
* Redacted font, by [@abe33](https://github.com/abe33)
10-
* Gray overlayer
11-
* Supports mousewheel
12-
* Left/Right, Up/Down scrolling.
15+
* [Redacted Font][]
16+
* Multiple Panes
17+
* Mouse wheel and simple click-scroll _(no animation)_ support
18+
19+
### Contributors
20+
21+
https://github.com/fundon/atom-minimap/graphs/contributors
22+
23+
24+
[Redacted Font]: https://github.com/christiannaths/Redacted-Font
25+
26+
### Roadmap
1327

28+
* Responsive, window resize etc.
29+
* Custom style
30+
* Sync editing
31+
* Smooth animation
1432

15-
### Todo list:
33+
### License
1634

17-
* ~~Mointor TabPage/File tree state [new, close, move, active]~~
18-
* Monitor Editor state [scroll, resize, edit]
19-
* Monitor Window state [resize]
20-
* ~~Minimap adds some events[mouse, scroll]~~
21-
* Constom Minimap style
22-
* ~~Some behaviour more like Sublime Text minimap~~
23-
* Bind Keys
24-
* Performance improvement
25-
* Drag overlayer, and sync scroll
35+
MIT

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.1.4",
4+
"version": "0.2.0",
55
"private": true,
66
"description": "A preview of the full source code.",
77
"activationEvents": [

0 commit comments

Comments
 (0)