mirror of https://codeberg.org/cage/tinmop/
- tracking changes.
This commit is contained in:
parent
af12f3d007
commit
d708c5c87f
31
ChangeLog
31
ChangeLog
|
@ -1,3 +1,34 @@
|
||||||
|
2020-08-30 cage
|
||||||
|
|
||||||
|
* po/it.po, po/tinmop.pot:
|
||||||
|
|
||||||
|
- updated italian translation.
|
||||||
|
|
||||||
|
2020-08-30 cage
|
||||||
|
|
||||||
|
* etc/default-theme.conf, etc/init.lisp, etc/shared.conf,
|
||||||
|
src/gemini-viewer-metadata.lisp, src/gemini-viewer.lisp,
|
||||||
|
src/keybindings.lisp, src/package.lisp, src/program-events.lisp,
|
||||||
|
src/software-configuration.lisp, src/specials.lisp,
|
||||||
|
src/tui-utils.lisp, src/ui-goodies.lisp:
|
||||||
|
|
||||||
|
- [gemini] added a window to manage all the gemini streams opened.
|
||||||
|
|
||||||
|
2020-08-29 cage
|
||||||
|
|
||||||
|
* src/gemini-viewer.lisp:
|
||||||
|
|
||||||
|
- [gemini] starting download thread in ':rendering' status.
|
||||||
|
|
||||||
|
2020-08-29 cage
|
||||||
|
|
||||||
|
* configure, src/gemini-viewer-metadata.lisp,
|
||||||
|
src/gemini-viewer.lisp, src/open-message-link-window.lisp,
|
||||||
|
src/program-events.lisp, tinmop.asd:
|
||||||
|
|
||||||
|
- [gemini] added slot 'status-stream'.
|
||||||
|
This will allow to enqueue multiple documents download.
|
||||||
|
|
||||||
2020-08-28
|
2020-08-28
|
||||||
|
|
||||||
* src/line-oriented-window.lisp
|
* src/line-oriented-window.lisp
|
||||||
|
|
6
NEWS.org
6
NEWS.org
|
@ -1,3 +1,9 @@
|
||||||
|
* 2020-08-30 cage
|
||||||
|
|
||||||
|
Added a window to manage all the gemini streams opened. The user
|
||||||
|
can ispect the status o all the streams as well abort or open them.
|
||||||
|
|
||||||
|
|
||||||
* 2020-08-19
|
* 2020-08-19
|
||||||
|
|
||||||
The gemini client could now manage secret input if asked by the
|
The gemini client could now manage secret input if asked by the
|
||||||
|
|
Loading…
Reference in New Issue