diff --git a/DBRepair.sh b/DBRepair.sh index 31fae1e..e347d8f 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -2,12 +2,12 @@ ######################################################################### # Database Repair Utility for Plex Media Server. # # Maintainer: ChuckPa # -# Version: v1.11.04 # -# Date: 03-Jun-2025 # +# Version: v1.11.05 # +# Date: 05-Jun-2025 # ######################################################################### # Version for display purposes -Version="v1.11.04" +Version="v1.11.05" # Have the databases passed integrity checks CheckedDB=0 @@ -1964,8 +1964,7 @@ do echo " 88 - 'update' - Check for updates." echo " 98 - 'quit' - Quit immediately. Keep all temporary files." echo " 99 - 'exit' - Exit with cleanup options." - echo " " - echo "911 - 'deflate' - Deflate a bloated PMS database" + fi if [ $Scripted -eq 0 ]; then diff --git a/ReleaseNotes b/ReleaseNotes index 01c0313..8820beb 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -8,11 +8,15 @@ ![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg) # Release Info: +v1.11.05 + + 1. Remove menu option - Deflate menu option wasn't previously removed. Now removed. + v1.11.04 1. Binhex start/stop - Add support for stopping and starting PMS in Binhex containers. - 1. Restart after update - Add option to restart after live updating. - 2. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability + 2. Restart after update - Add option to restart after live updating. + 3. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability v1.11.01 - v1.11.03 - Temporary versions to assist PMS database bloat issue.