1 files changed,
5 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-11 14:50:24 +0200
Authored at:
2026-03-11 14:50:18 +0200
Change ID:
xtxtxzzvwxoxnrtutrqolzqlvktsztum
Parent:
748f2de
M
CHANGELOG.md
ยทยทยท 2 2 3 3 ## 0.3.0 (unreleased) 4 4 5 +### Breaking changes 6 +- Changed route for raw files. From `/repo/blob/ref/file_path?raw=true` to `/repo/raw/ref/file_path`. 7 + 5 8 ### Features: 6 9 - Paginate log page (150 commits per page). 7 10 - Support `git-upload-archive`. 8 11 - Better CSS for markdown readmes. 9 -- Add breadcrumbs on "file content" page. 12 +- Add breadcrumbs on "file content" and "file tree" pages. 10 13 - Show last commit associated with file on tree page. 11 14 - Add a way of changing repos head from cli. 15 +- Highlight selected line on file content page. 12 16 13 17 ### Bug fixes: 14 18 - Allow downloading only valid and existing refs.