Seanime v2.8
4/12/2025 - Everything new in Seanime v2.8
✨ What's new?
🔌 Plugins
Plugins are a new type of extension that allow for more in-depth customization and allow addition of new features — all in JavaScript.
Here is a high overview of what they're capable of:
- Create a tray icon and display dynamic content in the tray
- Add buttons, context menu items, dropdown items to specific places
- Create a dynamic command palette
- Register hooks to modify server-side behavior
- Run commands, access the file system, create, read, edit files etc.
- Communicate with AniList and other APIs
- Fetch and store data
- Manipulate the DOM
- And more
There is a new documentation website for plugins that you can check out to get started on creating your own.

Additions
Recent watch sorting

You can now sort the 'Continue Watching' and anime library lists by most recent or least recent watch. This requires you to enable the 'Watch history' option in App > Anime
settings.
Refresh all manga sources

You can now refresh all sources at once by clicking the refresh button in the manga library dropdown menu.
Manga auto progress update

Enable Manga > Auto progress update
to automatically update the manga progress when you reach the end of a chapter.
DNS over HTTPS
Update your config.toml
to use DNS over HTTPS for bypassing potential ISP blocks.
[server]
dohurl="https://cloudflare-dns.com/dns-query{?dns}"
⚡ Improvements
More accurate streaming episode lists
- Episode list now includes specials included by AniList in the main count.
- Added Nyaa as a fallback provider for
auto select
.

Torrent streaming performance
- Streams can start up to 2x faster, even for slower internet speeds
- Movies can start up to 10x faster, thanks to dynamic chunk prioritization

Playback responsiveness
- Playback tracking is now 2x faster
- 'Auto play next episode' is now more reliable and faster
Manga
- Selecting a language will now filter scanlator options and vice versa.
- Unread count badge now takes into account selected scanlator and language
🦺 Bug Fixes
- Fixed AnimeTosho smart search
- AutoPlay: Fixed autoplay starting erroneously
- Scanner: Fixed local file parsing with multiple directories
- Scanner: Fixed resolved symlinks being ignored
- Scanner: Removed post-matching validation causing some files to be unmatched
- Library: Fixed 'unwatched episode count' not showing with 'repeating' status
- Library: Fixed incorrect episode offset for some anime
- Torrent search: Fixed excessive API requests being sent during search query typing
- Parser: Fixed crash caused by parsing 'SxExxx-SxExxx'
- Video Proxy: Fixed streaming .mp4 media files
- Extensions: Fixed bug causing invalid extensions to be uninstallable from UI
- Extensions: Fixed concurrent fetch requests and concurrent executions
🏗️ Technical changes
- Upgraded Go version to 1.24.1
- Refactored extension system for stability and performance
- Added data attributes to HTML elements