Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Oct 27, 2023
1 parent e0e8a74 commit c47fa0f
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 180 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 0.4.0

- ⬆️ Migrate to Next.js 14
- Server actions are now stable
- 🏗️ Migrate to React Query v5
- ⬆️ Bump dependencies

## 0.3.10

- ⬆️ Update dependencies
Expand Down Expand Up @@ -90,4 +97,4 @@ All notable changes to this project will be documented in this file.

## 0.1.0

- 🎉 Experimental features
- 🎉 Experimental features
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,6 @@ Powered by qBittorrent and Nyaa

[Read the disclaimer.](https://github.com/5rahim/seanime/blob/main/DISCLAIMER.md)

- Copy `.next/static` to `.next/standalone/.next/static`
- Copy `public` to `.next/standalone/public`

## Known issues

- Loading overlay may persist after scan is complete
- :shrug:

## Not planned

- Watch together feature / social features
- Torrent streaming
- MAL support
- Mobile app

## Future plans

- Manga support
- Desktop client
- Theming
- Plugins

## Contributing

[Contributions are welcome.](https://github.com/5rahim/seanime/blob/main/CONTRIBUTING.md)
Expand All @@ -115,7 +93,7 @@ Powered by qBittorrent and Nyaa
Resources used to build Seanime.

- [React](https://react.dev/)
- [Next.js 13](https://nextjs.org/)
- [Next.js 14](https://nextjs.org/)
- [AniList](https://github.com/AniList/ApiV2-GraphQL-Docs)
- [Jotai](https://jotai.org/docs/recipes/large-objects) - State management library
- [Tailwind](https://tailwindcss.com/) - CSS framework
Expand Down Expand Up @@ -161,4 +139,4 @@ Resources used to build Seanime.

## Streaming

<img src="docs/images/img_18.png" alt="preview" width="100%"/>
<img src="docs/images/img_18.png" alt="preview" width="100%"/>
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
experimental: {
serverActions: true,
},
images: {
unoptimized: true,
remotePatterns: [
Expand All @@ -21,4 +18,4 @@ const nextConfig = {
}
}

module.exports = withBundleAnalyzer(nextConfig);
module.exports = withBundleAnalyzer(nextConfig);
Loading

0 comments on commit c47fa0f

Please sign in to comment.