|
| 1 | +## Version 2.2.0 (2017-08-15) |
| 2 | + |
| 3 | +This release fixes the ability to install new docsets (which was broken since |
| 4 | +July 2017 due to unannounced, incompatible upstream changes in docset hosting), |
| 5 | +improves portability, search form usability, and saves space updating docsets. |
| 6 | + |
| 7 | +### Minor: |
| 8 | + |
| 9 | + * When a docset is updated, any obsolete files left behind by the previous |
| 10 | + version of the docset's installation are now deleted to save disk space. |
| 11 | + |
| 12 | + * `dasht-server`: update styling for a more user-friendly search form: |
| 13 | + * Make submit button as tall as the entire form so it's easy to hit. |
| 14 | + * Use monospace font throughout the form to enhance ilIO0o variance. |
| 15 | + * Shorten placeholder text to fit default width of popular browsers. |
| 16 | + |
| 17 | +### Patch: |
| 18 | + |
| 19 | + * GH-23: Kapeli moved docset download links into Git, breaking our ability |
| 20 | + to install new docsets (because the download links page no longer exists). |
| 21 | + |
| 22 | + https://github.com/zealdocs/zeal/issues/294#issuecomment-84435400 |
| 23 | + |
| 24 | + * POSIX sed(1) reserves the right to reject the semicolon command separator. |
| 25 | + |
| 26 | + Per http://pubs.opengroup.org/onlinepubs/009695399/utilities/sed.html |
| 27 | + |
| 28 | + > Historically, the sed ! and } editing commands did not permit multiple |
| 29 | + > commands on a single line using a semicolon as a command delimiter. |
| 30 | + > Implementations are permitted, but not required, to support this |
| 31 | + > extension. |
| 32 | +
|
| 33 | +### Other: |
| 34 | + |
| 35 | + * `dasht-server`: recommend Chrome browser with [LocalLinks extension]( |
| 36 | + https://chrome.google.com/webstore/detail/locallinks/jllpkdkcdjndhggodimiphkghogcpida |
| 37 | + ). |
| 38 | + |
| 39 | + * README: show how to set up $MANPATH for easy man(1). |
| 40 | + |
| 41 | + * tar: use UNIX-style invocation syntax: -z after -f. |
| 42 | + |
| 43 | + * sed: use pipe delimiters when dealing with slashes. |
| 44 | + |
1 | 45 | ## Version 2.1.0 (2016-05-28) |
2 | 46 |
|
3 | 47 | This release improves the feedback users and scripts get from dasht scripts, |
|
0 commit comments