diff --git a/README.md b/README.md index 7213ba2..f033939 100644 --- a/README.md +++ b/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 diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 286af01..0000000 --- a/RELEASE.md +++ /dev/null @@ -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 diff --git a/manifest.json b/manifest.json index 5bec449..166a027 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 3241c5d..f6ee361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "tolfin", - "version": "1.0.0", "description": "Modern CSS theme for Jellyfin media server", "author": "Oleg", "license": "MIT",