Skip to content

Commit

Permalink
Version 2.3.0 (2018-10-09)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Oct 10, 2018
1 parent 39c2e31 commit 957fa0d
Show file tree
Hide file tree
Showing 23 changed files with 60 additions and 22 deletions.
38 changes: 38 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## Version 2.3.0 (2018-10-09)

This release provides better error messaging for first-time users who try to
search immediately after installing dasht but before they install any docsets.
It also fixes some HTML rendering issues and improves portability under macOS.

### Minor:

* Notify user when no docsets installed for searching.

* wget: don't be verbose but show download progress.

### Patch:

* GH-28: some docsets embed `<dash>` XML in URL fields.

* GH-25: HTML 4 browsers don't support `&apos;` entity.

See https://stackoverflow.com/a/2083770 which refers to this spec:

C.16. The Named Character Reference `&apos;`
https://www.w3.org/TR/xhtml1/#C_16

The named character reference `&apos;` (the apostrophe, U+0027) was
introduced in XML 1.0 but does not appear in HTML. Authors should
therefore use `&#39;` instead of `&apos;` to work as expected in HTML
4 user agents.

* GH-31: macOS error upon rmdir: illegal option -- v.

Thanks to Frode Aannevik (@frodeaa) for reporting this issue.

### Other:

* README: add installation method for macOS Homebrew.

* README: require gawk; Debian's default mawk hangs.

## Version 2.2.0 (2017-08-15)

This release fixes the ability to install new docsets (which was broken since
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT 1 2017-08-15 2.2.0
# # DASHT 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-docsets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-DOCSETS 1 2017-08-15 2.2.0
# # DASHT-DOCSETS 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-docsets-extract
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-DOCSETS-EXTRACT 1 2017-08-15 2.2.0
# # DASHT-DOCSETS-EXTRACT 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-docsets-install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-DOCSETS-INSTALL 1 2017-08-15 2.2.0
# # DASHT-DOCSETS-INSTALL 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-docsets-remove
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-DOCSETS-REMOVE 1 2017-08-15 2.2.0
# # DASHT-DOCSETS-REMOVE 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-docsets-update
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-DOCSETS-UPDATE 1 2017-08-15 2.2.0
# # DASHT-DOCSETS-UPDATE 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-query-exec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-QUERY-EXEC 1 2017-08-15 2.2.0
# # DASHT-QUERY-EXEC 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-query-html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-QUERY-HTML 1 2017-08-15 2.2.0
# # DASHT-QUERY-HTML 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-query-line
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-QUERY-LINE 1 2017-08-15 2.2.0
# # DASHT-QUERY-LINE 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-SERVER 1 2017-08-15 2.2.0
# # DASHT-SERVER 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion bin/dasht-server-http
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
# # DASHT-SERVER-HTTP 1 2017-08-15 2.2.0
# # DASHT-SERVER-HTTP 1 2018-10-09 2.3.0
#
# ## NAME
#
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-docsets-extract.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-DOCSETS\-EXTRACT 1 2017\-08\-15 2.2.0
.TH DASHT\-DOCSETS\-EXTRACT 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-docsets\-extract \- extracts Dash \[la]https://kapeli.com/dash\[ra] docset archives (\fB\fC*.tgz\fR files)
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-docsets-install.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-DOCSETS\-INSTALL 1 2017\-08\-15 2.2.0
.TH DASHT\-DOCSETS\-INSTALL 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-docsets\-install \- installs new Dash \[la]https://kapeli.com/dash\[ra] docsets
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-docsets-remove.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-DOCSETS\-REMOVE 1 2017\-08\-15 2.2.0
.TH DASHT\-DOCSETS\-REMOVE 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-docsets\-remove \- removes installed Dash \[la]https://kapeli.com/dash\[ra] docsets
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-docsets-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-DOCSETS\-UPDATE 1 2017\-08\-15 2.2.0
.TH DASHT\-DOCSETS\-UPDATE 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-docsets\-update \- updates installed Dash \[la]https://kapeli.com/dash\[ra] docsets
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-docsets.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-DOCSETS 1 2017\-08\-15 2.2.0
.TH DASHT\-DOCSETS 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-docsets \- lists installed Dash \[la]https://kapeli.com/dash\[ra] docsets
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-query-exec.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-QUERY\-EXEC 1 2017\-08\-15 2.2.0
.TH DASHT\-QUERY\-EXEC 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-query\-exec \- searches a Dash \[la]https://kapeli.com/dash\[ra] docset's SQLite3 database file
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-query-html.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-QUERY\-HTML 1 2017\-08\-15 2.2.0
.TH DASHT\-QUERY\-HTML 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-query\-html \- searches Dash \[la]https://kapeli.com/dash\[ra] docsets and emits HTML table rows
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-query-line.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-QUERY\-LINE 1 2017\-08\-15 2.2.0
.TH DASHT\-QUERY\-LINE 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-query\-line \- searches Dash \[la]https://kapeli.com/dash\[ra] docsets and emits groups of lines
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-server-http.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-SERVER\-HTTP 1 2017\-08\-15 2.2.0
.TH DASHT\-SERVER\-HTTP 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-server\-http \- simple search engine that powers
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht-server.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT\-SERVER 1 2017\-08\-15 2.2.0
.TH DASHT\-SERVER 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht\-server \- runs a local search engine for your web browser
Expand Down
2 changes: 1 addition & 1 deletion man/man1/dasht.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DASHT 1 2017\-08\-15 2.2.0
.TH DASHT 1 2018\-10\-09 2.3.0
.SH NAME
.PP
dasht \- API documentation in your terminal
Expand Down

0 comments on commit 957fa0d

Please sign in to comment.