diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index d93ede0a..e6675a47 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
name: Bug Report
-description: Report a YouTube Music bug
+description: Report a Pear Desktop bug
title: "[Bug]: "
labels: "bug :beetle:"
body:
@@ -8,17 +8,17 @@ body:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- - label: I use the latest version of YouTube Music (Application).
+ - label: I use the latest version of Pear Desktop (Application).
required: true
- - label: I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one I want to file, without success.
+ - label: I have searched the [issue tracker](https://github.com/pear-devs/pear-desktop/issues) for a bug report that matches the one I want to file, without success.
required: true
- - label: I understand that **th-ch/youtube-music has NO affiliation with Google or YouTube**
+ - label: I understand that **pear-devs/pear-desktop has NO affiliation with Google or YouTube**
required: true
- type: input
attributes:
- label: YouTube Music (Application) Version
+ label: Pear Desktop (Application) Version
description: |
- What version of the YouTube Music Application are you using?
+ What version of the Pear Desktop Application are you using?
Note: Please check if this issue is reproducible with the latest stable release.
placeholder: 2.0.0
@@ -28,7 +28,7 @@ body:
attributes:
label: Checklists
options:
- - label: I use the portable version of the YouTube Music Application.
+ - label: I use the portable version of the Pear Desktop Application.
- label: I can reproduce this issue in the [official version of (WEB) YTM](https://music.youtube.com).
- type: dropdown
attributes:
@@ -60,8 +60,8 @@ body:
required: true
- type: input
attributes:
- label: Last Known Working YouTube Music (Application) version
- description: (If applicable) What is the last version of YouTube Music this worked in?
+ label: Last Known Working Pear Desktop (Application) version
+ description: (If applicable) What is the last version of Pear Desktop this worked in?
placeholder: 1.20.0
- type: textarea
attributes:
@@ -92,4 +92,4 @@ body:
- type: textarea
attributes:
label: Additional Information
- description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
+ description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 17443373..2c295cc7 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,5 +1,5 @@
name: Feature Request
-description: Suggest an idea for YouTube Music
+description: Suggest an idea for Pear Desktop
title: "[Feature Request]: "
labels: "enhancement :sparkles:"
body:
@@ -8,9 +8,9 @@ body:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- - label: I use the latest version of YouTube Music (Application).
+ - label: I use the latest version of Pear Desktop (Application).
required: true
- - label: I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a feature request that matches the one I want to file, without success.
+ - label: I have searched the [issue tracker](https://github.com/pear-devs/pear-desktop/issues) for a feature request that matches the one I want to file, without success.
required: true
- type: textarea
attributes:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0d9ee3be..67d473e0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@
-name: Build YouTube Music
+name: Build Pear Desktop
on:
push:
@@ -11,7 +11,7 @@ env:
jobs:
build:
if: github.event.pull_request.draft == false
- name: Build YouTube Music
+ name: Build Pear Desktop
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
@@ -45,20 +45,20 @@ jobs:
# Only vite build without release if it is a fork, or it is a pull-request
- name: Vite Build
- if: github.repository == 'th-ch/youtube-music' && github.event_name == 'pull_request'
+ if: github.repository == 'pear-devs/pear-desktop' && github.event_name == 'pull_request'
run: |
pnpm build
# Build and release if it's the main repository and is not pull-request
- name: Build and release on Mac
- if: startsWith(matrix.os, 'macOS') && (github.repository == 'th-ch/youtube-music' && github.event_name != 'pull_request')
+ if: startsWith(matrix.os, 'macOS') && (github.repository == 'pear-devs/pear-desktop' && github.event_name != 'pull_request')
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm release:mac
- name: Build and release on Linux
- if: startsWith(matrix.os, 'ubuntu') && (github.repository == 'th-ch/youtube-music' && github.event_name != 'pull_request')
+ if: startsWith(matrix.os, 'ubuntu') && (github.repository == 'pear-devs/pear-desktop' && github.event_name != 'pull_request')
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
@@ -72,7 +72,7 @@ jobs:
pnpm release:linux
- name: Build and release on Windows
- if: startsWith(matrix.os, 'windows') && (github.repository == 'th-ch/youtube-music' && github.event_name != 'pull_request')
+ if: startsWith(matrix.os, 'windows') && (github.repository == 'pear-devs/pear-desktop' && github.event_name != 'pull_request')
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
@@ -88,8 +88,8 @@ jobs:
release:
runs-on: ubuntu-latest
- name: Release YouTube Music
- if: github.repository == 'th-ch/youtube-music' && github.ref == 'refs/heads/master'
+ name: Release Pear Desktop
+ if: github.repository == 'pear-devs/pear-desktop' && github.ref == 'refs/heads/master'
needs: build
steps:
- uses: actions/checkout@v5
@@ -150,11 +150,11 @@ jobs:
name: ${{ env.VERSION_TAG }}
replacebody: true
body: |
- See [changelog](https://github.com/th-ch/youtube-music/blob/master/changelog.md#${{ env.CHANGELOG_ANCHOR }}) for the list of updates and the full diff.
+ See [changelog](https://github.com/pear-devs/pear-desktop/blob/master/changelog.md#${{ env.CHANGELOG_ANCHOR }}) for the list of updates and the full diff.
Thanks to all contributors! 🏅
- (Note for Windows: `YouTube-Music-Web-Setup-${{ env.VERSION_TAG }}.exe` is an installer, and `YouTube-Music-${{ env.VERSION_TAG }}.exe` is a portable version)
+ (Note for Windows: `Pear-Desktop-Web-Setup-${{ env.VERSION_TAG }}.exe` is an installer, and `Pear-Desktop-${{ env.VERSION_TAG }}.exe` is a portable version)
- name: Update changelog
if: ${{ env.VERSION_HASH == '' }}
diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml
index b3c21bef..14a499b6 100644
--- a/.github/workflows/winget-submission.yml
+++ b/.github/workflows/winget-submission.yml
@@ -22,9 +22,9 @@ jobs:
- name: Submit package to Windows Package Manager Community Repository
uses: vedantmgoyal2009/winget-releaser@main
with:
- identifier: th-ch.YouTubeMusic
- installers-regex: '^YouTube-Music-Web-Setup-[\d\.]+\.exe$'
+ identifier: pear-devs.PearDesktop
+ installers-regex: '^Pear-Desktop-Web-Setup-[\d\.]+\.exe$'
version: ${{ env.WINGET_TAG_NAME }}
release-tag: ${{ inputs.tag_name || github.event.release.tag_name }}
token: ${{ secrets.WINGET_ACC_TOKEN }}
- fork-user: youtube-music-winget
+ fork-user: pear-desktop-winget
diff --git a/README.md b/README.md
index d7aebd4a..ab74706d 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
[](https://github.com/pear-devs/pear-desktop/blob/master/eslint.config.mjs)
[](https://GitHub.com/pear-devs/pear-desktop/releases/)
[](https://GitHub.com/pear-devs/pear-desktop/releases/)
-
+
[](https://snyk.io/test/github/pear-devs/pear-desktop)
@@ -16,19 +16,19 @@
- Native look & feel extension
-> [!IMPORTANT]
+> [!IMPORTANT]
> ⚠️ Disclaimer
>
> **No Affiliation**
->
+>
> This project, and its contributors, are not affiliated with, authorized by, endorsed by, or in any way officially connected with Google LLC, YouTube, or any of their subsidiaries or affiliates. **This is an independent, non-profit, and unofficial extension developed by a team of volunteers with the goal of providing a desktop experience.**
>
> **Trademarks**
->
+>
> The names "Google" and "YouTube Music", as well as related names, marks, emblems, and images, are registered trademarks of their respective owners. Any use of these trademarks is for identification and reference purposes only and does not imply any association with the trademark holder. We have no intention of infringing upon these trademarks or causing harm to the trademark holders.
>
> **Limitation of Liability**
->
+>
> This application (extension) is provided "AS IS", and you use it at your own risk. In no event shall the developers or contributors be liable for any claim, damages, or other liability, including any legal consequences, arising from, out of, or in connection with the software or the use or other dealings in the software. The responsibility for any and all outcomes of using this software rests entirely with the user.
## Content
@@ -53,11 +53,11 @@
## Translation
-You can help with translation on [Hosted Weblate](https://hosted.weblate.org/projects/youtube-music/).
+You can help with translation on [Hosted Weblate](https://bit.ly/48n5YF7).
-
-
-
+
+
+
## Download
diff --git a/assets/error.html b/assets/error.html
index 6336b1e9..238b9c64 100644
--- a/assets/error.html
+++ b/assets/error.html
@@ -2,7 +2,7 @@