Skip to content

2.0.5 bug fix

Choose a tag to compare

@bobbycomet bobbycomet released this 18 Feb 01:24
· 170 commits to main since this release
7274ae4

2.0.4 reintroduced a naming bug, which was fixed for 2.0.5. It confused different Google services. All other bug fixes from previous versions.

2.0.4 custom app bug fix. 2.0.3 reintroduced a custom app bug. The root cause: on_install_custom was reading the URL from self.url_entry, the shared URL field in the Options panel that displays whichever app is currently selected in the combo. So the only way it ever worked was if the user manually cleared that field and typed a fresh URL before clicking the button. If any app was selected (which is always the case on startup), the field would contain that app's URL instead. Now it has its own dialog box.

Version 2.0.3 Firefox bug fix. The logic for the auto-detection for Wayland and X11 was causing a mix-up. Now it should be working properly.

Version 2.0.2 bug fix. Removed dead-linked extensions, fixed Google extension logic, before Google Docs extensions were showing up under Google Sheets and Google Slides. Now they appear under the proper PWA to be made; this was because of how the links were set up. All three have the hostname docs.google.com. The fix: the more-specific path-based entries need to be checked before the hostname-only docs.google.com entry. The solution was to reorder PRESET_DOMAIN_MAP so path-based keys come first, OR better yet, update get_app_key to check path-based keys first.

It now has multilingual support. It checks for your .mo file and on their system, and then uses a process to apply the system language and translates; if that fails, it then reverts to English.

2.0.1 Fixed a bug where installing a custom PWA was trying to install the PWA in your list rather than adding a link. I fixed a bug where WebHID wasn't activating, and Xcloud is still not working with WebHID. For better controller support on Xcloud, please use Firefox. I tried using Better Xcloud, but no luck. Your mileage may vary.

Full Changelog: v2.0.4...v2.0.5