Releases: Jonius7/SteamUI-OldGlory
5.0.1
- Fixed
libraryroot.custom.css
not copying over on Steam clean installs. #8
Compare with Release 5.0 | Changelog
As of 5.0: SteamUI-OldGlory now uses Sassy CSS (Sass).
Particular components such as scrollbar, a HOME icon, sidebar, play bar, navbar are now in their own .scss
files.
Use variables.css
instead of libraryroot.custom.css
to manually edit CSS variables
libraryroot.custom.css
is completely generated now. Editing it manually and trying to Install will likely not apply your changes. Instead look for stuff to change in variables.css
, and the scss
folder.
If things are still too confusing, I may look at simplifying the folder structure in a later release.
5.0.1.1 - rebuilt old_glory.exe
due to malware/false positive concerns
5.0
Themes working again with 22 Dec Steam Client Update.
SteamUI-OldGlory now uses Sassy CSS (Sass).
Particular components such as scrollbar, a HOME icon, sidebar, play bar, navbar are now in their own .scss
files.
Use variables.css
instead of libraryroot.custom.css
to manually edit CSS variables
libraryroot.custom.css
is completely generated now. Editing it manually and trying to Install will likely not apply your changes. Instead look for stuff to change in variables.css
, and the scss
folder.
If things are still too confusing, I may look at simplifying the folder structure next release.
GUI v0.9.5.5
-> v0.9.6.9
The GUI is now using JSON to store some of the data. This has the benefit of being editable outside of having to rebuild the .exe
Issues fixed from #5
- Themes working again
- Auto-select current theme on startup
- New DLC Manager scss - no longer requires JavaScript for row height
Future Releases
Now that Sass is implemented, time to add more toggleable features.
Continue building the auto-updating system. The ideal state is to be able to push out .scss
, fixes.txt
, or old_glory_data.json
hotfixes smoothly, and leave the GUI changes as the major updates.
Compare with Release 4.1.1 | Changelog
r1 - Minor change to create backups of existing libraryroot.custom.css
in steamui
folder. Use this if you have existing code already in libraryroot.custom.css
that you want to save.
4.1.1
As of 4.0: NEW Graphical User Interface for installing SteamUI-OldGlory Tweaks (GUI v0.9.5.5 Beta)
more details...
(GUI) Buttons no longer get cut off at Windows scaling > 100%. The GUI scaling will stay constant. #2
(GUI) Fixed multiple hyperlinks pointing to the same URL
(CSS) Fixed "Friend is Playing" icon position on shelves #4
4.1
As of 4.0: NEW Graphical User Interface for installing SteamUI-OldGlory Tweaks (GUI v0.9.5.2 Beta)
more details...
New
- (GUI) The GUI app will now auto check for new version of SteamUI-OldGlory on Github
- (CSS) New Theme: Crisp Cut - A theme emphasising clarity, with white boxes on game pages
- (CSS) Compact News/Friends Activity (an option to turn this off easily will be in a future release)
- (GUI) Clickable hyperlinks
Fixes
- (GUI) Increased size of GUI window and made it resizable #2
- (JS) (CSS) Fixes for Recent Games and Play Next shelf height, mainly when using landscape images #3
- (CSS) Fix nav bar in Classic Layout overlapping Play Button Bar buttons
- (CSS) Fix error
Cannot read property 'x' of undefined
sometimes when using Vertical Nav Bar - (GUI) Some error checking
Known Issues
- Themes currently not applying on Steam Beta
Future Updates (Release 5)
- I have received some requests for turning on/off CSS features that would be better served with a CSS restructure. Likely will be splitting up CSS files and writing in Sass (Sassy CSS) moving forward. Aim is to compile to one
.css
file through the GUI app. - GUI Config settings and loading
Hotfix:
libraryroot.custom.css
for Friends Hover
4.0.2
As of 4.0: NEW Graphical User Interface for installing SteamUI-OldGlory Tweaks (GUI v0.9.4.7 Beta)
more details...
- (GUI) Fixes for Linux/Mac compatibility
- (JS) Update to work with Dec 8 Steam Client Update
- (GUI) (JS) Update
js_tweaker
library.js
detection to require less maintenance - (dev) add
RUN_old_glory
.bat
and.sh
files
4.0.1
As of 4.0: NEW Graphical User Interface for installing SteamUI-OldGlory Tweaks (GUI v0.9.4.3 Beta)
more details...
- (CSS) Fixed bug where the background (
BackdropGlass_Jbe--
) would not extend all the way down (increased from 1500px to 2000px) - (CSS) Added options to configure left or right column swap
- (CSS) Community feed now expands to 100% width, like in vanilla
- (CSS) With steam-library theme, fixed Vertical Nav Bar not sticking when Game Info panel is shown
- (js_tweaker) Fixed
library.js not found
error on Reset button
HOTFIX: fixes.txt
has been updated for the Dec 8 Steam update. Download the new file below.
In the GUI, use the "Remake JS" button. Will be included in 4.0.2.
4.0
- NEW Graphical User Interface for installing SteamUI-OldGlory Tweaks (GUI v0.9.4 Beta)
- Can select from Box Play Button, Vertical Nav Bar, Classic Layout configurations and any combination of them.
- Can enable Landscape Game Images and configure their size (Small, Medium, Large), in JS Tweaks.
js_tweaker
functionality from old versions integrated in.- Includes 3 themes:
- steam-library by Shiina
- Dark Library by Thespikedballofdoom
- Acrylic Steam (cooncept by EliteSkylu)
- Remake JS, Reset buttons
3.2.3
Rebuild js_tweaker.exe with latest js_tweaker.py code
Release 3.2
- Fixes to CSS and JS tweaks to work with Steam Client Oct 8 update.
- Delete
libraryroot.beaut.js
from directory, and runjs_tweaker
to apply JS tweaks to the new version.
Compare with Release 3.1.3
Release 4 is likely to come with a working GUI for easier configuring between different options.
If there are any critical fixes needed to the default configuration, please post them in Issues
Release 3.2.1 - disable horizontal images enabled by default
No need to download if you have 3.2 already.
Release 3.2.2 - Fixed steam-library_compat.bat
sometimes duplicating libraryroot.custom.css
code
- Extra fixes in
fixes.txt
- disable the What's New shelf from loading in the background
Release 3.1.3
Small Changes since 3.1
-
Hotfix - comment out CSS to disable Landscape images by default
-
Remove commented out tweaks from
fixes.txt
, that are not needed anymore -
Reposition small "Friend Playing" box on Steam Grid
-
New CSS to "dim" uninstalled games (
--UninstalledGameImageOpacity
variable at top of file) -
Compare with Release 3.1
-
Release 4 is likely to come with a working GUI for easier configuring between different options.
-
If there are any critical fixes needed to the default configuration, please post them in Issues