---
title: Changelog
description: Release history for GitLite and for this documentation site.
url: https://pr-1-12825562dfc9.thally.app/changelog
lastVerified: 2026-09-15T00:00:00.000Z
---

# Changelog

Release history for GitLite and for this documentation site.

Entries are written by the GitLite maintainers. Each entry leads with the impact
on API clients.

## GitLite 1.27.3 — 2026-09-15

Initial GitLite release, forked from Gitea `v1.27.3`.

- The API explorer title is now **GitLite API**, and the default `APP_NAME` is
  `GitLite`.
- No API behavior changed from upstream. Authentication uses
  `Authorization: token <token>`, and list endpoints default to 30 items per page
  with a maximum of 50. See [Authentication](/authentication) and
  [Pagination](/pagination).

## Documentation — 2026-09-15

- First published version: quickstart, authentication, pagination, three API
  reference pages, four guides, and the `[api]` configuration reference.
- Every `curl` and JavaScript example was run against GitLite `1.27.3` before
  publishing.