Remove versions and tags - use only branch/main for latest version
This commit is contained in:
16
README.md
16
README.md
@@ -4,7 +4,7 @@ Modern CSS theme for Jellyfin media server with custom fonts, smooth animations
|
||||
|
||||
## Installation
|
||||
|
||||
### Method 1: Via CDN URL (Recommended)
|
||||
### Via CDN URL (Recommended)
|
||||
|
||||
1. Go to Jellyfin Dashboard → General → Custom CSS
|
||||
2. Paste this code:
|
||||
@@ -13,25 +13,13 @@ Modern CSS theme for Jellyfin media server with custom fonts, smooth animations
|
||||
```
|
||||
3. Click Save
|
||||
|
||||
**Note:** The `@latest` link always points to the **latest release** (currently v1.0.1), not the latest commit.
|
||||
|
||||
### Method 2: Manual
|
||||
### Manual Installation
|
||||
|
||||
1. Download `theme/tolfin.css` from this repository
|
||||
2. Go to Jellyfin Dashboard → General → Custom CSS
|
||||
3. Paste the contents of the file
|
||||
4. Click Save
|
||||
|
||||
### Method 3: Specific Version
|
||||
|
||||
You can also use a specific version instead of `@latest`:
|
||||
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/tag/v1.0.1/theme/tolfin.css");
|
||||
```
|
||||
|
||||
See [Releases](https://git.tolchin.pro/Oleg/Tolfin/releases) for available versions.
|
||||
|
||||
## Features
|
||||
|
||||
- 🎨 Modern design with improved aesthetics
|
||||
|
||||
47
RELEASE.md
47
RELEASE.md
@@ -1,47 +0,0 @@
|
||||
# Релизы Tolfin
|
||||
|
||||
## Текущая версия: v1.0.0
|
||||
|
||||
## Как создать новый релиз
|
||||
|
||||
### 1. Внесите изменения
|
||||
Сделайте все необходимые изменения в коде и отправьте их на Gitea:
|
||||
```powershell
|
||||
git add .
|
||||
git commit -m "Описание изменений"
|
||||
git push origin main
|
||||
```
|
||||
|
||||
### 2. Создайте тег версии
|
||||
```powershell
|
||||
git tag -a v1.0.1 -m "Release v1.0.1 - Описание изменений"
|
||||
git push origin v1.0.1
|
||||
```
|
||||
|
||||
### 3. Создайте релиз на Gitea
|
||||
1. Зайдите на https://git.tolchin.pro/Oleg/Tolfin/releases
|
||||
2. Нажмите "New Release"
|
||||
3. Выберите созданный тег (например, v1.0.1)
|
||||
4. Заполните описание релиза
|
||||
5. Нажмите "Publish Release"
|
||||
|
||||
## CDN URL
|
||||
|
||||
### Последняя версия (рекомендуется):
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/tolfin.css");
|
||||
```
|
||||
|
||||
### Конкретная версия:
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/tag/v1.0.0/theme/tolfin.css");
|
||||
```
|
||||
|
||||
## История релизов
|
||||
|
||||
### v1.0.0 (Текущая)
|
||||
- Первая официальная версия
|
||||
- Полная тема с баннером
|
||||
- Все модули включены
|
||||
- Удалена поддержка логотипов (только баннер)
|
||||
- Перенос на Gitea
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "Tolfin",
|
||||
"description": "Modern CSS theme for Jellyfin with custom fonts, smooth animations and responsive design",
|
||||
"version": "1.0.0",
|
||||
"author": "Oleg",
|
||||
"repository": "https://git.tolchin.pro/Oleg/Tolfin",
|
||||
"url": "https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/tolfin.css",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "tolfin",
|
||||
"version": "1.0.0",
|
||||
"description": "Modern CSS theme for Jellyfin media server",
|
||||
"author": "Oleg",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user