Skip to content

Commit

Permalink
Update GUI Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Jun 7, 2024
1 parent 1d2a939 commit b11eeca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Install pyinstaller:
`pip install pyinstaller`

Install libraries using `pip`:
`pip install jsbeautifier rjsmin libsass Pillow requests requests_oauthlib maturin playwright`
`pip install jsbeautifier rjsmin libsass Pillow requests requests_oauthlib maturin pyppeteer`

Run:

Expand Down
10 changes: 5 additions & 5 deletions docs/Changelog - old_glory GUI.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## SteamUI-OldGlory GUI Changelog

1.1.5.2 Move `refresh_steam` threading into 2 functions
1.1.5.2 *(5.15-pre2)* Move `refresh_steam` threading into 2 functions

1.1.5.1 Precise 2 layers of threading on `refresh_steam` for maximum responsiveness
1.1.5.1 Precise 2 layers of threading on `refresh_steam` for maximum responsiveness

1.1.5 Working implementation of refreshing Steam window upon installing (caveat of freezing)
1.1.5 *(5.15-pre1)* Working implementation of refreshing Steam window upon installing (caveat of freezing)

**1.1.4.2** **(Release 5.14.2)** Add Millennium URL Link to Settings and About
**1.1.4.2** *(5.14.2-pre1)* Add Millennium URL Link to Settings and About

1.1.4.1 Make `fixes.txt` Linux compatible, fix inconsistencies with line endings

Expand Down Expand Up @@ -82,7 +82,7 @@

​ 0.9.24 *(5.8-pre8)* 33% faster performance - pre-compiling Regex strings

​ 0.9.23 `Install` button now disables while installing
​ 0.9.23 `Install` button now disables while installing

​ 0.9.22.4 *(5.8-pre7)* `refs` functionality completed, fixed `write_modif_file`

Expand Down
2 changes: 1 addition & 1 deletion manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def worker1a(q: queue.Queue, event: Event, controller):
q.put(backend.request_url())
event.set()
except urllib.error.URLError:
print("Is Steam running? Unable to refresh Steam window.", file=sys.stderr)
print("Is Steam running? Unable to refresh Steam window (requires SFP/Millennium)", file=sys.stderr)
except:
print("Unable to refresh Steam window", file=sys.stderr)
backend.print_traceback()
Expand Down
1 change: 0 additions & 1 deletion old_glory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from tkinter import ttk
from PIL import ImageTk, Image
import sys
import io
import os
import platform
import traceback
Expand Down

0 comments on commit b11eeca

Please sign in to comment.