mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-05-24 08:52:46 +00:00
Update version with fix
This commit is contained in:
parent
e12f7b6c05
commit
c4e074a035
@ -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)
|
- Revamped JS (ES6)
|
||||||
- Renamed CSS classes
|
- Renamed CSS classes
|
||||||
- Improved performance
|
- Improved performance
|
||||||
@ -9,7 +12,7 @@ v4.0.0 - xx/02/2024
|
|||||||
- Improved theme color management
|
- Improved theme color management
|
||||||
- Improve error messages
|
- Improve error messages
|
||||||
- Possibility to have several timelines on the same page
|
- 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
|
v3.13.3 - 16/01/2024
|
||||||
- Add Docker compose
|
- Add Docker compose
|
||||||
|
2
dist/mastodon-timeline.min.js
vendored
2
dist/mastodon-timeline.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Mastodon embed feed timeline
|
* Mastodon embed feed timeline
|
||||||
* @author idotj
|
* @author idotj
|
||||||
* @version 4.0.0
|
* @version 4.0.1
|
||||||
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
|
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
|
||||||
* @license GNU AGPLv3
|
* @license GNU AGPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@idotj/mastodon-embed-feed-timeline",
|
"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.",
|
"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": {
|
"author": {
|
||||||
"name": "idotj"
|
"name": "idotj"
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Mastodon embed feed timeline
|
* Mastodon embed feed timeline
|
||||||
* @author idotj
|
* @author idotj
|
||||||
* @version 4.0.0
|
* @version 4.0.1
|
||||||
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
|
* @url https://gitlab.com/idotj/mastodon-embed-feed-timeline
|
||||||
* @license GNU AGPLv3
|
* @license GNU AGPLv3
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user