all repos

mugit @ 01d13815435c9c37867e906308d51e65a4152c0d

🐮 git server that your cow will love

mugit/CHANGELOG.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Changelog

## 0.2.0

### Features
- Commit Page:
  - Show both author and committer names when they differ.
  - Redesign commit page layout with improved colors and navigation.
  - Use mono font for commit hashes.
- Format commit timestamps as `YYYY-MM-DD HH:MM:SS TZ`.
- Hide navigation bar for empty repositories.
- Render subtree-scoped README files on the tree view.
- Markdown rendering:
  - Render images with relative links within repository.
  - Add emoji support :hey: (e.g. `:smile:`).

### Bug Fixes
- Correct MIME types for raw file downloads.
- Address cases where renamed files displayed incorrectly on the commit view page.
- Fix mirrorer failing to update HEAD on empty repositories.

## 0.1.0
- Initial release
  - CLI: create, toggle private/public repo status, and add descriptions.
  - Web UI.
  - SSH server for git pull/push operations.
  - Pull based mirroring.