From 709251e0a2147256c8fa6cbeb59934a83ba8fd4e Mon Sep 17 00:00:00 2001 From: Soitora Date: Tue, 9 Jan 2024 00:41:24 +0100 Subject: [PATCH] Newspost regarding Official Extensions removal (#1112) * Newspost regarding Official Extensions removal * Update website/src/news/2024-01-09-extensions-removal.md * Update website/src/news/2024-01-09-extensions-removal.md * Update website/src/news/2024-01-09-extensions-removal.md * Disable lint warning * Fix build error with news dates Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> --------- Co-authored-by: arkon <4098258+arkon@users.noreply.github.com> Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> --- .../.vitepress/config/hooks/generateFeed.ts | 2 +- .../src/news/2023-09-10-updated-website.md | 2 +- .../src/news/2024-01-09-extensions-removal.md | 29 +++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 website/src/news/2024-01-09-extensions-removal.md diff --git a/website/src/.vitepress/config/hooks/generateFeed.ts b/website/src/.vitepress/config/hooks/generateFeed.ts index 70b76da4..3a4ec9e6 100644 --- a/website/src/.vitepress/config/hooks/generateFeed.ts +++ b/website/src/.vitepress/config/hooks/generateFeed.ts @@ -47,7 +47,7 @@ async function generateFeed(config: SiteConfig, hostname: string) { link: fullUrl, description: frontmatter.description, content, - date: frontmatter.date, + date: typeof frontmatter.date == 'string' ? new Date(frontmatter.date) : frontmatter.date, } satisfies Item feed.addItem(post) diff --git a/website/src/news/2023-09-10-updated-website.md b/website/src/news/2023-09-10-updated-website.md index 6de1878d..8521daa6 100644 --- a/website/src/news/2023-09-10-updated-website.md +++ b/website/src/news/2023-09-10-updated-website.md @@ -2,7 +2,7 @@ type: article title: Updated website description: We've got a fresh new website we hope will be even easier to use -date: 2023-09-10 +date: "2023-09-10" --- # Updated website diff --git a/website/src/news/2024-01-09-extensions-removal.md b/website/src/news/2024-01-09-extensions-removal.md new file mode 100644 index 00000000..cd9c5009 --- /dev/null +++ b/website/src/news/2024-01-09-extensions-removal.md @@ -0,0 +1,29 @@ +--- +type: article +title: Extensions list removed +description: Due to extenuating circumstances. +date: "2024-01-09" +--- + +# Extensions list removed + +**Dear Tachiyomi Community,** + +Due to extenuating circumstances, we have made the decision to purge our list of extensions to ensure the long-term sustainability of **Tachiyomi**. + +As of now, **Tachiyomi** is transitioning to a fully bring-your-own-content model. What this means is that you can still enjoy **Tachiyomi** for manga reading, but you'll need to source and add your own content. + +To make this transition smoother for our users, we are retaining a select few extensions that support connecting to personal "Plex-like" systems, such as **Komga**. + +> For the complete list of available extensions, please visit [extensions](/extensions/). + +We strongly encourage all users to exercise caution, and avoid utilizing extensions from unknown repositories, as they may contain malware. + +It's important to note that while existing extensions may continue to work, but we cannot guarantee their functionality indefinitely. + +Additionally, please be aware that neither our Discord server nor our GitHub repository's issues page will provide support for unofficial extensions. + +Best regards, + + +*The Tachiyomi Team*