-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG
More file actions
34 lines (21 loc) · 769 Bytes
/
CHANGELOG
File metadata and controls
34 lines (21 loc) · 769 Bytes
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
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [0.2.0] - 2020-03-13
### Added
* Caching to aliases so that they now work offline
* New `:go <alias>` command which opens a browser window to the given alias
* Scrolling in the help tab
* Documentation for more shortcuts in help
## [0.1.2] - 2020-03-12
### Added
* Aliases and bookmark views allow scrolling with `ctrl + d` and `ctrl + u`
## [0.1.1] - 2020-03-12
### Added
* `home` button switches to the first tab
* Opening a browser window to edit an alias with the `:e` command
* Support for switching between tabs using the `tab` key
## [0.1.0] - 2020-03-07
### Added
* Initial release