From 53c70c62ebc1c6f9dadff5735a91beb53aac1b8c Mon Sep 17 00:00:00 2001 From: Jonius7 Date: Wed, 18 May 2022 21:06:00 +1000 Subject: [PATCH] Release 5.8.5 New versions of JS tweaks for Steam update 13 May --- README.md | 12 +++++------- ...emoved Tweaks 5.9.txt => Removed Tweaks 5.8.5.md} | 0 old_glory.py | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-) rename docs/{Removed Tweaks 5.9.txt => Removed Tweaks 5.8.5.md} (100%) diff --git a/README.md b/README.md index bc6ce22..439dd47 100644 --- a/README.md +++ b/README.md @@ -124,22 +124,20 @@ In **Settings and About**: **JS Options** -- **Home Page Grid Spacing** - sets grid spacing to 8px 5px (default 24px 16px) - **Increase Number of Screenshots and DLC displayed** - On game page: Screenshots: 4 -> 8, DLC 6 -> 12 -- **HoverPostion Fix for GameListEntry** - Hover position fix if using 75% **Game List Zoom** in CSS Options +- **Disable screenshot slideshow on hover** - Hovering over games on HOME page will only show the Game Boxart, not the screenshot slideshow - **Scrolling Tweak** - Scroll past ADD SHELF Button on load - **Change Game Image Grid Sizes** - Change the size of Game Images on the HOME page, based on width in pixels. There are 3 values here to change, corresponding to Small, Medium, Large sizes in settings. Defaults are: - Small `111` - Medium `148` - Large `222` -- ***Vertical Nav Bar*** - corresponds to Main Option **Vertical Nav Bar**. No need to configure manually. - ***Landscape Images JS Tweaks*** - corresponds to Main Option **Landscape Game Images**. No need to configure manually. - **Stop What's New Events from Loading** - removes loading of What's New Events -- **HOME page Scrolling, reduce number of ComputeLayout calls** - Improve smoothness of HOME page Scrolling - **Game Properties Window Size** - Reduce width of Game Properties window to closely match old one -- **CLASSIC Sticky image background and spillover into sidebar** - Game Header image will stay in background as you scroll, and is visible through the Left Sidebar (Games List) -- **\*\*Experimental\*\* Don't load HOME game images, only alt text** - Can improve performance by not loading images and only the alt text -- **\*\*Experimental\*\* Remove Game Page Bloat** - Game pages will only load the Play and Navigation bars. May improve performance. +- **Press Enter to Launch Games** - Selected game in game list will launch upon pressing Enter +- **Expand Show more Details Panel by default** - The Show More Details Panel (i) will expand by default on game page load +- **Dim Uninstalled Games** - Dim Uninstalled games on HOME page +- **Don't load HOME game images, only alt text** - Can improve performance by not loading images and only the alt text diff --git a/docs/Removed Tweaks 5.9.txt b/docs/Removed Tweaks 5.8.5.md similarity index 100% rename from docs/Removed Tweaks 5.9.txt rename to docs/Removed Tweaks 5.8.5.md diff --git a/old_glory.py b/old_glory.py index 6120a2e..0311929 100644 --- a/old_glory.py +++ b/old_glory.py @@ -25,8 +25,8 @@ class OldGloryApp(tk.Tk): def __init__(self, *args, **kwargs): - self.version = "v0.9.11.25" - self.release = "5.8.4-pre" + self.version = "v0.9.11.29" + self.release = "5.8.5" ### Window Frame tk.Tk.__init__(self, *args, **kwargs)