all repos

mugit @ f03a67a4b3efcfc8797ea64aa3bd3bc5e5d745b5

🐮 git server that your cow will love

mugit/CHANGELOG.md (view raw)

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