Skip to content

Releases: JVMerkle/gemportal

Release v1.0.3

27 May 15:17
Compare
Choose a tag to compare

Updated dependencies:

  • go toolchain
  • gorilla/mux
  • microcosm-cc/bluemonday
  • sirupsen/logrus
  • makeworld-the-better-one/go-gemini

Release v1.0.2

12 Apr 08:26
Compare
Choose a tag to compare
  • Add dark theme support
  • Relax the robots.txt checker (ignore wildcards)

Release v1.0.1

25 Mar 22:24
Compare
Choose a tag to compare
  • Add config GEM_APPDESC to customize the application description string.
  • Retain the software name 'gemportal' in the page footer (no longer overridable by GEM_APPNAME).
  • Add SPDX license identifieres to all files
  • Remove 'gemportal' string from the HTTP 500 error handler message.

Release v1.0.0

25 Mar 17:02
Compare
Choose a tag to compare
  • Always show the vertical scrollbar
  • Improve Javascript files (linting)

Release v0.2.1

15 Mar 19:21
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release
  • Make the page title a "home" link
  • Remove vulnerable library version from go.sum (go mod tidy)

Release v0.2.0

15 Mar 19:00
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release
  • Support Gemini input
  • Improve accessibility

Release v0.1.3

15 Mar 19:05
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release
  • Properly support mailto: links
  • Make git hash and build time optional
    for building the software.

Release v0.1.2

09 Jun 17:39
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release
  • Remove the "Displaying ..." text in the Gemini box
  • Show a warning when checking the "Disable TLS checks" checkbox
  • Stay in the "Disable TLS checks" mode when visiting URLS in the Gemini content

Docker:

  • Remove ca-certificates

Release v0.1.1

09 Jun 17:39
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release
  • Add env GEM_APPNAME to customize the app name
  • Hide the build meta information on the index.html
  • Implement a panic middleware
  • Improve environment variable documentation (see .env.example)
  • Update makeworld-the-better-one/go-gemini dependency

Release v0.1.0

09 Jun 17:39
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release
  • Environment variables:
    • Rename env LOGLEVEL to LOG_LEVEL
    • Prefix all env. variables with GEM_
  • Enforce rel="nofollow noreferrer" on hyperlinks
  • Switch to makeworld-the-better-one/go-gemini for
    the gemini client