1 files changed,
27 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-02-23 18:20:08 +0200
Change ID:
zmqonzwzpwtxnuxkznsxrtvwyuqkkwuu
Parent:
280548e
A
CHANGELOG.md
@@ -0,0 +1,27 @@
+# Changelog + +## 0.2.0 + +### Features +- Commit Page: + - Show both author and committer names when they differ. + - Redesign commit page layout with improved colors and navigation. + - Use mono font for commit hashes. +- Format commit timestamps as `YYYY-MM-DD HH:MM:SS TZ`. +- Hide navigation bar for empty repositories. +- Render subtree-scoped README files on the tree view. +- Markdown rendering: + - Render images with relative links within repository. + - Add emoji support :hey: (e.g. `:smile:`). + +### Bug Fixes +- Correct MIME types for raw file downloads. +- Address cases where renamed files displayed incorrectly on the commit view page. +- Fix mirrorer failing to update HEAD on empty repositories. + +## 0.1.0 +- Initial release + - CLI: create, toggle private/public repo status, and add descriptions. + - Web UI. + - SSH server for git pull/push operations. + - Pull based mirroring.