Update version with fix

This commit is contained in:
idotj 2024-02-08 16:13:48 +01:00
parent e12f7b6c05
commit c4e074a035
5 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
v4.0.0 - xx/02/2024
v4.0.1 - 08/02/2024
- Fix error in emojis present in user/profile title
v4.0.0 - 07/02/2024
- Revamped JS (ES6)
- Renamed CSS classes
- Improved performance
@ -9,7 +12,7 @@ v4.0.0 - xx/02/2024
- Improved theme color management
- Improve error messages
- Possibility to have several timelines on the same page
- Fixed inconsistency in video aspect ratio
- Fix inconsistency in video aspect ratio
v3.13.3 - 16/01/2024
- Add Docker compose

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/**
* Mastodon embed feed timeline
* @author idotj
* @version 4.0.0
* @version 4.0.1
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
* @license GNU AGPLv3
*/

View File

@ -1,7 +1,7 @@
{
"name": "@idotj/mastodon-embed-feed-timeline",
"description": "Displays Mastodon timeline with posts embed in your website. Very easy to setup, no dependencies, no trackers, cross-browser, WCAG compliant and fully responsive.",
"version": "4.0.0",
"version": "4.0.1",
"author": {
"name": "idotj"
},

View File

@ -1,7 +1,7 @@
/**
* Mastodon embed feed timeline
* @author idotj
* @version 4.0.0
* @version 4.0.1
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
* @license GNU AGPLv3
*/