Skip to content

Releases: JVMerkle/gemportal

v1.1.0

09 May 08:34
59c234e

Choose a tag to compare

  • Add image support
  • Add cache-control headers (24h)
  • Add "Content responsible" HTML comment
  • Use git-describe to determine the version number
  • Fix a bug where a bad robots.txt causes a crash

Release v1.0.3

27 May 15:17

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

Choose a tag to compare

  • Add dark theme support
  • Relax the robots.txt checker (ignore wildcards)

Release v1.0.1

25 Mar 22:24

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

Choose a tag to compare

  • Always show the vertical scrollbar
  • Improve Javascript files (linting)

Release v0.2.1

15 Mar 19:21

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

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

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

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

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