mirror of https://codeberg.org/cage/tinmop/
- updated changelog.
This commit is contained in:
parent
888a361d86
commit
624ed41113
85
ChangeLog
85
ChangeLog
|
@ -1,3 +1,88 @@
|
|||
2023-08-04 cage
|
||||
|
||||
* src/gemini-viewer.lisp,
|
||||
* src/gemini/client.lisp,
|
||||
* src/gemini/package.lisp,
|
||||
* src/gemini/titan.lisp,
|
||||
* src/gui/client/titan-window.lisp,
|
||||
* src/gui/server/public-api-gemini-stream.lisp:
|
||||
|
||||
- [TITAN] prevented dropping of query component.
|
||||
|
||||
After discussing on IRC (thanks!) i think is legit (according to the
|
||||
specification) to have URL like that:
|
||||
|
||||
titan://invalid/path/to/script;mime=text/plain;size=1;token=foo?query=bar
|
||||
|
||||
2023-08-03 cage
|
||||
|
||||
* data/scripts/generate-gemlog.lisp:
|
||||
|
||||
- initialized the parser in the script to generate gemlog.
|
||||
|
||||
2023-08-02 cage
|
||||
|
||||
* data/icons/fmw_arrow-down.png,
|
||||
* data/icons/fmw_arrow-up.png,
|
||||
* data/icons/fmw_back.png,
|
||||
* data/icons/fmw_bullet-go.png,
|
||||
* data/icons/fmw_bus-go.png,
|
||||
* data/icons/fmw_bus.png,
|
||||
* data/icons/fmw_cross.png,
|
||||
* data/icons/fmw_dice.png,
|
||||
* data/icons/fmw_document-accept.png,
|
||||
* data/icons/fmw_document-add.png,
|
||||
* data/icons/fmw_document-delete.png,
|
||||
* data/icons/fmw_document-edit.png,
|
||||
* data/icons/fmw_folder.png,
|
||||
* data/icons/fmw_go.png,
|
||||
* data/icons/fmw_open_tour.png,
|
||||
* data/icons/fmw_page.png,
|
||||
* data/icons/fmw_refresh.png,
|
||||
* data/icons/fmw_rss-add.png,
|
||||
* data/icons/fmw_rss-delete.png,
|
||||
* data/icons/fmw_search.png,
|
||||
* data/icons/fmw_star-blue.png,
|
||||
* data/icons/fmw_star-yellow.png,
|
||||
* data/icons/fmw_text.png,
|
||||
* data/icons/fmw_two-pictures.png,
|
||||
* data/icons/fmw_uparrow.png:
|
||||
|
||||
- [GUI] downscaled icons to 24x24 pixels.
|
||||
|
||||
2023-08-01 cage
|
||||
|
||||
* etc/shared-gui.conf,
|
||||
* src/gui/client/stream-frame.lisp:
|
||||
|
||||
- [GUI] changed layout of buttons in stream frame;
|
||||
- reverted scaling of icons.
|
||||
|
||||
2023-07-31 cage
|
||||
|
||||
* doc/tinmop.man,
|
||||
* doc/tinmop.org,
|
||||
* etc/init.lisp,
|
||||
* etc/shared-gui.conf,
|
||||
* src/gui/client/client-configuration.lisp,
|
||||
* src/gui/client/icons.lisp,
|
||||
* src/package.lisp:
|
||||
|
||||
- changed keychord to repeat search using the latest search criteria
|
||||
used in a previous search.
|
||||
- updated documentation.
|
||||
- [GUI] added icons scaling.
|
||||
|
||||
2023-07-30 cage
|
||||
|
||||
* ChangeLog,
|
||||
* doc/tinmop.man,
|
||||
* doc/tinmop.org,
|
||||
* etc/init.lisp:
|
||||
|
||||
- updated changelog;
|
||||
- updated documentation.
|
||||
|
||||
2023-07-29 cage
|
||||
|
||||
* Makefile.am,
|
||||
|
|
Loading…
Reference in New Issue