mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
chore: bump version to 3.3.0
This commit is contained in:
parent
17e0c0e770
commit
71beccc16c
5 changed files with 21 additions and 3 deletions
|
@ -6,10 +6,10 @@ AniX is an unofficial web client for the Android application Anixart. It allows
|
||||||
|
|
||||||
## Changelog [RU]
|
## Changelog [RU]
|
||||||
|
|
||||||
|
- [3.3.0](./public/changelog/3.3.0.md)
|
||||||
- [3.2.3](./public/changelog/3.2.3.md)
|
- [3.2.3](./public/changelog/3.2.3.md)
|
||||||
- [3.2.2](./public/changelog/3.2.2.md)
|
- [3.2.2](./public/changelog/3.2.2.md)
|
||||||
- [3.2.1](./public/changelog/3.2.1.md)
|
- [3.2.1](./public/changelog/3.2.1.md)
|
||||||
- [3.2.0](./public/changelog/3.2.0.md)
|
|
||||||
|
|
||||||
[other versions](./public/changelog)
|
[other versions](./public/changelog)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export const CURRENT_APP_VERSION = "3.2.3";
|
export const CURRENT_APP_VERSION = "3.3.0";
|
||||||
|
|
||||||
export const API_URL = "https://api.anixart.tv";
|
export const API_URL = "https://api.anixart.tv";
|
||||||
export const API_PREFIX = "/api/proxy";
|
export const API_PREFIX = "/api/proxy";
|
||||||
|
|
|
@ -217,6 +217,9 @@ export const SettingsModal = (props: { isOpen: boolean; setIsOpen: any }) => {
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div>
|
<div>
|
||||||
<p className=" dark:text-white">Новый плеер</p>
|
<p className=" dark:text-white">Новый плеер</p>
|
||||||
|
<p className="text-gray-500 dark:text-gray-300">
|
||||||
|
Поддерживаемые источники: Kodik, Sibnet, Libria
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ToggleSwitch
|
<ToggleSwitch
|
||||||
color="blue"
|
color="blue"
|
||||||
|
|
|
@ -6,10 +6,10 @@ AniX - это неофициальный веб-клиент для Android-пр
|
||||||
|
|
||||||
## Список изменений
|
## Список изменений
|
||||||
|
|
||||||
|
- [3.3.0](/public/changelog/3.3.0.md)
|
||||||
- [3.2.3](/public/changelog/3.2.3.md)
|
- [3.2.3](/public/changelog/3.2.3.md)
|
||||||
- [3.2.2](/public/changelog/3.2.2.md)
|
- [3.2.2](/public/changelog/3.2.2.md)
|
||||||
- [3.2.1](/public/changelog/3.2.1.md)
|
- [3.2.1](/public/changelog/3.2.1.md)
|
||||||
- [3.2.0](/public/changelog/3.2.0.md)
|
|
||||||
|
|
||||||
[другие версии](/public/changelog)
|
[другие версии](/public/changelog)
|
||||||
|
|
||||||
|
|
15
public/changelog/3.3.0.md
Normal file
15
public/changelog/3.3.0.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 3.3.0
|
||||||
|
|
||||||
|
## Добавлено
|
||||||
|
|
||||||
|
- Добавлены ссылки на официальные источники для релизов где они доступны
|
||||||
|
- Добавлен собственный плеер для источников Kodik, Anilibria, Sibnet (эксперементально)
|
||||||
|
|
||||||
|
## Изменено
|
||||||
|
|
||||||
|
- Изменён вид окна настроек
|
||||||
|
|
||||||
|
## Исправлено
|
||||||
|
|
||||||
|
- Исправлено отображение времени года в информации о релизе
|
||||||
|
- Исправлена ошибка когда плеер не может загрузиться
|
Loading…
Add table
Reference in a new issue