diff --git a/source/connector-mobilizon/changelog.txt b/source/connector-mobilizon/changelog.txt index 6092e69..327e0ff 100644 --- a/source/connector-mobilizon/changelog.txt +++ b/source/connector-mobilizon/changelog.txt @@ -2,6 +2,7 @@ #### Added - Optionally display the current offset as short name after the time via the general plugin settings #### Changed +- Capitalise Mobilizon name in description - Update dependencies #### Deprecated #### Removed diff --git a/source/connector-mobilizon/readme.txt b/source/connector-mobilizon/readme.txt index 51dc543..0d5f814 100644 --- a/source/connector-mobilizon/readme.txt +++ b/source/connector-mobilizon/readme.txt @@ -16,11 +16,12 @@ License: Features - Display events as widget and as shortcut -- Display events' title, date and location if available +- Display events' title, date, and location if available +- Cache requests' responses for 2 minutes in the browser's `sessionStorage` - Configure number of events to show per widget and per shortcut - Optionally filter events by a specific group per widget and per shortcut -- Set the URL of the Mobilizon instance globally in the settings -- Cache requests' responses for 2 minutes in the browser's `sessionStorage` +- Set the URL of the Mobilizon instance in the settings +- Toggle adding named offset in brackets after the time in the settings Shortcut format with limiting the number of events to show to 3 for example: `[-events-list events-count=3]` Optionally, you can only show the events of a specific group by indicatings its name: `[-events-list events-count=3 group-name="mygroup"]`