all repos

mugit @ 9c4890a208ab26eb80734a2494c8985e1e91069e

🐮 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
- Support `git-upload-archive`.
8
- Better CSS for markdown readmes.
9
10
### Bug fixes:
11
- Allow downloading only valid and existing refs.
12
- Support refs with special characters in names (e.g. `/` or `#`).
13
- Previously when viewing first commit in repo diffs were not rendered.
14
15
## 0.2.0
16
17
### Features
18
- Commit Page:
19
  - Show both author and committer names when they differ.
20
  - Redesign commit page layout with improved colors and navigation.
21
  - Use mono font for commit hashes.
22
- Format commit timestamps as `YYYY-MM-DD HH:MM:SS TZ`.
23
- Hide navigation bar for empty repositories.
24
- Render subtree-scoped README files on the tree view.
25
- Markdown rendering:
26
  - Render images with relative links within repository.
27
  - Add emoji support :hey: (e.g. `:smile:`).
28
29
### Bug Fixes
30
- Correct MIME types for raw file downloads.
31
- Address cases where renamed files displayed incorrectly on the commit view page.
32
- Fix mirrorer failing to update HEAD on empty repositories.
33
34
## 0.1.0
35
- Initial release
36
  - CLI: create, toggle private/public repo status, and add descriptions.
37
  - Web UI.
38
  - SSH server for git pull/push operations.
39
  - Pull based mirroring.