diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index e5766d6..e8700e2 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -50,7 +50,7 @@ jobs: webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }} webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }} title: ${{ secrets.NAME }} Develop Commits - message: "<@&954835263731949623> - An update to ${{ secrets.NAME }} has been published and is available to users of the **develop** branch." + message: "${{ secrets.DEVELOP_TAG }} - An update to ${{ secrets.NAME }} has been published and is available to users of the **develop** branch." commits: "true" username: Metabot avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png @@ -74,6 +74,7 @@ jobs: with: webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} + message: <@&1079153184007790652> title: "develop build: **Failure**" color: 0xe30c43 url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }} diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 1611111..75bf01b 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -57,6 +57,7 @@ jobs: with: webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} + message: <@&1079153184007790652> title: "latest build: **Failure**" color: 0xe30c43 url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b4ad0a..57bec0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }} release: true title: ${{ secrets.NAME }} Release VERSION - message: "<@&967002324646113290> - A new version of ${{ secrets.NAME }} has been released and is available to all users" + message: "${{ secrets.RELEASE_TAG }} - A new version of ${{ secrets.NAME }} has been released and is available to all users" username: Metabot avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png \ No newline at end of file diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 79fc6ea..0f923cb 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -65,6 +65,7 @@ jobs: with: webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} + message: <@&1079153184007790652> title: "${{ steps.get_version.outputs.VERSION }} build: **Failure**" color: 0xe30c43 url: https://github.com/meisnate12/${{ secrets.GITHUB }}/actions/runs/${{ github.run_id }} diff --git a/.gitignore b/.gitignore index 8d3cd28..a131542 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ share/python-wheels/ *.egg *.db MANIFEST +SECRETS # PyInstaller # Usually these files are written by a python script from a template diff --git a/README.md b/README.md index 165e524..20a9e50 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ There are no detailed walkthroughs specifically for Plex Image Cleanup but the p ### Local Install Overview -Plex Image Cleanup is compatible with Python 3.10 and 3.11. Later versions may function but are untested. +Plex Image Cleanup is compatible with Python 3.11. Later versions may function but are untested. These are high-level steps which assume the user has knowledge of python and pip, and the general ability to troubleshoot issues. diff --git a/VERSION b/VERSION index 5d11b14..f806549 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.15 +0.9.16