all repos

mugit @ 744dead

🐮 git server that your cow will love

mugit/CHANGELOG.md (view raw)

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