all repos

mugit @ 88da23a

🐮 git server that your cow will love

mugit/CHANGELOG.md (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
add change log, 3 months ago
1
# Changelog
2
3
## 0.2.0
4
5
### Features
6
- Commit Page:
7
  - Show both author and committer names when they differ.
8
  - Redesign commit page layout with improved colors and navigation.
9
  - Use mono font for commit hashes.
10
- Format commit timestamps as `YYYY-MM-DD HH:MM:SS TZ`.
11
- Hide navigation bar for empty repositories.
12
- Render subtree-scoped README files on the tree view.
13
- Markdown rendering:
14
  - Render images with relative links within repository.
15
  - Add emoji support :hey: (e.g. `:smile:`).
16
17
### Bug Fixes
18
- Correct MIME types for raw file downloads.
19
- Address cases where renamed files displayed incorrectly on the commit view page.
20
- Fix mirrorer failing to update HEAD on empty repositories.
21
22
## 0.1.0
23
- Initial release
24
  - CLI: create, toggle private/public repo status, and add descriptions.
25
  - Web UI.
26
  - SSH server for git pull/push operations.
27
  - Pull based mirroring.