Skip to content

V0.3

Compare
Choose a tag to compare
@confused-Techie confused-Techie released this 26 Dec 21:31
· 353 commits to main since this release

GoPage Version 0.3

I am pleased to announce the Version 0.3 Release of GoPage. With many huge improvements over the initial release, as well as several changes.

Version 0.3 has full supports for plugins created with GoPage in mind, following the provided documentation.

But even without any currently created community Plugins, a few are available by default within GoPage.

Installation

  • Windows
    If on Windows Download the GoPage-Setup-0.3.exe Below and follow the installer directions to get running on Windows.
  • Docker
    If using Docker either via Docker Desktop for Windows or on a Linux Machine run docker pull ghcr.io/confused-techie/gopage:0.3 to grab this release or leave without 0.3 to grab the latest release and use something along the lines of docker run -p 7070:8080 --name GoPageV0.3 ghcr.io/confused-techie/gopage:0.3 to run the container.

Available Plugins

  • Status Check: Simple way to see if the address is currently reachable.
  • Favicon Swiper: Retrieve Favicons via known methods or Google API's as a fallback.
  • Jellyfin API: Get information about your Jellyfin Instance.
  • Light Theme: Simple Light Theme for those not loving the Dark Theme.
  • Exaggerator Theme: Exaggerator Theme... Just Colourful.
  • Pihole API: Get information from your Pihole Instance.

New Features

  • Includes Full Multi-language support (Does need translations; English: 100%; Minimal Spanish Translations)
  • Plugin Repo Page to install and uninstall plugins.
  • Link Health Page to find duplicate links checking for full URL or just Domain Name.
  • Full Theme Support via Plugins available
  • Custom Background Images supported

Enhancements

  • Form Validation of Links has been removed to allow links to non-traditional pages such as browsers specific pages (Eg. chrome://settings )
  • Plugin Installation, Uninstallation, and Available Plugin Updates is more verbose, included special error handling all in a custom modal.

Fixes

  • Host Operating System Properly shown in settings, while using Docker Container Version
  • Disabled Autofill on Some Item Elements such as Plugins and Categories

Developers