Skip to content

Commit

Permalink
Newspost regarding Official Extensions removal (tachiyomiorg#1112)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent ed9378f commit 709251e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/.vitepress/config/hooks/generateFeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion website/src/news/2023-09-10-updated-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 29 additions & 0 deletions website/src/news/2024-01-09-extensions-removal.md
Original file line number Diff line number Diff line change
@@ -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,

<!-- markdownlint-disable-next-line MD036 -->
*The Tachiyomi Team*

0 comments on commit 709251e

Please sign in to comment.