Skip to content

Commit

Permalink
enhanced docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hbt committed Jan 30, 2017
1 parent ee9ad1c commit fb5f2ca
Show file tree
Hide file tree
Showing 18 changed files with 2,346 additions and 762 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
620 changes: 1 addition & 619 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion background_scripts/options.js
Expand Up @@ -46,7 +46,7 @@ var defaultSettings = {
locale: '',
mapleader: '\\',
timeoutlen: 1000,
newtaburl: '',
newtaburl: 'https://www.google.com',
defaultengine: 'google',
hintcharacters: 'asdfgqwertzxcvb',
homedirectory: '',
Expand Down
102 changes: 93 additions & 9 deletions CHANGELOG.md → docs/changelog.adoc
@@ -1,18 +1,102 @@
# cVim Changelog
== Mouseless Changelog

// TODO(hbt) NEXT add change log + tagging
// TODO(hbt) NEXT add checklist for new features/bugs/fixes - ticket/doc/changelog/tag
// TODO(hbt) NEXT review :changelog
// TODO(hbt) NEXT review :changelog and make sure it redirects to this page (html)
// TODO(hbt) NEXT deprecate pages in favor of docs/

## 1.3.1
* Added `openLastDownload` command
* Added alias `incrementURLFirstPath` to command `incrementURLPath` and `decrementURLFirstPath` to `decrementURLPath`
* Added `incrementURLLastPath` `decrementURLLastPath` commands
* Added `viewSourceExternalEditor` command

. Added `openLastDownload` command https://github.com/hbt/mouseless/issues/60
. Added alias `incrementURLFirstPath` to command `incrementURLPath` and `decrementURLFirstPath` to `decrementURLPath` https://github.com/hbt/mouseless/issues/59
. Added `incrementURLLastPath` `decrementURLLastPath` commands https://github.com/hbt/mouseless/issues/59
. Added `viewSourceExternalEditor` command https://github.com/hbt/mouseless/issues/57
. Enhanced documentation and released on http://mouseless.hbtlabs.com and https://hbt.github.io/mouseless

## 1.3.0

New Settings:

- ignorenumerickeys - https://github.com/hbt/mouseless/commit/145126dd83edd6b05b780e7245bf1988d2c26bb9
- debug - https://github.com/hbt/mouseless/commit/3dbbfe831412c44ec16ba5dea6411514b56e48a0
- experimental - turns on experiments (view below)
- mouselesshintcharacters = "dsafrewq,tgcx" - https://github.com/hbt/mouseless/commit/acd2c474ee940872500aca98a75648d0bf4d3efa
- newtabalwaysontheright https://github.com/hbt/mouseless/commit/a17f3e3f0c9917af1f944b4d5ff21ccc30da7085
- automakelinks https://github.com/hbt/mouseless/commit/ba34618a09fd78f9aed3c22c0708aeb0ac02bcdc
- newtaburl https://github.com/hbt/mouseless/commit/2ea0bcf53df09cc83edf0dcea278f9965212abef
New Commands:

- enterPassMode - https://github.com/hbt/mouseless/commit/de428a2e6030d75bf564a5dda400b6e3c4c5e40a
- exitPassMode - https://github.com/hbt/mouseless/commit/de428a2e6030d75bf564a5dda400b6e3c4c5e40a
- openUrlExternalEditor - https://github.com/hbt/mouseless/commit/b9f811e2fbdc89ab80039431af6d894dadec8c2c
- https://github.com/hbt/mouseless/commit/97533a4787a7b50e233fe6879d0c8c5707fd71d6 (wip)
- myCloseTabsOthers
- myCloseTabsAllExcept
- myCloseTabsRight
- myCloseTabsLeft
- windowUnpinAllTabs
- browserUnpinAllTabs
- https://github.com/hbt/mouseless/commit/a21ae2067ff9faa2d09b9649034e910f64f0e8ab (wip)
- markMergeTab
- markMergeWindow
- putMergeTabs
- toggleDomainStylesheets - https://github.com/hbt/mouseless/commit/8368a0821665d1f4dd5e899e39dc2e0ec6be8912
- toggleBookmark - https://github.com/hbt/mouseless/commit/f3dbf256777b0c946565ec64a9949d546a672718
https://github.com/hbt/mouseless/commit/e4da57c1841fa5214db02562094b2c813b7b82f6

- pauseDownloads
- resumeDownloads
- cancelDownloads
- restartLastDownload
- copyURLDownloads

- makeLinks https://github.com/hbt/mouseless/commit/ba34618a09fd78f9aed3c22c0708aeb0ac02bcdc



Features:

- enabled on chrome:// pages https://github.com/hbt/mouseless/commit/5d30159913f5acd0c1277e2d06e1ff46521a22e1
- unmap removes keys recursively https://github.com/hbt/mouseless/commit/53053184d32529d1b60e1396fee1b134c6b8f1ef
- external editor set cursor position https://github.com/hbt/mouseless/commit/d1ae58d5c283bcbca581772d8caed798a47de760
- windows are maximized instead of natural height/width https://github.com/hbt/mouseless/commit/90ae0986bd28e08c6b2d3e54533242be22dd965d
- #515 #3 custom hinttags - https://github.com/hbt/mouseless/commit/486dc99bc36ac9c53d548a7b4c5b9692af446144
- #18 custom hints generation algo - https://github.com/hbt/mouseless/commit/acd2c474ee940872500aca98a75648d0bf4d3efa
- #5 save local marks per domain - https://github.com/hbt/mouseless/commit/82e342948bc5eb1dafaeff64a40d405b90f0930d
- #23 stylesheet toggler https://github.com/hbt/mouseless/commit/8368a0821665d1f4dd5e899e39dc2e0ec6be8912
- #24 bookmarks toggler https://github.com/hbt/mouseless/commit/f3dbf256777b0c946565ec64a9949d546a672718
- #27 downloads manipulation https://github.com/hbt/mouseless/commit/e4da57c1841fa5214db02562094b2c813b7b82f6
- #38 always open new tabs on the right https://github.com/hbt/mouseless/commit/a17f3e3f0c9917af1f944b4d5ff21ccc30da7085
- #14 transform plain text URL into clickable links https://github.com/hbt/mouseless/commit/ba34618a09fd78f9aed3c22c0708aeb0ac02bcdc
- #2 specify custom new tab url https://github.com/hbt/mouseless/commit/2ea0bcf53df09cc83edf0dcea278f9965212abef



Fixes:

- #20 escape key not sent to page - https://github.com/hbt/mouseless/commit/b95912f512dec8334f196ed667395551d98a7835
- #498 viewsource not working - https://github.com/hbt/mouseless/commit/958d0b0c6cbb439649b8404cd591f7d214b19319
- #25 stop numeric keys propagation https://github.com/hbt/mouseless/commit/19c3d9cb64c2db2ff4bd299f82938128f5befaa6
- #42 fix dropdown doing nothing on click https://github.com/hbt/mouseless/commit/94767903708ddfa747cce3c303c1a50fd476385a
- #41 settings overwritten by local config when reloaded instead of merging https://github.com/hbt/mouseless/commit/defb4bd48234e7dd2ff82160c327f267963acb0d


Experiments:

- #17 - hints appear over visible elements even when they are floating (css property) and their height/width might be 0px
https://github.com/hbt/mouseless/commit/d016e6e1d968fc09e22ab657dddbb931833207ef


// TODO(hbt) NEXT add changes from readme here
// TODO(hbt) NEXT mention experimental

== cVim Changelog prior to forking

## 1.2.86
* Add `openQuickMarkWindowed` command

Expand Down

0 comments on commit fb5f2ca

Please sign in to comment.