mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-22 23:47:56 +01:00
- updated NEWS and Changelog.
This commit is contained in:
parent
f74e6a9361
commit
570cad0394
15
ChangeLog
15
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
|
2021-05-04 cage
|
||||||
|
|
||||||
* src/tour-mode-parser.lisp,
|
* src/tour-mode-parser.lisp,
|
||||||
|
15
NEWS.org
15
NEWS.org
@ -1,4 +1,4 @@
|
|||||||
* 2021-05-02 version 0.7.0
|
* 2021-05-06 version 0.7.0
|
||||||
|
|
||||||
- New feature
|
- New feature
|
||||||
- added "tour mode" to save a "temporary bookmark" of links as explained here:
|
- 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
|
- fixed crash when opening a gemini page longer than one opened
|
||||||
before. When user switched from a page to another shorter the
|
before. When user switched from a page to another shorter the
|
||||||
window scrolling position was not restored, pointing outside 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
|
- Fixed bug that let users stuck in a loop when going back in
|
||||||
history to an URI with a redirect.
|
history to an URI with a redirect;
|
||||||
- fixed bug when creating temporary file, name was not unique.
|
- fixed bug when creating temporary file, name was not unique;
|
||||||
- fixed rendering of gemini page, there was problems wrapping text.
|
- 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
|
- Improvements
|
||||||
- [gemini]
|
- [gemini]
|
||||||
|
Loading…
Reference in New Issue
Block a user