mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:43:26 +00:00
Merge branch 'movie-web:master' into master
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineAppConfig({
|
|||||||
description:
|
description:
|
||||||
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
|
'movie-web is a free and open source streaming site, no ads, no tracking, no nonsense.',
|
||||||
url: 'https://movie-web.github.io/docs',
|
url: 'https://movie-web.github.io/docs',
|
||||||
image: '/cover.png',
|
image: '/docs/cover.png',
|
||||||
socials: {
|
socials: {
|
||||||
github: 'movie-web/movie-web',
|
github: 'movie-web/movie-web',
|
||||||
},
|
},
|
||||||
|
@@ -18,7 +18,7 @@ The community maintains these trusted instances, meaning they are likely to be u
|
|||||||
| Instance | Host | Status |
|
| Instance | Host | Status |
|
||||||
| :------------------------------------------------ | :---------------------------------------------------------------------------------- | :------- |
|
| :------------------------------------------------ | :---------------------------------------------------------------------------------- | :------- |
|
||||||
| [mw.lonelil.com](https://mw.lonelil.com) | [lonelil - Partner](https://github.com/lonelil) | 💾🌐📱 |
|
| [mw.lonelil.com](https://mw.lonelil.com) | [lonelil - Partner](https://github.com/lonelil) | 💾🌐📱 |
|
||||||
| [watch.qtchaos.de](https://watch.qtchaos.de) | [chaos - Project Lead](https://github.com/qtchaos) | 💾 |
|
| [watch.qtchaos.de](https://watch.qtchaos.de) | [chaos - Project Lead](https://github.com/qtchaos) | 💾📱 |
|
||||||
| [bmov](https://bmov.vercel.app) | [TheScreechingBagel - Mod](https://github.com/TheScreechingBagel) | 💾🌐 |
|
| [bmov](https://bmov.vercel.app) | [TheScreechingBagel - Mod](https://github.com/TheScreechingBagel) | 💾🌐 |
|
||||||
| [stream.thehairy.me](https://stream.thehairy.me) | [thehairy - Mod](https://github.com/thehairy) | 💾🌐📱 |
|
| [stream.thehairy.me](https://stream.thehairy.me) | [thehairy - Mod](https://github.com/thehairy) | 💾🌐📱 |
|
||||||
| [movie-web-me](https://movie-web-me.vercel.app) | [Isra - Contributor](https://github.com/zisra) | 💾🌐 |
|
| [movie-web-me](https://movie-web-me.vercel.app) | [Isra - Contributor](https://github.com/zisra) | 💾🌐 |
|
||||||
|
@@ -2,6 +2,20 @@
|
|||||||
title: 'Changelog'
|
title: 'Changelog'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Version 4.6.1
|
||||||
|
- Fixed subtitle blur settings loading as NaN
|
||||||
|
- Improved translations: Czech, German, Persian, French, Italian, Dutch, Russian, Slovenian, Ukrainian, Chinese (Han (Simplified variant))
|
||||||
|
|
||||||
|
# Version 4.6.0
|
||||||
|
|
||||||
|
- Implemented media session support!
|
||||||
|
- Added option to blur background in subtitles
|
||||||
|
- Added vercel config to properly support using non-hash routing
|
||||||
|
- Fixed a bug in config that treated empty environment variables as being set, causing config.js to be ignored
|
||||||
|
- Fixed a bug in the button component that meant our own pages opened in a new tab
|
||||||
|
- Added new translations: Catalan
|
||||||
|
- Improved translations: Catalan, Spanish, Persian, French, Hindi, Icelandic, Italian, Nepali (macrolanguage), Dutch, Panjabi, Slovenian, Chinese (Han (Simplified variant)), Russian, Estonian, Korean
|
||||||
|
|
||||||
# Version 4.5.1
|
# Version 4.5.1
|
||||||
|
|
||||||
- Improved translations: Catalan, Czech, Spanish, Persian, French, Italian, Portuguese (Brazil), Russian, Tamil, Vietnamese, Chinese (Han (Simplified variant))
|
- Improved translations: Catalan, Czech, Spanish, Persian, French, Italian, Portuguese (Brazil), Russian, Tamil, Vietnamese, Chinese (Han (Simplified variant))
|
||||||
|
@@ -3,9 +3,9 @@ export default defineNuxtConfig({
|
|||||||
extends: '@nuxt-themes/docus',
|
extends: '@nuxt-themes/docus',
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
|
||||||
modules: [
|
app: {
|
||||||
// Remove it if you don't use Plausible analytics
|
head: {
|
||||||
// https://github.com/nuxt-modules/plausible
|
link: [{ rel: 'icon', type: 'image/x-icon', href: '/docs/favicon.ico' }],
|
||||||
'@nuxtjs/plausible',
|
},
|
||||||
],
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user