From 4aed076edca6e48816a21ae4a719e46d926098c3 Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Fri, 4 Dec 2015 09:48:26 -0800 Subject: [PATCH] Update README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 45c28ca..39a5cd3 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,20 @@ By default, Octotree only works on `github.com` and `gitlab.com`. To support ent ### Others * __Hotkeys__: Octotree uses [keymaster](https://github.com/madrobby/keymaster) to register hotkeys. Checkout the [supported keys](https://github.com/madrobby/keymaster#supported-keys). -* __Remember sidebar visibility__: if checked, show/hide Octotree based on its previous visibility. -* __Show in non-code pages__: if checked, allow Octotree to show in non-code pages such as Issues and Pull Requests... -* __Load entire tree at once__: if checked, load and render the entire code tree at once. Should be unchecked if you frequently work with very large repos. +* __Remember sidebar visibility__: if checked, show or hide Octotree based on its last visibility. +* __Show in non-code pages__: if checked, allow Octotree to show in non-code pages such as Issues and Pull Requests. +* __Load entire tree at once__: if checked, load and render the entire code tree at once. To avoid long loading, this should be unchecked if you frequently work with very large repos. ## Changelog ### v2.0.0 -* Support GitLab (note: users must login to GitLab first) +* Support GitLab (require login to GitLab before Octotree shows) * Add ability to lazy-load individual folders +* Simplify Octotree settings +* Store settings for each host separately * Support new GitHub layout -* Simplify Octotree options -* Support selecting different options for each host +* And various bug fixes ### v1.7.2 * Fix bug long branches are not loaded correctly due to GitHub DOM change