all repos

mugit @ 01d1381

๐Ÿฎ git server that your cow will love
1 files changed, 27 insertions(+), 0 deletions(-)
add change log
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-23 18:20:08 +0200
Authored at: 2026-02-20 18:52:26 +0200
Change ID: zmqonzwzpwtxnuxkznsxrtvwyuqkkwuu
Parent: 280548e
A CHANGELOG.md
ยทยทยท
        
        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.