1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- updated NEWS and ChangeLog.

This commit is contained in:
cage
2020-05-17 18:03:16 +02:00
parent 10371380e0
commit 4b32f77883
2 changed files with 15 additions and 2 deletions

View File

@@ -1 +1,11 @@
2020-05-15 initial release
2020-05-17 cage
* src/open-message-link-window.lisp
* src/text-utils.lisp
- added a class to represent a window with the links that a message contains
The links are collected by the new function
text-utils:collect-links applyed on the rendered text of a status.
2020-05-15 cage
- initial release

View File

@@ -1,2 +1,5 @@
- 2020-05-15
* 2020-05-17
Added a window to browse the links a status contains
* 2020-05-15
Initial release