V0.3.2
GoPage V0.3.2
This release is meant to improve the design of GoPage as well as fix some pressing issues.
Installation
- Windows
Download the linked GoPage-Setup-0.3.2.exe and follow the installer prompts. - Docker
Running docker pulldocker pull ghcr.io/confused-techie/gopage:0.3.2
to grab this release and run (Just as the previous releases)docker run -p 7070:8080 --name GoPageV0.3.2 ghcr.io/confused-techie/gopage:0.3.2
But now available is a new option-e LANG="en"
New Features
- First Launch Setup
A Helpful modal that appears before any Link Items are added with helpful links to documentation or recommendations on getting started. - Language Choice
Now the language GoPage uses can be chosen much more easily, either using the command line in Docker to change the language (Ensuring to set it to an ISO 639-1 two character language abbreviation.) Also the language option is presented once more during the first launch setup to change the language used again.
Enhancements
- Restyled Links across all pages.
- Restyled Link Items on the Home Page .
- Added Quick Action Menu to Settings Icon across relevant pages.
Fixes
- Fixed issue of Ping API Endpoint not working within Docker Container
- Disallowed Browser caching of some resources to avoid instances where a refresh is required for GoPage to implement newly installed plugins.