Skip to content

0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:38
bf44cc2

Release 0.2.0

GitHub-style user profiles and subpages, Actions workflow listings and run summaries, and refined authentication screens for Forgejo. This release also adds mirror visibility badges, a mobile navigation drawer, and a footer aligned with GitHub. Profile search and package controls now use consistent sizing and stable rendering on desktop and mobile.

Compatibility

This release targets Forgejo 16.

It was tested against Forgejo 16.0.3, including the bundled template overrides.

Changelog

Features

Changes

  • Layout: Align footer with GitHub spacing and responsive layout by @whereareiam in #50
  • Auth: Align registration with sign-in and two-factor styling by @whereareiam in #48
  • Actions: Match workflow navigation and run listings by @whereareiam in #42

Fixes

  • Auth: Match GitHub two-factor screens and fix signed-out navigation by @whereareiam in #46
  • Navigation: Match GitHub's mobile menu with a side drawer by @whereareiam in #47

Installation

  • Base: theme-github-base.tar.gz — standard light, dark, auto, and soft-dark themes.
  • Accessibility: theme-github-accessibility.tar.gz — colorblind and high-contrast themes.
  • Extras: theme-github-extras.tar.gz — Pink, Gitea-compatible, and Catppuccin palettes.
  • Fonts: theme-github-fonts.tar.gz — Mona Sans and its license.
  • Templates: theme-github-templates.tar.gz — Forgejo template overrides with their required JavaScript and page-specific CSS.

Install theme CSS into <forgejo-data>/public/assets/css, extract fonts into <forgejo-data>/public, and extract the template archive into <forgejo-data>. When upgrading, replace the matching CSS, templates, and bundled assets, then restart Forgejo. See the installation guide.

Template overrides are intended for the tested Forgejo version. Forgejo's native permissions and visibility rules remain in effect. Profile Overview uses the native README; contribution history remains on the Activity tab.