diff --git a/ChangeLog b/ChangeLog index fcef1fc..65de84e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2021-05-06 cage + + * src/program-events.lisp: + + - performed a cleanup of searching even if the search string is + empty or is not a valid regular expression. + +2021-05-06 cage + + * src/package.lisp, + * src/program-events.lisp: + + - [gemini] expand tilde when trying to open a local file or + directory. + 2021-05-04 cage * src/tour-mode-parser.lisp, diff --git a/NEWS.org b/NEWS.org index 6e57a63..ff45813 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,4 +1,4 @@ -* 2021-05-02 version 0.7.0 +* 2021-05-06 version 0.7.0 - New feature - added "tour mode" to save a "temporary bookmark" of links as explained here: @@ -16,11 +16,16 @@ - fixed crash when opening a gemini page longer than one opened before. When user switched from a page to another shorter the window scrolling position was not restored, pointing outside the - actual text line counts. + actual text line counts; - Fixed bug that let users stuck in a loop when going back in - history to an URI with a redirect. - - fixed bug when creating temporary file, name was not unique. - - fixed rendering of gemini page, there was problems wrapping text. + history to an URI with a redirect; + - fixed bug when creating temporary file, name was not unique; + - fixed rendering of gemini page, there was problems wrapping text; + - fixed bug that prevented to open a local file using a tilde as + an alias for $HOME + - prevented a crash when a search was started but not actually + performed because of wrong input (i.e. empty input) and the user + tried to open the link window - Improvements - [gemini]